Skip to content

Releases: nextcloud/talk-desktop

v1.0.1 - Talk v20.1.1

20 Dec 15:06
c453216
Compare
Choose a tag to compare

Fixes

  • Fix crash on the second instance run on Linux #993
  • Fix native elements have incorrect theme #974
  • Fix notifications are shown for too old entries #967
  • Improve call state check in the call notification popup with new call state api #965
  • Fix call notification popup is shown when the call has already ended #964

Changes

  • Built-in Talk in binaries is updated to v20.1.1 #995
  • Update translations
  • Update dependencies

What's Changed

  • chore(README): update screenshots by @ShGKme in #956
  • fix(callbox): check if there are no participants in call by @Antreesy in #964
  • build(deps-dev): Bump webpack from 5.96.1 to 5.97.1 by @dependabot in #969
  • build(deps-dev): Bump dotenv from 16.4.5 to 16.4.7 by @dependabot in #971
  • build(deps-dev): Bump @electron-forge/maker-dmg from 7.5.0 to 7.6.0 by @dependabot in #970
  • build(deps): Bump pinia from 2.2.8 to 2.3.0 by @dependabot in #972
  • build(deps-dev): Bump eslint-plugin-vue from 9.31.0 to 9.32.0 by @dependabot in #973
  • fix(notifications): do not create native notification for old entries by @Antreesy in #967
  • build(deps): Bump @nextcloud/files from 3.10.0 to 3.10.1 by @dependabot in #981
  • build(deps): Bump @nextcloud/moment from 1.3.1 to 1.3.2 by @dependabot in #982
  • fix(meta): add meta tag for light/dark color scheme support by @Antreesy in #974
  • fix(notifications): use notification state API to check whether to dismiss notification by @Antreesy in #965
  • fix(linux): correctly detect second instance by @ShGKme in #993
  • build: bump Talk to v20.1.1 by @ShGKme in #995
  • build: allow running release:package without npm ci and without uncommitted changes check by @ShGKme in #996
  • release: v1.0.1 by @ShGKme in #997

Full Changelog: v1.0.0...v1.0.1

📥 Check for download links in https://nextcloud.com/talk-desktop-install

v1.0.0 - Talk v20.1.0

03 Dec 14:14
f6e663f
Compare
Choose a tag to compare

Features

  • Add call notification popup #868

Fixes

  • Adjust icon on Linux and Windows #948
  • Fix an occasional error alert #936
  • Fix minor issues in the About window #934, #935
  • Fix zoom issues in edge cases #893

Changes

  • Built-in Talk in binaries is updated to v20.1.0 #949
  • New release notify interval is decreased from 2 hours to 1 day #952
  • .env file is now optional for development #929
  • Update translations
  • Update dependencies

What's Changed

  • chore(README): add install links by @ShGKme in #918
  • build(deps): Bump @vueuse/core from 11.2.0 to 11.3.0 by @dependabot in #925
  • build(deps): Bump @nextcloud/vue from 8.20.0 to 8.21.0 by @dependabot in #924
  • build: fix universal arch title is missing in output by @ShGKme in #931
  • chore(README): update install with winget and mark msi experimental by @ShGKme in #932
  • fix(help): improve version description in report by @ShGKme in #935
  • fix(help): scroll long report by @ShGKme in #934
  • fix: temporary remove buggy theme change handling for tray icon by @ShGKme in #936
  • build(deps-dev): Bump @electron-forge/maker-squirrel from 7.5.0 to 7.6.0 by @dependabot in #939
  • build(deps): Bump pinia from 2.2.6 to 2.2.8 by @dependabot in #947
  • build(deps-dev): Bump @electron-forge/plugin-webpack from 7.5.0 to 7.6.0 by @dependabot in #941
  • build(deps-dev): Bump zx from 8.2.2 to 8.2.4 by @dependabot in #940
  • build(deps-dev): Bump @electron-forge/maker-flatpak from 7.5.0 to 7.6.0 by @dependabot in #944
  • build(deps-dev): Bump electron from 33.2.0 to 33.2.1 by @dependabot in #945
  • build(deps-dev): Bump @electron-forge/maker-zip from 7.5.0 to 7.6.0 by @dependabot in #938
  • build(deps-dev): Bump @electron-forge/cli from 7.5.0 to 7.6.0 by @dependabot in #943
  • chore(dev): add "rs" hint by @ShGKme in #930
  • build(dev): make NEXTCLOUD_DEV_SERVER_HOSTS optional by @ShGKme in #929
  • fix(icons): add some spacing to tray and app icons and Linux and Windows by @ShGKme in #948
  • build(talk): bump Talk to 20.1.0 by @ShGKme in #949
  • fix: zoom from config is not applied by @ShGKme in #893
  • chore: increase update available notify interval from 2h to 24h by @ShGKme in #952
  • feat: call notification popup (callbox) by @ShGKme in #868
  • chore: prepare for the first non-preview by @ShGKme in #954

