- 02 Nov, 2021 1 commit
-
-
csett86 authored
Signed-off-by:
Christoph Settgast <csett86@web.de>
-
- 19 Oct, 2021 2 commits
-
-
csett86 authored
-
csett86 authored
Update jitsi-meet-electron-utils to replace it with electron API. Signed-off-by:
Christoph Settgast <csett86@web.de>
-
- 18 Oct, 2021 4 commits
-
-
csett86 authored
Mostly chromium security updates, for all details see https://github.com/electron/electron/releases/tag/v13.5.0, https://github.com/electron/electron/releases/tag/v13.5.1, https://github.com/electron/electron/releases/tag/v13.5.2 Signed-off-by:
Christoph Settgast <csett86@web.de>
-
ovari authored
-
ovari authored
-
- 17 Oct, 2021 1 commit
-
-
csett86 authored
electron-builder 22.11.0+ requires node 14, so update node 12 -> node 14 as well. Signed-off-by:
Christoph Settgast <csett86@web.de>
-
- 21 Sep, 2021 1 commit
-
-
csett86 authored
-
- 20 Sep, 2021 1 commit
-
-
csett86 authored
This is a preparation for electron 14+, where electron-store is no longer in a usable state (currently used version does not work due to remote module removed in electron 14, latest version extends every app startup to 10 seconds). Once sufficient migration period has passed, electron-store and redux-persist-electron-storage and the ipc call introduced here (electron-store-exists) can be removed.
-
- 19 Sep, 2021 1 commit
-
-
ovari authored
-
- 14 Sep, 2021 3 commits
-
-
csett86 authored
-
csett86 authored
-
Christoph Settgast authored
Mostly chromium security updates, for all details see https://github.com/electron/electron/releases/tag/v13.4.0 Signed-off-by:
Christoph Settgast <csett86@web.de>
-
- 08 Sep, 2021 1 commit
-
-
csett86 authored
-
- 07 Sep, 2021 1 commit
-
-
Yuka authored
-
- 28 Aug, 2021 2 commits
-
-
csett86 authored
-
csett86 authored
Mostly chromium security updates, for all details see https://github.com/electron/electron/releases/tag/v13.2.2 and https://github.com/electron/electron/releases/tag/v13.2.3 Signed-off-by:
Christoph Settgast <csett86@web.de>
-
- 23 Aug, 2021 1 commit
-
-
csett86 authored
-
- 11 Aug, 2021 2 commits
-
-
csett86 authored
-
csett86 authored
Mostly chromium security updates, for all details see https://github.com/electron/electron/releases/tag/v13.1.9 Signed-off-by:
Christoph Settgast <csett86@web.de>
-
- 10 Aug, 2021 1 commit
-
-
dependabot[bot] authored
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 ) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 31 Jul, 2021 1 commit
-
-
csett86 authored
-
- 26 Jul, 2021 2 commits
- 21 Jul, 2021 1 commit
-
-
hmuresan authored
-
- 01 Jul, 2021 1 commit
-
-
csett86 authored
-
- 30 Jun, 2021 1 commit
-
-
csett86 authored
-
- 28 Jun, 2021 2 commits
- 27 Jun, 2021 4 commits
-
-
csett86 authored
based on the suggestions from #588 Signed-off-by:
Christoph Settgast <csett86@web.de>
-
csett86 authored
This moves all webpacked deps to be automatically included from the asar and thus reduces the shipped binary by 14MB on Windows, 16 MB on Mac and 12MB on Linux. The installed size on mac is reduced by 105 MB. Previously all the dependencies were webpacked and minified in the asar in the build folder and in its full installed version unused under node_modules. Only keep the dependencies that are externally required in the node-modules folder. Signed-off-by:
Christoph Settgast <csett86@web.de>
-
csett86 authored
Signed-off-by:
Christoph Settgast <csett86@web.de>
-
csett86 authored
the remote module will be removed from electron 14 onwards, so replace the locale detection with native browser api that is available in the renderer. Signed-off-by:
Christoph Settgast <csett86@web.de>
-
- 26 Jun, 2021 2 commits
- 25 Jun, 2021 1 commit
-
-
dependabot[bot] authored
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.27 to 7.0.36. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/7.0.27...7.0.36 ) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 11 Jun, 2021 1 commit
-
-
Christoph Settgast authored
The getWiFiStats causes screen freezes every 10 seconds for 2-4 seconds, thus temporarily remove them on mac. Closes: #595
-
- 10 Jun, 2021 2 commits
-
-
csett86 authored
-
Christoph Settgast authored
Fixes a memory leak when requesting files in ASAR archive from renderer For all details, see https://github.com/electron/electron/releases/tag/v12.0.11 Signed-off-by:
Christoph Settgast <csett86@web.de>
-