aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* feat(i18n): new Crowdin updates (#1438)Libravatar ferdium-bot2023-11-29
| | | | | | | | | | | | | | | | | * feat(i18n): New Crowdin translations (Latvian) [skip ci] * feat(i18n): New Crowdin translations (Latvian) [skip ci] * feat(i18n): New Crowdin translations (Dutch) [skip ci] * feat(i18n): New Crowdin translations (Dutch) [skip ci] * feat(i18n): New Crowdin translations (Latvian) [skip ci] * feat(i18n): New Crowdin translations (Latvian) [skip ci] * feat(i18n): New Crowdin translations (Latvian) [skip ci] * feat(i18n): New Crowdin translations (Latvian) [skip ci]
* 6.6.1-nightly.13 [skip ci]Libravatar github-actions2023-11-29
|
* Update submodules [skip ci]Libravatar github-actions2023-11-29
|
* 6.6.1-nightly.12 [skip ci]Libravatar github-actions2023-11-28
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-11-28
|
* Update submodules [skip ci]Libravatar github-actions2023-11-28
|
* 6.6.1-nightly.11 [skip ci]Libravatar github-actions2023-11-27
|
* Update submodules [skip ci]Libravatar github-actions2023-11-27
|
* electron-builder: Use core22 as snap base (#1457)Libravatar Marco Trevisan2023-11-26
|
* electron-builder: Run snap as native wayland client unless specified (#1456)Libravatar Marco Trevisan2023-11-26
|
* 6.6.1-nightly.10 [skip ci]Libravatar github-actions2023-11-26
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-11-26
|
* Update submodules [skip ci]Libravatar github-actions2023-11-26
|
* electron-builder: Allow native wayland support (#1455)Libravatar Marco Trevisan2023-11-25
| | | This allows the app to be launched with flags for being a native wayland client.
* 6.6.1-nightly.9 [skip ci]Libravatar github-actions2023-11-20
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-11-20
|
* Update submodules [skip ci]Libravatar github-actions2023-11-20
|
* 6.6.1-nightly.8 [skip ci]Libravatar github-actions2023-11-11
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-11-11
|
* Update submodules [skip ci]Libravatar github-actions2023-11-11
|
* 6.6.1-nightly.7 [skip ci]v6.6.1-nightly.7Libravatar github-actions2023-11-07
|
* Update submodules [skip ci]Libravatar github-actions2023-11-07
|
* 6.6.1-nightly.6 [skip ci]Libravatar github-actions2023-11-06
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-11-06
|
* Update submodules [skip ci]Libravatar github-actions2023-11-06
|
* add mcmxcdev as a contributor for code, and infra (#1441)Libravatar allcontributors[bot]2023-11-05
|
* 6.6.1-nightly.5 [skip ci]Libravatar github-actions2023-11-04
|
* Update submodules [skip ci]Libravatar github-actions2023-11-04
|
* 6.6.1-nightly.4 [skip ci]Libravatar github-actions2023-11-03
|
* Update submodules [skip ci]Libravatar github-actions2023-11-03
|
* 6.6.1-nightly.3 [skip ci]v6.6.1-nightly.3Libravatar github-actions2023-11-02
|
* chore: upgrade used node and pnpm version (#1433)Libravatar MCMXC2023-11-01
| | | | | | | | | | - upgrade node and pnpm version in `engines`, `volta` and `packageManager` config - upgrade `@types/node` to v20 - remove `react-loader` overrides from `peerDependencyRules.allowedVersions` - remove `@npmcli/move-file` 2.0.1 from `allowedDeprecatedVersions` - update node image to 20.9.0 in `Dockerfile` - update required system dependencies in `CONTRIBUTING.md` - update node version to 20.9.0 in `.nvmrc` - correct type definitions for `setInterval` usage in `WebviewCrashHandler` and `AppStore` necessary due to `@types/node` upgrade
* feat(i18n): new Crowdin updates (#1437)Libravatar ferdium-bot2023-11-01
| | | feat(i18n): New Crowdin translations (Japanese) [skip ci]
* Update Crowdin configuration fileLibravatar ferdium-bot2023-11-01
|
* 6.6.1-nightly.2 [skip ci]Libravatar github-actions2023-11-01
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-11-01
|
* refactor: uninstall node-fetch which is built-in since node 18 (#1431)Libravatar MCMXC2023-10-31
| | | | | | | | | | | | | | | | | * Update submodules [skip ci] * Update submodules [skip ci] * refactor: uninstall node-fetch which is built-in since node 18 - uninstall node-fetch from package.json - remove fetch import from translation-helpers.ts - remove fetch import from RecipeController and UserController * remove leftover console.log --------- Co-authored-by: github-actions <github-actions@github.com>
* 6.6.1-nightly.1 [skip ci]v6.6.1-nightly.1Libravatar github-actions2023-10-27
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-10-27
|
* Bump version to '6.6.1-nightly.0'Libravatar André Oliveira2023-10-27
|
* add MentorPK as a contributor for code (#1427)Libravatar allcontributors[bot]2023-10-27
| | | | | | | | | * update README.md [skip ci] * update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* feat: change loader component (#1410)Libravatar Pawel Kowalski2023-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | * CHANGED react-loater to react-loader-spinner * CHANGED brandColor to primary * feat: change loader component - remove redundant /index path from Loader imports in multiple files - remove commented out braces in RecipesDashboard - remove redundant color which is default from Loader in InfoBar - update size of Loader in InfoBar to be the same as InfoBox - change passed size prop from string to number in Button component - add slight gap for FullscreenLoader to styles.ts - fix Loader to check for color primary which is passed rather than brandColor - remove hardcoded width and height from WorkspaceSwitchingIndicator which lead to elements not being vertically centered - remove color prop from Loader in WorkspaceSwitchingIndicator since white is already the default - remove switchingIndicator.spinnerColor from default theme since white is already the default * implement PR feedback * re-add color to WorkspaceSwitchingIndicator --------- Co-authored-by: MCMXC <16797721+mcmxcdev@users.noreply.github.com>
* 6.5.3-nightly.4 [skip ci]v6.5.3-nightly.4Libravatar github-actions2023-10-25
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-10-25
|
* Update submodules [skip ci]Libravatar github-actions2023-10-25
|
* 6.5.3-nightly.3 [skip ci]v6.5.3-nightly.3Libravatar github-actions2023-10-20
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-10-20
|
* fix: update message safe-space (#1407)Libravatar André Oliveira2023-10-19
|
* chore: Upgrade 'electron' to v27.0.1 (#1405)Libravatar Alphrag2023-10-19
|
* 6.5.3-nightly.2 [skip ci]v6.5.3-nightly.2Libravatar github-actions2023-10-19
|