Full Changelog: v1.0.0-rc.2...v1.0.0

📥 Check for download links in https://nextcloud.com/talk-desktop-install

v1.0.0-rc.2 - Talk v20.1.0-rc.2

22 Nov 16:53
a03b075
Compare
Choose a tag to compare

Features

  • Add new About window with an improved diagnosis report #917
  • Add "Copy email address" to mailto: links context menu #890

Fixes

  • Fix light/dark theme is not applied to native parts of the app #916
  • Fix parallel installations sharing common settings #891
  • Fix macOS tray icon not following system style #887
  • Fix screensharing on Flatpak distribution in Wayland #877

Changes

  • Built-in Talk in binaries is updated to v20.1.0-rc.2 #920
  • Distributions for macOS and Windows are now signed with a certificate #908
  • New MSI distribution is now provided for Windows in administrated environments with GPO deployment #922
  • ZIP distribution is now provided only for Linux #904
  • Distribution for macOS is now universal (support both Apple Silicon and Intel Macs) #896
  • Flatpak distribution runtime and platform have been updated #892
  • Update translations
  • Update dependencies

What's Changed

  • fix(flatpak): screen sharing on Wayland by @ShGKme in #877
  • feat: add "Copy email address" to context menu by @ShGKme in #890
  • fix: use template macOS tray icon to have correct style and system color by @ShGKme in #887
  • fix(config): config path ignores actual app path by @ShGKme in #891
  • build(flatpak): update runtime and base by @ShGKme in #892
  • feat: add play sound config by @ShGKme in #856
  • build(mac): default to universal arch and adjust scripts and docs by @ShGKme in #896
  • build(deps): Bump @nextcloud/files from 3.9.1 to 3.10.0 by @dependabot in #900
  • build(deps-dev): Bump eslint-plugin-vue from 9.30.0 to 9.31.0 by @dependabot in #902
  • build(deps-dev): Bump node-loader from 2.0.0 to 2.1.0 by @dependabot in #897
  • build(deps-dev): Bump zx from 8.2.0 to 8.2.2 by @dependabot in #898
  • build(deps): Bump @nextcloud/vue from 8.19.0 to 8.20.0 by @dependabot in #901
  • build(talk): bump stable Talk to v20.1.0-rc.1 by @ShGKme in #903
  • build: fix default TALK_PATH check by @ShGKme in #905
  • build: package to ZIP only for Linux by @ShGKme in #904
  • build: unify distribution file names by @ShGKme in #906
  • build: sign by @ShGKme in #908
  • fix(mac): show window on activate when minimized to tray by @ShGKme in #894
  • feat: new About window by @ShGKme in #917
  • fix: apply selected theme also to native parts of the app by @ShGKme in #916
  • chore(ci): don't check typecheck result without the check by @ShGKme in #921
  • chore: bump Talk to v20.1.0-rc.2 by @ShGKme in #920
  • build(windows): add Squirrel MSI by @ShGKme in #922
  • release: v1.0.0-rc.2 by @ShGKme in #909

Full Changelog: v1.0.0-rc.1...v1.0.0-rc.2

📥 Check for download links in README

v1.0.0-rc.1 - Talk v20.0.2

11 Nov 16:25
c2ac3a4
Compare
Choose a tag to compare

v1.0.0-rc.1 - 2024-11-11

Features

  • Add application settings #835
  • Add monochrome tray icon setting #836
  • Add download links handling with a new #840
  • Add zoom setting and fix a number of zoom-related issues #853

Fixes

  • Fix error on launching app twice quickly before it initializes #856
  • Fix focusing a window on macOS when there is no window #856
  • Fix window Show the window on activate on macOS #852
  • Fix Viewer close not handled during a call #835
  • Fix preview not shown for a supported mime-type #831

Changes

  • Built-in Talk in binaries is updated to v20.0.2 #858
  • Built-in Talk version in now specified in package.json #858
  • Add Windows Squirrel distribution #841
  • Add macOS Dist Image (.dmg) distribution #844
  • Add Linux Flatpak file distribution #869
  • Handle opening a new installation as replacement of a running one #859
  • Check whether spreed repository dependencies are installed on build #847
  • Rename scripts package to build, make to package following Nextcloud apps and libs style #846
  • Update translations
  • Update dependencies

