aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-18chore(deps): bump json5 from 1.0.1 to 1.0.2 (#825)dependabot[bot]
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-17README: document wayland screensharing issues (#891)Christoph Settgast
2023-07-172023.7.2v2023.7.2Christoph Settgast
2023-07-17ci: add support for linux-arm64 AppImage and deb (#889)Christoph Settgast
2023-07-14lang: Add hindi translation (#888)shellheim
2023-07-142023.7.1v2023.7.1Christoph Settgast
2023-07-13chore(deps) update electron to 25.3.0 (#882)Christoph Settgast
Contains the fix for the hard crash on wayland when starting screenshare. Unfortunately it now hard-crashes when stopping screensharing. The hard crash on starting screensharing is fixed, but its still relatively unreliable to share the screen under wayland. Background is electron/electron#39043, and same as described there two Pipewire pickers open, and the user has to select and accept both, then be quick in the jitsi selector as well and then it works. If one Pipewire picker is cancelled by the user, the process hangs. If the user is too slow in the jitsi selector, the two Pipewire pickers pop up again. See: #829
2023-07-042023.7.0v2023.7.0Christoph Settgast
2023-07-04chore(deps) update electron to 25.2.0 (#878)Christoph Settgast
Contains bump to electron 25, see https://www.electronjs.org/blog/electron-25-0 for details
2023-06-28chore(external-api): UpdateHristo Terezov
2023-05-26fix(main) fix path matchingv2023.5.3Saúl Ibarra Corretgé
Use Node's helper to transform a file URL into a path, which works across platforms. Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/870
2023-05-262023.5.3Saúl Ibarra Corretgé
2023-05-26fix(main) fix path check if it contains spaces (#871)Saúl Ibarra Corretgé
They will be percent encoded and the check will fail. Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/870
2023-05-252023.5.2v2023.5.2Saúl Ibarra Corretgé
2023-05-25fix(main) fixed onBeforeSendHeaders API usageSaúl Ibarra Corretgé
The callback needs to be called with an object, not a boolean...
2023-05-222023.5.1v2023.5.1Saúl Ibarra Corretgé
2023-05-22fix(full-screen) don't restore full-screen stateSaúl Ibarra Corretgé
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/471
2023-05-22fix(main) block opening any external applicationsSaúl Ibarra Corretgé
2023-05-102023.5.0v2023.5.0Christoph Settgast
2023-05-10chore(deps) update Electron to 24 (#862)Saúl Ibarra Corretgé
* chore(deps) update Electron to 24 * docs: document broken screensharing on wayland See #829 --------- Co-authored-by: Christoph Settgast <csett86_git@quicksands.de>
2023-05-09fix(external-api) enable iframe sandbox after updateSaúl Ibarra Corretgé
The sandbox can now be manually enabled, so let's do that.
2023-05-09fix(external-api) update bundleSaúl Ibarra Corretgé
2023-05-09fix(main) filter redirect protocolsSaúl Ibarra Corretgé
2023-05-09fix(main) clear cache on startup when in dev modeSaúl Ibarra Corretgé
2023-04-22README: Update to current flathub branding badge (#859)Christoph Settgast
2023-04-18Improve Traditional Chinese local (zh-TW.json) (#855)Peter Dave Hello
2023-04-17chore(deps-dev): bump webpack from 5.70.0 to 5.76.0dependabot[bot]
Bumps [webpack](https://github.com/webpack/webpack) from 5.70.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.70.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-07fix(main) filter URLs that can be openedSaúl Ibarra Corretgé
2023-03-07feat(reload) refactor opening external linksSaúl Ibarra Corretgé
Use IPC to send a message to the main process instead of opening them from the renderer process.
2023-02-03chore(deps): downgrade electron to 21 and release as 2023.2.0 (#843)v2023.2.0Christoph Settgast
Fix linux/wayland screenshare by electron downgrade to 21 Closes: #829
2023-02-03chore(deps) update @jitsi/electron-sdk to version 5.0.1 (#842)Saúl Ibarra Corretgé
2023-01-31fix(utils) make openExternalLink more resilientSaúl Ibarra Corretgé
2023-01-27chore(deps): bump ua-parser-js from 0.7.31 to 0.7.33dependabot[bot]
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.33. - [Release notes](https://github.com/faisalman/ua-parser-js/releases) - [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md) - [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.31...0.7.33) --- updated-dependencies: - dependency-name: ua-parser-js dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-26fix(external-api) allow formsSaúl Ibarra Corretgé
2023-01-24tweaked markup and punctuation for clarity (#834)Ted Thibodeau Jr
2023-01-242023.1.2v2023.1.2Christoph Settgast
2023-01-24fix(external-api) fix chat links not opening (#836)Saúl Ibarra Corretgé
2023-01-23feat(stats) drop support for wifistatsSaúl Ibarra Corretgé
2023-01-20Update README.md (#832)v2023.1.1Manice18
Corrected GNU/LInux to GNU/Linux screensharing to screen-sharing
2023-01-202023.1.1Christoph Settgast
2023-01-19feat(external-api) update bundled versionSaúl Ibarra Corretgé
2023-01-19ci: move linting from slowest to fastest job (#828)Christoph Settgast
2023-01-162023.1.0v2023.1.0Christoph Settgast
2023-01-15chore(deps) update electron to 22.0.2 (#826)Christoph Settgast
2022-12-22ci: unpin upload-artifact (#821)Christoph Settgast
we use other core actions also just pinned to major version, no need to differentiate here for upload-artifact
2022-12-112022.12.0v2022.12.0Christoph Settgast
2022-12-11chore(deps) update electron to 21.3.3 (#817)Christoph Settgast
No major version, only chromium security fixes
2022-12-11fix: popups for Google & Dropbox (#816)Christoph Settgast
broken likely since 542c7f089a241487a0c7bc7905e21db93c5bb13b (#787)
2022-12-11chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#815)dependabot[bot]
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-02lang: update sq translationBesnik Bleta