aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAge
* 5.6.0-nightly.77Libravatar github-actions2021-07-07
|
* Bumped upto version same as nightly branch. [skip ci]Libravatar Vijay A2021-07-06
|
* Upgraded electron to '13.1.6'Libravatar Vijay A2021-07-06
|
* Use utility methods from 'electron-util'Libravatar Vijay A2021-07-04
| | | | (already a dependency) rather than re-implementing by ourselves.
* Upgrade various dependencies to latest part 2 (#1557)Libravatar Markus Hatvan2021-07-03
| | | | | | | | * Upgrade various dependencies to latest, remove unnecessary electron-hunspell - upgrade eslint and friends to latest - remove deprecated 'node-sass' in favor of 'sass' - disable new rules from 'eslint-config-airbnb' that are conflicting with current code style - add workspace config for 'vscode' that silences 'experimentalDecorator' warning and forces 'prettier' to single quote * Run yarn lint to autofix with new ruleset and worked down lint issues to zero
* Bumped up version to be at par with nightly as of now [skip ci]Libravatar Vijay A2021-07-02
|
* Upgraded electron to '13.1.5'Libravatar Vijay A2021-07-02
|
* Enforce strict adherence to node, npm and node-gyp versions (mainly for ↵Libravatar Vijay A2021-06-25
| | | | contributors).
* Upgrade various dependencies to latest, remove unnecessary electron-hunspellLibravatar mhatvan2021-06-24
|
* Upgraded some dev nom modulesLibravatar Vijay A2021-06-23
|
* Upgraded eslint and fixed all the reported errors. (#1549)Libravatar Vijay Raghavan Aravamudhan2021-06-23
|
* Upgraded electron to '13.1.4'Libravatar Vijay A2021-06-23
|
* Upgraded node modules.Libravatar Vijay A2021-06-22
|
* Upgraded to Electron 13.1.3 (#1542)Libravatar Vijay Raghavan Aravamudhan2021-06-22
|
* Upgraded some npm modules (#1525)Libravatar Vijay Raghavan Aravamudhan2021-06-13
| | | | * Update the browserslist data every night * Change the support browsers list to 'last 2 Chrome versions' - in a bid to keep transpiling output size and time to a smaller number.
* Upgraded some modules (#1520)Libravatar Vijay Raghavan Aravamudhan2021-06-12
|
* Bump electron-builder to 22.11.7 (fix #1469)Libravatar Kristóf Marussy2021-06-11
|
* Upgraded electron to '13.1.2'Libravatar Vijay A2021-06-10
|
* Bump normalize-url from 5.0.0 to 5.3.1Libravatar dependabot[bot]2021-06-09
| | | | | | | | | | | | | Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 5.0.0 to 5.3.1. - [Release notes](https://github.com/sindresorhus/normalize-url/releases) - [Commits](https://github.com/sindresorhus/normalize-url/commits) --- updated-dependencies: - dependency-name: normalize-url dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Upgraded electron to '13.1.1'.Libravatar Vijay A2021-06-05
|
* Upgraded electron to '13.1.0'.Libravatar Vijay A2021-06-03
|
* Bump ws from 6.2.1 to 7.4.6 (#1463)Libravatar dependabot[bot]2021-05-29
| | | | | | | | | Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.2.1...7.4.6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Upgraded electron to '13.0.1'.Libravatar Vijay A2021-05-26
|
* Replace 'remote' with 'electron/remote' (#1448)Libravatar Vijay Raghavan Aravamudhan2021-05-26
| | | * Locked new version of 'recipes' submodule with corresponding changes.
* Electron 13 support on Linux (#1447)Libravatar Kristóf Marussy2021-05-25
| | | | | | | | | | | | | | | | | * Bump dbus-next to 0.9.2 Older dbus-next seems to have problems with building with Electron 13 ABI. Also upgrades nan (a transitive dependency of dbus-next) to 2.14.2. * Explcitly specify Electron ABI 89 electron-rebuild seems to have problems with finding the correct ABI for Electron 13, despite node-abi being updated to the latest version and containing an entry for Electron 13 in abi-registry.json. This is probably caused by Electron 13 still being marked as a future target in abi-registry.json. This commit pins the ABI version to 89 for Electron 13 and should be reverted once node-abi marks Electron 13 as released.
* Upgraded electron to '13.0.0' and also registered newer changes in 'recipes' ↵Libravatar Vijay A2021-05-25
| | | | subnodule.
* Forcibly bumping up Ferdi version - so as to try to skip publish issue.Libravatar Vijay A2021-05-23
|
* Upgraded electron to '12.0.9' and also registered newer changes in 'recipes' ↵Libravatar Vijay A2021-05-20
| | | | subnodule.
* Downgraded 'electron-is-dev' since that is causing Ferdi to come up with a ↵Libravatar Vijay A2021-05-18
| | | | blank screen.
* Upgraded electron to '12.0.8' and other npm modulesLibravatar Vijay A2021-05-18
|
* Missed 'prepare' step that enforces the installation of the git pre-commit hooksLibravatar Vijay A2021-05-17
|
* Upgraded other npm modulesLibravatar Vijay A2021-05-16
|
* Upgraded husky and changed pre-commit hooks location.Libravatar Vijay A2021-05-16
|
* [Franz catchup] Use a newer maintained module to trigger and capture ↵Libravatar Vijay A2021-05-13
| | | | permissions on macos.
* Specify node, npm and node-gyp versions.Libravatar Vijay A2021-05-13
| | | | Use caret to lock lower limit till minor version of node, node-gyp and npm.
* Upgraded 'electron-builder' so as to be able to build in Mac ARM machinesLibravatar Vijay A2021-05-13
|
* Method reuse (#1379)Libravatar Vijay Raghavan Aravamudhan2021-05-11
| | | | | * Used already exported common functions to avoid the same logic being repeated. * Use a different package to retrieve the os-name for the 'About Dialog'.
* Enhanced 'About dialog' to show the build date, git SHA & branch (fixes ↵Libravatar Vijay Raghavan Aravamudhan2021-05-09
| | | | #1373) (#1375)
* Franz catchups to version 5.6.0 that are not related to macOS (#1372)Libravatar Vijay Raghavan Aravamudhan2021-05-08
| | | | | | | | | * Fix browser control icons in dark mode * Upgraded 'electron-builder' * Added missing system-dependencies for development of ferdi on linux * Fix crashes on navigation changes/reloads
* Upgrade 'electron' to 12.0.7 (#1369)Libravatar Vijay Raghavan Aravamudhan2021-05-08
|
* Upgrade and lock 'react-loader' since its a runtime dependency. Upgrade ↵Libravatar Vijay Raghavan Aravamudhan2021-05-08
| | | | 'lerna' to '4.0.0' (#1368)
* Upgrading 'electron-rebuild', 'gulp-sass', 'node-sass' to handle ARM (#1358)Libravatar Vijay Raghavan Aravamudhan2021-05-05
|
* Upgrading 'electron-rebuild' to v2.0.2 (#1356)Libravatar Vijay Raghavan Aravamudhan2021-05-05
|
* Downgraded 'electron-builder' and 'electron-rebuild' (#1352)Libravatar Vijay Raghavan Aravamudhan2021-05-05
|
* Lock electron and related to specific versions (#1351)Libravatar Vijay Raghavan Aravamudhan2021-05-05
|
* Upgrade npm modules (#1338)Libravatar Vijay Raghavan Aravamudhan2021-05-04
| | | | | | | | | * Upgraded npm modules. * Upgraded npm modules. * Upgraded npm modules. * Upgraded npm modules.
* Added more logging for CI builds to debug errors (#1329)Libravatar Vijay Raghavan Aravamudhan2021-05-03
|
* Upgraded electron to '12.0.6'. (#1327)Libravatar Vijay Raghavan Aravamudhan2021-05-03
|
* Upgraded some npm modules (#1322)Libravatar Vijay Raghavan Aravamudhan2021-04-29
|
* Electron 12 and nodejs 14 support (#1308)Libravatar Kristóf Marussy2021-04-29
|