What's Changed

  • fix(Viewer): expose Viewer.mimetypes as unified array of supported mimes by @Antreesy in #831
  • build(deps-dev): Bump electron from 32.2.0 to 33.0.1 by @dependabot in #833
  • fix(viewer): handle viewer close by @ShGKme in #837
  • feat: add application config aka settings by @ShGKme in #835
  • feat: monochrome tray icon by @ShGKme in #836
  • feat: handle download links by @ShGKme in #840
  • build: rename scripts package to build, make to package by @ShGKme in #846
  • fix(build): check whether spreed repository are installed in generateAssets() hook by @Antreesy in #847
  • build(deps-dev): Bump electron from 33.0.1 to 33.0.2 by @dependabot in #849
  • build(deps-dev): Bump eslint-plugin-vue from 9.29.0 to 9.29.1 by @dependabot in #851
  • build(deps): Bump @nextcloud/files from 3.9.0 to 3.9.1 by @dependabot in #850
  • fix(app): show window on activate on macOS by @ShGKme in #852
  • feat: add zoom config on UI and fix zoom-related issues by @ShGKme in #853
  • build: add Squirrel.Windows by @ShGKme in #841
  • fix(notifications): remove notification (talk) icon from notification image by @ShGKme in #854
  • build(deps): Bump @vueuse/core from 11.1.0 to 11.2.0 by @dependabot in #861
  • build(deps-dev): Bump webpack from 5.95.0 to 5.96.1 by @dependabot in #863
  • build(deps-dev): Bump eslint-plugin-vue from 9.29.1 to 9.30.0 by @dependabot in #864
  • build(deps-dev): Bump vue-tsc from 2.1.6 to 2.1.10 by @dependabot in #866
  • build(deps-dev): Bump zx from 8.1.9 to 8.2.0 by @dependabot in #867
  • build(deps): Bump core-js from 3.38.1 to 3.39.0 by @dependabot in #862
  • build(deps): Bump pinia from 2.2.4 to 2.2.5 by @dependabot in #865
  • build: add macOS dmg distributive by @ShGKme in #844
  • build: add Linux flatpak by @ShGKme in #869
  • build: specify built-in Talk version in package.json by @ShGKme in #858
  • fix(app): handle opening new installation instance by @ShGKme in #859
  • build(deps-dev): Bump electron from 33.0.2 to 33.2.0 by @dependabot in #873
  • build(deps): Bump pinia from 2.2.5 to 2.2.6 by @dependabot in #874
  • fix: open second instance in edge cases by @ShGKme in #876
  • release: v1.0.0-rc.1 by @ShGKme in #872

Full Changelog: v0.39.0...v1.0.0-rc.1

📥 Download Binaries on https://github.com/nextcloud-releases/talk-desktop/releases/tag/v1.0.0-rc.1

v0.39.0 - Talk v20.0.1

11 Oct 16:27
aaf45d2
Compare
Choose a tag to compare

Build-in Talk update

  • Built-in Talk in binaries is updated to v20.0.1

What's Changed

  • build(deps-dev): Bump zx from 8.1.6 to 8.1.8 by @dependabot in #807
  • build(deps-dev): Bump @electron-forge/maker-squirrel from 7.4.0 to 7.5.0 by @dependabot in #805
  • build(deps-dev): Bump electron from 32.1.0 to 32.1.2 by @dependabot in #802
  • build(deps-dev): Bump @electron-forge/cli from 7.4.0 to 7.5.0 by @dependabot in #803
  • build(deps-dev): Bump @electron-forge/plugin-webpack from 7.4.0 to 7.5.0 by @dependabot in #804
  • build(deps): Bump @nextcloud/axios from 2.5.0 to 2.5.1 by @dependabot in #809
  • build(deps-dev): Bump @electron-forge/maker-rpm from 7.4.0 to 7.5.0 by @dependabot in #801
  • build(deps): Bump @vueuse/core from 11.0.3 to 11.1.0 by @dependabot in #808
  • build(deps-dev): Bump eslint from 8.57.0 to 8.57.1 by @dependabot in #811
  • build(deps-dev): Bump @electron-forge/maker-zip from 7.4.0 to 7.5.0 by @dependabot in #810
  • build(deps-dev): Bump @electron-forge/maker-deb from 7.4.0 to 7.5.0 by @dependabot in #806
  • build(deps-dev): Bump webpack from 5.94.0 to 5.95.0 by @dependabot in #821
  • build(deps): Bump body-parser and express by @dependabot in #819
  • build(deps): Bump @nextcloud/vue from 8.18.0 to 8.19.0 by @dependabot in #820
  • build(deps-dev): Bump eslint-plugin-import from 2.30.0 to 2.31.0 by @dependabot in #825
  • build(deps): Bump pinia from 2.2.2 to 2.2.4 by @dependabot in #826

