aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* 6.5.0-nightly.8 [skip ci]Libravatar github-actions2023-09-07
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-09-07
|
* Update submodules [skip ci]Libravatar github-actions2023-09-07
|
* 6.5.0-nightly.7 [skip ci]Libravatar github-actions2023-09-06
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-09-06
|
* Update submodules [skip ci]Libravatar github-actions2023-09-06
|
* feat(i18n): new Crowdin updates (#1347)Libravatar Nathanaël Houn2023-09-05
| | | | | * feat(i18n): New Crowdin translations (Dutch) [skip ci] * feat(i18n): New Crowdin translations (Dutch) [skip ci]
* 6.5.0-nightly.6 [skip ci]v6.5.0-nightly.6Libravatar github-actions2023-09-04
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-09-04
|
* Update submodules [skip ci]Libravatar github-actions2023-09-04
|
* Update colors in branding README (#1233)Libravatar Arthur Huan2023-09-04
| | | | | Update README.md The gradient description is oudated.
* feat: add deeplink to service (#1344)Libravatar André Oliveira2023-09-04
| | | add deeplink to service
* Upgrade npm modules (#1343)Libravatar Vijay Aravamudhan2023-09-03
|
* 6.5.0-nightly.5 [skip ci]v6.5.0-nightly.5Libravatar github-actions2023-09-03
|
* Update submodules [skip ci]Libravatar github-actions2023-09-03
|
* feat(i18n): new Crowdin updates (#1331) [skip ci]Libravatar Nathanaël Houn2023-09-02
| | | feat(i18n): New Crowdin translations (Dutch) [skip ci]
* Upgrade 'pnpm' to '8.7.1' in both the main the recipes repoLibravatar Vijay A2023-09-02
|
* feat: Add Download Manager (pause, stop, delete) (#1339)Libravatar André Oliveira2023-09-02
|
* Downgrade 'electron' to 25.xLibravatar Vijay A2023-09-02
|
* 6.5.0-nightly.4 [skip ci]Libravatar github-actions2023-08-27
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-08-27
|
* Update submodules [skip ci]Libravatar github-actions2023-08-27
|
* 6.5.0-nightly.3 [skip ci]Libravatar github-actions2023-08-25
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-08-25
|
* Update submodules [skip ci]Libravatar github-actions2023-08-25
|
* 6.5.0-nightly.2 [skip ci]v6.5.0-nightly.2Libravatar github-actions2023-08-24
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-08-24
|
* Update submodules [skip ci]Libravatar github-actions2023-08-24
|
* 6.5.0-nightly.1 [skip ci]v6.5.0-nightly.1Libravatar github-actions2023-08-16
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-08-16
|
* Upgrade npm modules (#1312)Libravatar Vijay Aravamudhan2023-08-16
|
* Upgrade 'electron' to '26.0.0'Libravatar Vijay A2023-08-15
|
* Reset to new nightly versionLibravatar Vijay A2023-08-15
|
* 6.4.1-nightly.19 [skip ci]v6.4.1-nightly.19Libravatar github-actions2023-08-10
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-08-10
|
* Upgrade 'electron' to '25.5.0'Libravatar Vijay A2023-08-10
|
* 6.4.1-nightly.18 [skip ci]Libravatar github-actions2023-08-09
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-08-09
|
* Update submodules [skip ci]Libravatar github-actions2023-08-09
|
* 6.4.1-nightly.17 [skip ci]v6.4.1-nightly.17Libravatar github-actions2023-08-03
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-08-03
|
* Upgrade 'electron' to '25.4.0'Libravatar Vijay A2023-08-03
|
* 6.4.1-nightly.16 [skip ci]v6.4.1-nightly.16Libravatar github-actions2023-07-31
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-07-31
|
* add `@typescript-eslint/parser` to pnpm.peerDependencyRules.allowedVersions ↵Libravatar MCMXC2023-07-30
| | | | until officially supported by eslint-plugin-sonar
* remove unused parameter in UserController.js which fails lintingLibravatar MCMXC2023-07-30
|
* - convert require statement to dynamic import in index.tsLibravatar MCMXC2023-07-30
| | | | | - import color from darkThemeGrayDarkest instead of hardcoding it in index.ts - convert require statement to dynamic import in dnd.ts
* refactor: more lint improvementsLibravatar MCMXC2023-07-30
| | | | | | | | | - set parserOptions.ecmaVersion to latest and env to es2024 in eslint config - install missing types libraries - install eslint-plugin-sonar - enable eslint-plugin-sonar recommended rules and declare jsx-runtime for react in eslint config - clean up disabled lint rules which don't inflict problems anymore - disable various lint issues and fix others
* refactor: various improvements (#1296)Libravatar MCMXC2023-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | * refactor: various improvements - enable no-use-before-define eslint rule - shuffle code to conform to no-use-before-define eslint rule - remove btoa dependency which is deprecated and replace with Buffer.from(string).toString('base64') - convert some any types into useful ones - add type annotations where possible - remove unused @types/expect.js - install @types/semver and ts-node which were missing - repair and rewrite add-crowdin-contributors script - remove export keyword from variables which are never consumed in another file - remove unity indicator hack where linked issue was closed - remove module declaration for kebab-case which is unused - add missing state interface for certain components - remove default exports for files which already have a named export - export IRecipePreview so it can be used throughout codebase - remove unused removeCacheForCallWith method from CachedRequest.ts - cleanup unused colors and styles inside legacy theme * - improve ColorPickerInput - fix invalid DOM nesting with div inside p in EditSettingsForm - fix progressbarAccentColor color picker not updating input when using slider - install missing @types/react-color dependency
* 6.4.1-nightly.15 [skip ci]Libravatar github-actions2023-07-30
|