Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-05 | 2023.9.0v2023.9.0 | Christoph Settgast | |
2023-09-05 | Fix recent list to skip tokens (#906) | Saúl Ibarra Corretgé | |
* fix(conference) fix handling iframe load error It can happen if DNS resolution fails, for example. * fix(recent-list) clean room names Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/903 | |||
2023-09-05 | chore(deps) update electron to 26.1.0 (#904) | Christoph Settgast | |
2023-08-25 | 2023.8.0 | damencho | |
2023-08-16 | fix(conference) handle joining another meeting while in one | Saúl Ibarra Corretgé | |
This can happen when "token auth URL" mode is used since the app will be redirected to the same meeting it's in, but with a token. | |||
2023-07-18 | chore(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-17 | README: document wayland screensharing issues (#891) | Christoph Settgast | |
2023-07-17 | 2023.7.2v2023.7.2 | Christoph Settgast | |
2023-07-17 | ci: add support for linux-arm64 AppImage and deb (#889) | Christoph Settgast | |
2023-07-14 | lang: Add hindi translation (#888) | shellheim | |
2023-07-14 | 2023.7.1v2023.7.1 | Christoph Settgast | |
2023-07-13 | chore(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-04 | 2023.7.0v2023.7.0 | Christoph Settgast | |
2023-07-04 | chore(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-28 | chore(external-api): Update | Hristo Terezov | |
2023-05-26 | fix(main) fix path matchingv2023.5.3 | Saú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-26 | 2023.5.3 | Saúl Ibarra Corretgé | |
2023-05-26 | fix(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-25 | 2023.5.2v2023.5.2 | Saúl Ibarra Corretgé | |
2023-05-25 | fix(main) fixed onBeforeSendHeaders API usage | Saúl Ibarra Corretgé | |
The callback needs to be called with an object, not a boolean... | |||
2023-05-22 | 2023.5.1v2023.5.1 | Saúl Ibarra Corretgé | |
2023-05-22 | fix(full-screen) don't restore full-screen state | Saúl Ibarra Corretgé | |
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/471 | |||
2023-05-22 | fix(main) block opening any external applications | Saúl Ibarra Corretgé | |
2023-05-10 | 2023.5.0v2023.5.0 | Christoph Settgast | |
2023-05-10 | chore(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-09 | fix(external-api) enable iframe sandbox after update | Saúl Ibarra Corretgé | |
The sandbox can now be manually enabled, so let's do that. | |||
2023-05-09 | fix(external-api) update bundle | Saúl Ibarra Corretgé | |
2023-05-09 | fix(main) filter redirect protocols | Saúl Ibarra Corretgé | |
2023-05-09 | fix(main) clear cache on startup when in dev mode | Saúl Ibarra Corretgé | |
2023-04-22 | README: Update to current flathub branding badge (#859) | Christoph Settgast | |
2023-04-18 | Improve Traditional Chinese local (zh-TW.json) (#855) | Peter Dave Hello | |
2023-04-17 | chore(deps-dev): bump webpack from 5.70.0 to 5.76.0 | dependabot[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-07 | fix(main) filter URLs that can be opened | Saúl Ibarra Corretgé | |
2023-03-07 | feat(reload) refactor opening external links | Saúl Ibarra Corretgé | |
Use IPC to send a message to the main process instead of opening them from the renderer process. | |||
2023-02-03 | chore(deps): downgrade electron to 21 and release as 2023.2.0 (#843)v2023.2.0 | Christoph Settgast | |
Fix linux/wayland screenshare by electron downgrade to 21 Closes: #829 | |||
2023-02-03 | chore(deps) update @jitsi/electron-sdk to version 5.0.1 (#842) | Saúl Ibarra Corretgé | |
2023-01-31 | fix(utils) make openExternalLink more resilient | Saúl Ibarra Corretgé | |
2023-01-27 | chore(deps): bump ua-parser-js from 0.7.31 to 0.7.33 | dependabot[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-26 | fix(external-api) allow forms | Saúl Ibarra Corretgé | |
2023-01-24 | tweaked markup and punctuation for clarity (#834) | Ted Thibodeau Jr | |
2023-01-24 | 2023.1.2v2023.1.2 | Christoph Settgast | |
2023-01-24 | fix(external-api) fix chat links not opening (#836) | Saúl Ibarra Corretgé | |
2023-01-23 | feat(stats) drop support for wifistats | Saúl Ibarra Corretgé | |
2023-01-20 | Update README.md (#832)v2023.1.1 | Manice18 | |
Corrected GNU/LInux to GNU/Linux screensharing to screen-sharing | |||
2023-01-20 | 2023.1.1 | Christoph Settgast | |
2023-01-19 | feat(external-api) update bundled version | Saúl Ibarra Corretgé | |
2023-01-19 | ci: move linting from slowest to fastest job (#828) | Christoph Settgast | |
2023-01-16 | 2023.1.0v2023.1.0 | Christoph Settgast | |
2023-01-15 | chore(deps) update electron to 22.0.2 (#826) | Christoph Settgast | |
2022-12-22 | ci: 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 |