Full Changelog: v0.38.0...v0.39.0

📥 Download Binaries on https://github.com/nextcloud-releases/talk-desktop/releases/tag/v0.39.0

v0.38.0 - Talk v20.0.0

18 Sep 22:47
b831e5f
Compare
Choose a tag to compare

Build-in Talk update

  • Built-in Talk in binaries is updated to v20.0.0

Fixes

  • Fix typing-status sharing being always disabled #799

What's Changed

  • build(deps-dev): Bump eslint-plugin-vue from 9.27.0 to 9.28.0 by @dependabot in #788
  • build(deps-dev): Bump eslint-plugin-import from 2.29.1 to 2.30.0 by @dependabot in #789
  • build(deps): Bump @nextcloud/files from 3.8.0 to 3.9.0 by @dependabot in #790
  • build(deps-dev): Bump electron from 32.0.1 to 32.0.2 by @dependabot in #791
  • refactor: rename mdi components from Mdi* to Icon* by @ShGKme in #787
  • chore: ts support by @ShGKme in #755
  • build(deps-dev): Bump electron from 32.0.2 to 32.1.0 by @dependabot in #797
  • build(deps-dev): Bump typescript from 5.5.4 to 5.6.2 by @dependabot in #798
  • build(deps-dev): Bump vue-tsc from 2.0.29 to 2.1.6 by @dependabot in #794
  • build(deps-dev): Bump zx from 8.1.5 to 8.1.6 by @dependabot in #796
  • build(deps): Bump @nextcloud/vue from 8.17.1 to 8.18.0 by @dependabot in #795
  • fix(state): get typing privacy from capabilities by @Antreesy in #799

Full Changelog: v0.37.0...v0.38.0

📥 Download Binaries on https://github.com/nextcloud-releases/talk-desktop/releases/tag/v0.38.0

v0.37.0 - Talk v20.0.0-rc.4

06 Sep 09:12
11f1c0e
Compare
Choose a tag to compare

Build-in Talk update

  • Built-in Talk in binaries is updated to v20.0.0-rc.4

Features

  • Add PDF Viewer #784
  • Add Text, Markdown, and Source Code Viewer (read-only) #785

Fixes

  • Improve Viewer styling and loading/error handling #783

What's Changed

  • chore: update workflows from templates by @nextcloud-command in #765
  • build(deps-dev): Bump zx from 8.1.4 to 8.1.5 by @dependabot in #780
  • build(deps): Bump @nextcloud/vue from 8.17.0 to 8.17.1 by @dependabot in #779
  • fix(viewer): improve styling and loading/error handling by @ShGKme in #783
  • feat(viewer): add PDF viewer by @ShGKme in #784
  • feat(viewer): add Text, Markdown and Source Code viewer (read-only) by @ShGKme in #785

Full Changelog: v0.36.0...v0.37.0

📥 Download Binaries on https://github.com/nextcloud-releases/talk-desktop/releases/tag/v0.37.0

v0.36.0 - Talk v20.0.0-rc.3

27 Aug 10:35
7f7f25b
Compare
Choose a tag to compare

Build-in Talk update

  • Built-in Talk in binaries is updated to v20.0.0-rc.3

Fixes

  • Fix error when connecting to old Nextcloud Talk servers #760
  • UI fixes #761, #773

What's Changed

  • bump pinia from 2.2.1 to 2.2.2 by @dependabot in #758
  • bump electron from 31.3.1 to 31.4.0 by @dependabot in #759
  • fix(talk): set --header-height by @ShGKme in #761
  • fix: handle system theme change by @ShGKme in #766
  • build(deps-dev): Bump webpack from 5.93.0 to 5.94.0 by @dependabot in #767
  • build(deps): Bump core-js from 3.38.0 to 3.38.1 by @dependabot in #769
  • build(deps): Bump @nextcloud/vue from 8.16.0 to 8.17.0 by @dependabot in #768
  • build(deps-dev): Bump electron from 31.4.0 to 32.0.1 by @dependabot in #770
  • refactor: remove --header-height set on .content by @ShGKme in #774
  • fix(UserMenu): reset default button color style by @ShGKme in #773
  • revert: Fix(l10n): Update Transifex configuration" by @ShGKme in #776
  • fix(resources): broken with incorrect gitattributes for eol by @ShGKme in #777

