aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAge
* Upgrade electron to 30.0.8 (#1786)Libravatar Vijay Aravamudhan2024-05-26
| | | * Fix issue highlighted by codespell
* 6.7.5-nightly.4 [skip ci]v6.7.5-nightly.4Libravatar github-actions2024-05-26
|
* 6.7.5-nightly.3 [skip ci]Libravatar github-actions2024-05-25
|
* 6.7.5-nightly.2 [skip ci]v6.7.5-nightly.2Libravatar github-actions2024-05-20
|
* 6.7.5-nightly.1 [skip ci]Libravatar github-actions2024-05-19
|
* Reset version after stable release [skip ci]Libravatar Vijay A2024-05-18
|
* 6.7.4-nightly.13 [skip ci]v6.7.4-nightly.13Libravatar github-actions2024-05-17
|
* Upgrade electron to '30.0.6'Libravatar Vijay A2024-05-17
|
* 6.7.4-nightly.12 [skip ci]v6.7.4-nightly.12Libravatar github-actions2024-05-16
|
* Upgrade electron to '30.0.5' (#1761)Libravatar Vijay Aravamudhan2024-05-15
|
* 6.7.4-nightly.11 [skip ci]v6.7.4-nightly.11Libravatar github-actions2024-05-15
|
* Downgrade electron to '30.0.3'Libravatar Vijay A2024-05-15
| | | | | | Revert "Upgrade electron to '30.0.4'" This reverts commit 8369ea6bb95e57e8adcc9a57ae1742fa19cd792d.
* 6.7.4-nightly.10 [skip ci]v6.7.4-nightly.10Libravatar github-actions2024-05-14
|
* Upgrade electron to '30.0.4'Libravatar Vijay A2024-05-14
|
* 6.7.4-nightly.9 [skip ci]v6.7.4-nightly.9Libravatar github-actions2024-05-10
|
* 6.7.4-nightly.8 [skip ci]Libravatar github-actions2024-05-10
|
* Upgrade electron to '30.0.3'Libravatar Vijay A2024-05-09
|
* 6.7.4-nightly.7 [skip ci]v6.7.4-nightly.7Libravatar github-actions2024-05-09
|
* 6.7.4-nightly.6 [skip ci]v6.7.4-nightly.6Libravatar github-actions2024-05-08
|
* 6.7.4-nightly.5 [skip ci]v6.7.4-nightly.5Libravatar github-actions2024-05-07
|
* 6.7.4-nightly.4 [skip ci]Libravatar github-actions2024-05-05
|
* 6.7.4-nightly.3 [skip ci]v6.7.4-nightly.3Libravatar github-actions2024-05-04
|
* 6.7.4-nightly.2 [skip ci]v6.7.4-nightly.2Libravatar github-actions2024-05-03
|
* Upgrade electron to '30.0.2'Libravatar Vijay A2024-05-02
|
* 6.7.4-nightly.1 [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
|
* 6.7.3-nightly.14 [skip ci]Libravatar github-actions2024-04-20
|
* 6.7.3-nightly.13 [skip ci]v6.7.3-nightly.13Libravatar github-actions2024-04-19
|
* Upgrade electron to '30.0.1'Libravatar Vijay A2024-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`
* 6.7.3-nightly.12 [skip ci]Libravatar github-actions2024-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
|
* 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
|
* 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
|
* 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`
* 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
|
* 6.7.3-nightly.7 [skip ci]v6.7.3-nightly.7Libravatar github-actions2024-04-07
|
* 6.7.3-nightly.6 [skip ci]Libravatar github-actions2024-04-05
|
* Upgrade electron to '29.2.0'Libravatar Vijay A2024-04-04
|
* 6.7.3-nightly.5 [skip ci]v6.7.3-nightly.5Libravatar github-actions2024-03-31
|
* Upgrade node to latest LTS (20.12.0) and some other modulesLibravatar Vijay A2024-03-31
|
* Revert "Bring in missing python (system dependency) (#1639)"Libravatar Vijay A2024-03-31
| | | | | | Since its causing all builds to fail This reverts commit 53c72ea5ac4f103291fdd347b7cd9cc0dbafa4b5.