summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* feat(i18n): New Crowdin translations (German) [skip ci]archive/20240521T044300Z/github/l10n_developLibravatar ferdium-bot2024-05-08
|
* feat(i18n): New Crowdin translations (German) [skip ci]Libravatar ferdium-bot2024-05-08
|
* 6.7.4-nightly.3 [skip ci]v6.7.4-nightly.3Libravatar github-actions2024-05-04
|
* feat(i18n): new Crowdin updates (#1701)Libravatar ferdium-bot2024-05-04
| | | | | | | | | * feat(i18n): New Crowdin translations (Hebrew) [skip ci] * feat(i18n): New Crowdin translations (Russian) [skip ci] * feat(i18n): New Crowdin translations (Latvian) [skip ci] * feat(i18n): New Crowdin translations (Latvian) [skip ci]
* Fix screenshare on wayland and style (#1739)Libravatar André Oliveira2024-05-04
| | | | | * fix: screenshare prompts twice * Add loading screen
* fix: screenshare not working properly (#1736)Libravatar André Oliveira2024-05-03
|
* 6.7.4-nightly.2 [skip ci]v6.7.4-nightly.2Libravatar github-actions2024-05-03
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2024-05-03
|
* feat: use favicons instead of iconsLibravatar André Oliveira2024-05-03
|
* fix: screenshare feature not working on Teams (#1733)Libravatar André Oliveira2024-05-02
|
* Upgrade electron to '30.0.2'Libravatar Vijay A2024-05-02
|
* 6.7.4-nightly.1 [skip ci]Libravatar github-actions2024-04-26
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2024-04-26
|
* Reset version to 6.7.4-nightly.0 [skip ci]Libravatar Vijay A2024-04-25
|
* 6.7.3-nightly.15 [skip ci]v6.7.3-nightly.15Libravatar github-actions2024-04-21
|
* Update submodules [skip ci]Libravatar github-actions2024-04-21
|
* 6.7.3-nightly.14 [skip ci]Libravatar github-actions2024-04-20
|
* chore: remove dependabot configLibravatar MCMXC2024-04-19
| | | | - delete dependabot.yml
* Minor refactoring to move repeated code into utility classLibravatar Vijay A2024-04-19
|
* 6.7.3-nightly.13 [skip ci]v6.7.3-nightly.13Libravatar github-actions2024-04-19
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2024-04-19
|
* Upgrade electron to '30.0.1'Libravatar Vijay A2024-04-18
|
* feat: add openProcessManager to View menu (#1715)Libravatar André Oliveira2024-04-18
|
* refactor: bring down eslint warnings to zero (#1714)Libravatar MCMXC2024-04-18
| | | | | | | | | | - install `@eslint-react/eslint-plugin` dependency - configure `@eslint-react/eslint-plugin` in eslint config - modernize `lint` command in `package.json` - disable or fix various reported lint issues - fix `div` being nested in `p` for settings - replace deprecated `event.keyCode` with `event.key` - update isEscKeyPress method and unit tests which used deprecated `event.keyCode` - allow `eslint` v8 as peer dependency for `@eslint-react/eslint-plugin`
* feat: hide all services workspace (#1713)Libravatar André Oliveira2024-04-18
| | | | | * feat: hide all services workspace * fix: change from 'show' to 'hide'
* Remove pnpm cache (since its suspected that sqlite cache is corrupted) (#1703)v6.7.3-nightly.12Libravatar Vijay Aravamudhan2024-04-17
|
* 6.7.3-nightly.12 [skip ci]Libravatar github-actions2024-04-16
|
* feat(i18n): new Crowdin updates (#1679)Libravatar ferdium-bot2024-04-16
|
* Upgrade node and pnpm (#1690)Libravatar Vijay Aravamudhan2024-04-16
|
* chore: upgrade `@electron/notarize` to v2 (#1687)Libravatar MCMXC2024-04-16
| | | | | | | | | * chore: upgrade @electron/notarize to v2 - remove redundant `appBundleId` and provide fallback for `appleId` and `appleIdPassword` - replace `ts-ignore` with `eslint-disable` in notarize.js - Explicitly disable electron-builder notarizing Co-authored-by: Alphrag <34252790+Alphrag@users.noreply.github.com>
* Upgrade electron to '30.0.0'Libravatar Vijay A2024-04-16
|
* Partially revert cbba61b40112b41c43285a1a279969e68df1a2e9.Libravatar Vijay A2024-04-16
| | | | to fix 'login' and 'add new service' screens
* 6.7.3-nightly.11 [skip ci]v6.7.3-nightly.11Libravatar github-actions2024-04-16
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2024-04-16
|
* refactor: project maintenance (#1682)Libravatar MCMXC2024-04-15
| | | | | | - remove redundant `@adonisjs/auth`, `@adonisjs/session` and `@emotion/react` dependencies - remove `.vscode` folder - clean up some TS and ESLint issues - migrate from deprecated "husky install" to "husky"
* 6.7.3-nightly.10 [skip ci]Libravatar github-actions2024-04-15
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2024-04-15
|
* chore: upgrade eslint-plugin-unicorn to v52 (#1681)Libravatar MCMXC2024-04-13
| | | | - upgrade `eslint-plugin-unicorn` from 51.0.1 to 52.0.0 - disable problematic rules that violate codebase pattern
* 6.7.3-nightly.9 [skip ci]v6.7.3-nightly.9Libravatar github-actions2024-04-14
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2024-04-14
|
* Update submodules [skip ci]Libravatar github-actions2024-04-14
|
* fix: process manager shows blank window (#1680)Libravatar MCMXC2024-04-13
| | | | | - install `@syed_umair/electron-process-manager` dependency - remove `@krisdages/electron-process-manager` dependency - swap out usage of `openProcessManager` in `processManager.ts`
* Add codespell support (config, GH action to detect new typos) + make it fix ↵Libravatar Yaroslav Halchenko2024-04-13
| | | | some typos (#1648)
* Upgrade electron to '29.3.0' and some other depsLibravatar Vijay A2024-04-13
|
* 6.7.3-nightly.8 [skip ci]v6.7.3-nightly.8Libravatar github-actions2024-04-10
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2024-04-10
|
* Update submodules [skip ci]Libravatar github-actions2024-04-10
|
* 6.7.3-nightly.7 [skip ci]v6.7.3-nightly.7Libravatar github-actions2024-04-07
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2024-04-07
|
* Update submodules [skip ci]Libravatar github-actions2024-04-07
|