Full Changelog: v0.35.0...v0.36.0

📥 Download Binaries on https://github.com/nextcloud-releases/talk-desktop/releases/tag/v0.36.0

v0.35.0 - Talk v20.0.0-rc.2

16 Aug 17:48
b5dba42
Compare
Choose a tag to compare

Build-in Talk update

  • Built-in Talk in binaries is updated to v20.0.0-rc.2

Fixes

  • Adjust About window size and paddings #754
  • Fix federated invitations support #747
  • Make Talk window default size smaller with new compact design #746
  • Fix the connection issue with losing base URL when built with Nextcloud Talk v20 #742

Other changes

  • Fix REUSE-compliance and check it on CI #752
  • Support building with Talk 21 (Nextcloud 31) #751

What's Changed

  • fix: federation feature is always disabled by @ShGKme in #747
  • build(deps): Bump pinia from 2.2.0 to 2.2.1 by @dependabot in #749
  • build(deps): Bump core-js from 3.37.1 to 3.38.0 by @dependabot in #750
  • build(deps): Bump @nextcloud/vue from 8.15.1 to 8.16.0 by @dependabot in #748
  • fix: make Talk window more compact to fit into full HD by @ShGKme in #746
  • build: server 31 support by @ShGKme in #751
  • chore(ci): add reuse check and fix reuse by @ShGKme in #752
  • fix(help): adjust paddings and elements size by @ShGKme in #754

Full Changelog: v0.34.0...v0.35.0

📥 Download Binaries on https://github.com/nextcloud-releases/talk-desktop/releases/tag/v0.35.0

v0.34.0 - Talk v20.0.0-beta.3

16 Aug 17:50
62ef57a
Compare
Choose a tag to compare

Build-in Talk update

  • Built-in Talk in binaries is updated to v20.0.0-beta.3

Features

  • Use built-in global styles instead of server's, increasing stability and performance but loosing custom theming support #741

Fixes

  • Fix connection issue loosing base URL when build with Nextcloud Talk v20 #742
  • Fix several minor UI bugs with the user menu #737
  • Fix styles compatibility with Nextcloud 30 #736
  • Adjust the title bar to new Nextcloud design #738
  • Disable custom title bar on Linux due to several; minor issue #735

What's Changed

  • build(deps-dev): Bump esbuild-loader from 4.2.0 to 4.2.2 by @dependabot in #726
  • build(deps-dev): Bump eslint-plugin-promise from 6.4.0 to 6.5.0 by @dependabot in #725
  • build(deps): Bump semver from 7.6.2 to 7.6.3 by @dependabot in #727
  • build(deps-dev): Bump electron from 31.2.0 to 31.2.1 by @dependabot in #728
  • build(deps-dev): Bump icon-gen from 4.0.0 to 5.0.0 by @dependabot in #724
  • build(deps-dev): Bump electron from 31.2.1 to 31.3.0 by @dependabot in #729
  • build(deps-dev): Bump eslint-plugin-promise from 6.5.0 to 6.6.0 by @dependabot in #730
  • build(deps): Bump pinia from 2.1.7 to 2.2.0 by @dependabot in #731
  • build(deps): Bump @nextcloud/vue from 8.14.0 to 8.15.0 by @dependabot in #732
  • build(deps-dev): Bump electron from 31.3.0 to 31.3.1 by @dependabot in #740
  • fix: disable custom title bar on Linux by @ShGKme in #735
  • build(deps): Bump @nextcloud/vue from 8.15.0 to 8.15.1 by @dependabot in #739
  • fix(talk): increase overrides styles specificity by @ShGKme in #736
  • fix: make title bar height configurable and adjust to new design by @ShGKme in #738
  • feat: use local server styles instead of requested by @ShGKme in #741
  • fix(patchers): ignore unset baseURL in @nextcloud/router by @ShGKme in #742
  • fix(UserMenu): minor visual issues by @ShGKme in #737

Full Changelog: v0.33.0...v0.34.0

📥 Download Binaries on https://github.com/nextcloud-releases/talk-desktop/releases/tag/v0.34.0