aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAge
* 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
|
* Removed electron-process-manager since its no longer supported by Ele… (#1313)Libravatar Vijay Raghavan Aravamudhan2021-04-29
|
* Upgraded electron to '11.4.4' (#1312)Libravatar Vijay Raghavan Aravamudhan2021-04-28
|
* Upgraded various npm modules in place (#1305)Libravatar Vijay Raghavan Aravamudhan2021-04-27
|
* Revert "Upgraded electron to '12.0.5'." (#1306)Libravatar Vijay Raghavan Aravamudhan2021-04-27
|
* Upgraded electron to '12.0.5'. (#1304)Libravatar Vijay Raghavan Aravamudhan2021-04-26
|
* Upgraded electron and related electron packages (#1297)Libravatar Vijay Raghavan Aravamudhan2021-04-26
|
* Upgrading electron to 10.4.3 (#1287)Libravatar Vijay Raghavan Aravamudhan2021-04-24
|
* 5.6.0-nightly.18 and trigger AppVeyor nightly build [skip travisci]Libravatar Travis CI2021-02-27
|
* 5.6.0-nightly.17 and trigger AppVeyor nightly build [skip travisci]Libravatar Travis CI2021-02-21
|
* 5.6.0-nightly.16 and trigger AppVeyor nightly build [skip travisci]Libravatar Travis CI2021-02-08
|
* Merge remote-tracking branch 'source/develop' into HEAD [skip ci]Libravatar Travis CI2021-02-08
|\
| * Bump electron from 10.1.3 to 10.2.0 (#1194)Libravatar dependabot[bot]2021-02-08
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * Synchronize with Franz 5.6.0 (#1033)Libravatar Amine El Mouafik2021-02-08
| | | | | | | | | | | | | | Co-authored-by: FranzBot <i18n@meetfranz.com> Co-authored-by: vantezzen <hello@vantezzen.io> Co-authored-by: Makazzz <makazzzpro@live.ca> Co-authored-by: Stefan Malzner <stefan@adlk.io> Co-authored-by: Amine Mouafik <amine@mouafik.fr>
| * 5.6.0-nightly.14Libravatar kytwb2021-02-04
| |
* | 5.6.0-nightly.15 and trigger AppVeyor nightly build [skip travisci]Libravatar Travis CI2021-02-07
| |