aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAge
* 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.
* 6.7.3-nightly.4 [skip ci]Libravatar github-actions2024-03-31
|
* 6.7.3-nightly.3 [skip ci]Libravatar github-actions2024-03-30
|
* Remove node-pre-gyp since sqlite3 has moved away from itLibravatar Vijay A2024-03-29
|
* 6.7.3-nightly.2 [skip ci]Libravatar github-actions2024-03-29
|
* Bring in missing python (system dependency) (#1639)Libravatar Vijay Aravamudhan2024-03-28
| | | | | | | * Introduce python as a system dependency (needed by node-gyp to compile native modules) * Introduce node-pre-gyp as a dependency * Upgrade sqlite3 to 5.1.7 to test the above Note: Currently this still depends on the availability of prebuilt binaries from the prebuild library. Which means that once a new version is available, only then will we know if this python/node-gyp integration works or whether it will still fallback to the availability of the prebuilt binaries from external sources. Only time will tell if we have solved the issue or not.
* Upgrade electron to '29.1.6'Libravatar Vijay A2024-03-28
|
* 6.7.3-nightly.1 [skip ci]Libravatar github-actions2024-03-24
|
* Bump up ferdium to 6.7.3-nightly.0 [skip ci]Libravatar Vijay A2024-03-23
|
* 6.7.2-nightly.5 [skip ci]v6.7.2-nightly.5Libravatar github-actions2024-03-22
|
* Upgrade pnpm to 8.15.5Libravatar Vijay A2024-03-22
|
* Upgrade node modulesLibravatar Vijay A2024-03-21
|
* Upgrade electron to '29.1.5'Libravatar Vijay A2024-03-21
|
* 6.7.2-nightly.4 [skip ci]Libravatar github-actions2024-03-19
|
* 6.7.2-nightly.3 [skip ci]v6.7.2-nightly.3Libravatar github-actions2024-03-15
|
* Upgrade electron to '29.1.4'Libravatar Vijay A2024-03-14
|
* 6.7.2-nightly.2 [skip ci]v6.7.2-nightly.2Libravatar github-actions2024-03-14
|
* Upgrade electron to '29.1.3'Libravatar Vijay A2024-03-13
|
* Upgrade electron to '29.1.2'Libravatar Vijay A2024-03-13
|
* 6.7.2-nightly.1 [skip ci]Libravatar github-actions2024-03-11
|
* Bump up ferdium to 6.7.1-nightly.0Libravatar Vijay A2024-03-10
|
* 6.7.1-nightly.28 [skip ci]v6.7.1-nightly.28Libravatar github-actions2024-03-09
|
* Upgrade electron to '29.1.1'Libravatar Vijay A2024-03-08
|
* 6.7.1-nightly.27 [skip ci]v6.7.1-nightly.27Libravatar github-actions2024-03-04
|
* 6.7.1-nightly.26 [skip ci]Libravatar github-actions2024-03-03
|
* 6.7.1-nightly.25 [skip ci]Libravatar github-actions2024-03-01
|