csett86
31ed1316f6
2021.12.2 ( #679 )
5 months ago
csett86
6525087cc3
deps: update electron to 16.0.4 to fix crash when screensharing ( #678 )
5 months ago
csett86
5c9dd6db82
2021.12.1
6 months ago
Christoph Settgast
eb86bca9d0
deps: update to electron 16
...
Contains:
- Chromium 91 -> 96, including multiple webrtc and security fixes
- Linux file chooser portal fixes (https://github.com/electron/electron/pull/19159 )
Closes : #629
6 months ago
Christoph Settgast
d38352149e
chore(deps): Update to latest to fix mac universal build
...
Signed-off-by: Christoph Settgast <csett86@web.de>
6 months ago
csett86
94f39ce107
refactor: Remove electron-store to be ready for electron 14+ ( #668 )
...
Release this ~3 months after 2.9.0 was released (21 Sep 2021) so
that users had 3 months to migrate to local storage
Signed-off-by: Christoph Settgast <csett86@web.de>
6 months ago
csett86
4237c5d1a5
ci: simplify thanks to prebuilds ( #666 )
...
ci: simplify thanks to prebuilds
as robotjs and @jitsi/electron-sdk have prebuilds, no need for build
tools here
6 months ago
csett86
87437410fc
chore(deps): switch to npm for @jitsi/electron-sdk ( #664 )
6 months ago
Saúl Ibarra Corretgé
75f0268e26
chore(deps) update @jitsi/js-utils ( #663 )
6 months ago
csett86
dd33388be7
refactor: follow rename of jitsi-meet-electron-utils to @jitsi/electron-sdk ( #662 )
6 months ago
csett86
ca21b040c4
Update jitsi-meet-electron-utils to electron 14+ compatible version ( #655 )
...
Replaced all remote module usages
Updated robotjs to context-aware fork
Updated node-gyp on windows to get it compiling again
6 months ago
csett86
935515d7ce
fix(mac): electron-updater broken on mac ( #658 )
...
Since release 2.9.1 autoupdate was broken (only!) on mac, due to
https://github.com/electron-userland/electron-builder/pull/6149 being
part of the used version of electron-updater
Revert back to stable electron-updater
6 months ago
csett86
14282cfdfb
2021.11.1
6 months ago
csett86
ae306f5c5d
mac: Enable autoupdate by sign and notarize via github action ( #581 )
...
mac: Enable autoupdate by sign and notarize via github action
Signed and notarized binaries are the precondition for autoupdates on
mac. Additionally Gatekeeper on 10.15+ is happy and allows to open the
app instead of blocking it.
The notarize step is added unconditionally, as it only emits a warning if
the notarization API key is not set, but it does not break the build.
This is an upstreaming of https://github.com/csett86/jitsi-meet-electron
where it worked since March 2020.
On CI, only sign if not triggered by pull request, as these will fail (as secrets
are not available to pull request builds).
The required github secrets (signing key, cert and notarize API login, password and team id) are:
Signing
Open the Keychain Access app. Export all certificates (Developer ID Certificate) related to your app into a single file (e.g. certs.p12) and set a strong password.
Base64-encode your certificates using the following command: base64 -i certs.p12 -o encoded.txt
In the GitHub repository, go to Settings → Secrets and add the following two variables:
mac_certs: Your base64 encoded certificates, i.e. the content of the encoded.txt file you created before
mac_certs_password: The password you set when exporting the certificates
Notarization
Create an app-specific password for your apple id: https://support.apple.com/de-de/HT204397
In the GitHub repository, go to Settings → Secrets and add the following three variables:
apple_id: your apple id
apple_id_password: the just created app-specific password for your apple id
team_id: your team short name: https://github.com/electron/electron-notarize#notes-on-your-team-short-name
Co-authored-by: Saúl Ibarra Corretgé <s@saghul.net>
6 months ago
Saúl Ibarra Corretgé
b4c239ac9f
Update package-lock.json file to npm 8
...
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/650
6 months ago
csett86
a1c330961e
2.9.1
7 months ago
csett86
3fc1306961
chore(deps): Replace mac-screen-capture-permissions ( #647 )
...
Update jitsi-meet-electron-utils to replace it with electron API.
Signed-off-by: Christoph Settgast <csett86@web.de>
7 months ago
csett86
2975fd0928
chore(deps): update electron to 13.5.2 ( #643 )
...
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>
7 months ago
csett86
83b489325d
chore(deps): update electron-builder to 22.11.11 and move to node 14( #583 )
...
electron-builder 22.11.0+ requires node 14, so update node 12 -> node 14
as well.
Signed-off-by: Christoph Settgast <csett86@web.de>
7 months ago
csett86
8544d2c373
2.9.0
8 months ago
csett86
21ef47adb7
2.8.12
8 months ago
Christoph Settgast
e96e05a27c
chore(deps): update electron to 13.4.0
...
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>
8 months ago
csett86
c64509b722
chore(deps): update electron to 13.3.0 ( #631 )
8 months ago
csett86
227e2e0a71
2.8.11
9 months ago
csett86
84d58ac7db
chore(deps): update electron to 13.2.3
...
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>
9 months ago
csett86
60d9db0803
chore(deps): update electron to 13.2.1 ( #624 )
9 months ago
csett86
f5a649895c
2.8.10
9 months ago
csett86
bf251d227c
chore(deps): update electron to 13.1.9 ( #621 )
...
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>
9 months ago
dependabot[bot]
417637004c
chore(deps): bump path-parse from 1.0.6 to 1.0.7 ( #620 )
...
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>
9 months ago
csett86
9569a46f8a
2.8.9
10 months ago
csett86
bf5f993107
chore(deps): update electron to 13.1.7 ( #610 )
10 months ago
csett86
5586f8648c
2.8.8
11 months ago
csett86
41714375ba
chore(deps): update electron to 12.0.13 ( #605 )
11 months ago
csett86
9b1e3904ac
refactor: reduce shipped artifact size ( #589 )
...
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>
11 months ago
csett86
055d0b1f95
2.8.7
11 months ago
csett86
5aebf78787
chore(deps): update electron to 12.0.12 ( #602 )
11 months ago
dependabot[bot]
5299809d92
Bump postcss from 7.0.27 to 7.0.36 ( #600 )
...
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 months ago
Christoph Settgast
89b9a638ce
chore(deps): update electron to 12.0.11
...
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>
11 months ago
dependabot[bot]
d074a1ffa1
Bump normalize-url from 4.5.0 to 4.5.1
...
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url ) from 4.5.0 to 4.5.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: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
dependabot[bot]
13768677a6
Bump merge-deep from 3.0.2 to 3.0.3
...
Bumps [merge-deep](https://github.com/jonschlinkert/merge-deep ) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/jonschlinkert/merge-deep/releases )
- [Commits](https://github.com/jonschlinkert/merge-deep/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: merge-deep
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
Christoph Settgast
f3a6289a60
chore(deps) update electron to 12.0.10
...
Security updates and bugfixes, see https://github.com/electron/electron/releases/tag/v12.0.10
Signed-off-by: Christoph Settgast <csett86@web.de>
12 months ago
dependabot[bot]
14fffd0af1
Bump browserslist from 4.11.1 to 4.16.6
...
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.11.1 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.11.1...4.16.6 )
Signed-off-by: dependabot[bot] <support@github.com>
12 months ago
dependabot[bot]
2c21ca98d5
Bump hosted-git-info from 2.8.8 to 2.8.9
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 )
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Christoph Settgast
8cbf86d535
Update Electron to 12.0.7
...
See https://github.com/electron/electron/releases/tag/v12.0.7
Signed-off-by: Christoph Settgast <csett86@web.de>
1 year ago
Saúl Ibarra Corretgé
61a890b232
Revert "Update electron-builder to 22.11.1"
...
This reverts commit 963d6b1224
.
1 year ago
Saúl Ibarra Corretgé
3edce68deb
2.8.6
1 year ago
dependabot[bot]
0e17476f28
Bump lodash from 4.17.19 to 4.17.21
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Christoph Settgast
963d6b1224
Update electron-builder to 22.11.1
...
Signed-off-by: Christoph Settgast <csett86@web.de>
1 year ago
Christoph Settgast
5bf3ca2385
Update Electron to 12.0.6
...
Security and bug fixes
Signed-off-by: Christoph Settgast <csett86@web.de>
1 year ago
Christoph Settgast
20179f2c3f
Update Electron to 12.0.5
...
Signed-off-by: Christoph Settgast <csett86@web.de>
1 year ago