Skip to content

Releases: nextcloud/talk-desktop

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

v0.33.0 - Talk 19.0.7

18 Jul 11:44
5930736
Compare
Choose a tag to compare

Build-in Talk update

  • Built-in Talk in binaries is updated to v19.0.7

Fixes

  • User is kept logged in on the Login Flow Web-View #683

What's Changed

  • build(deps-dev): Bump electron from 31.1.0 to 31.2.0 by @dependabot in #712
  • build(deps-dev): Bump webpack from 5.92.1 to 5.93.0 by @dependabot in #713
  • chore: update workflows from templates by @skjnldsv in #714
  • build(deps-dev): Bump webpack-merge from 5.10.0 to 6.0.1 by @dependabot in #704
  • refactor: migrate to Composition API with SFC Setup and new defaults by @ShGKme in #716
  • fix(authentication): create a new cache partition on open login web-view by @ShGKme in #717
  • build(deps): Bump @nextcloud/vue from 8.13.0 to 8.14.0 by @dependabot in #706

Full Changelog: v0.32.0...v0.33.0

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

v0.32.0 - Talk v19.0.5

11 Jul 21:17
v0.32.0
bd38039
Compare
Choose a tag to compare

Fixes

  • fix(DesktopHeader): make text and icons contrast by @Antreesy in #703

Dependencies

  • build(deps-dev): Bump zx from 8.1.3 to 8.1.4 by @dependabot in #705
  • build(deps-dev): Bump eslint-plugin-promise from 6.2.0 to 6.4.0 by @dependabot in #708
  • build(deps-dev): Bump eslint-plugin-vue from 9.26.0 to 9.27.0 by @dependabot in #707

Build-in Talk update

What's Changed

* build(deps-dev): Bump zx from 8.1.3 to 8.1.4 by @dependabot in https://github.com//pull/705 * build(deps-dev): Bump eslint-plugin-promise from 6.2.0 to 6.4.0 by @dependabot in https://github.com//pull/708 * build(deps-dev): Bump eslint-plugin-vue from 9.26.0 to 9.27.0 by @dependabot in https://github.com//pull/707 * fix(DesktopHeader): make text and icons contrast by @Antreesy in https://github.com//pull/703 * Release v0.32.0 by @nickvergessen in https://github.com//pull/710

Full Changelog: v0.31.0...v0.32.0

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

v0.31.0 - Talk 19.0.4

30 Jun 09:41
2e64e45
Compare
Choose a tag to compare

Build-in Talk update

  • Built-in Talk in binaries is updated to v19.0.2

What's Changed

Full Changelog: v0.30.0...v0.31.0

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

v0.30.0 - Talk 19.0.2

14 Jun 11:26
222b461
Compare
Choose a tag to compare

Build-in Talk update

  • Built-in Talk in binaries is updated to v19.0.2

Features

  • Add user status support #26
  • Flash or bounce icon on a new notification #388

Fixes

  • Improve user menu design #683
  • Make Talk Desktop user appears "online" on server #634
  • Disable sounds on Do-Not-Disturb #415
  • Increase the default window size to fit the display and include the join call dialog #682
  • Define the default outline color for focus visible #643

What's Changed

  • chore(deps-dev): Bump eslint-plugin-vue from 9.24.1 to 9.25.0 by @dependabot in #627
  • chore(deps): Bump core-js from 3.36.1 to 3.37.0 by @dependabot in #629
  • chore(deps-dev): Bump zx from 8.0.1 to 8.0.2 by @dependabot in #626
  • Updating dependabot-approve-merge.yml workflow from template by @nextcloud-command in #636
  • chore(deps-dev): Bump @nextcloud/eslint-plugin from 2.2.0 to 2.2.1 by @dependabot in #638
  • chore(deps): Bump @nextcloud/router from 3.0.0 to 3.0.1 by @dependabot in #637
  • chore(deps): Bump @nextcloud/event-bus from 3.1.0 to 3.2.0 by @dependabot in #639
  • chore(deps-dev): Bump electron from 29.3.0 to 30.0.1 by @dependabot in #628
  • fix(talk): define default outline color for focus visible by @ShGKme in #643
  • feat(notifications): flash or bounce icon on new notification by @ShGKme in #633
  • chore(deps-dev): Bump @nextcloud/babel-config from 1.0.0 to 1.1.1 by @dependabot in #646
  • chore(deps-dev): Bump @babel/eslint-parser from 7.24.1 to 7.24.5 by @dependabot in #647
  • chore(deps): Bump @nextcloud/axios from 2.4.0 to 2.5.0 by @dependabot in #648
  • chore(deps-dev): Bump electron from 30.0.1 to 30.0.2 by @dependabot in #649
  • chore(deps): Bump @nextcloud/browser-storage from 0.3.0 to 0.4.0 by @dependabot in #645
  • feat: user status by @ShGKme in #634
  • chore(deps): Bump @nextcloud/l10n from 2.2.0 to 3.1.0 by @dependabot in #652
  • chore(deps): bump @nextcloud/vue from 8.11.2 to 8.11.3 by @ShGKme in #653
  • chore: remove babel related stuff by @ShGKme in #655
  • chore(deps-dev): Bump eslint-plugin-vue from 9.25.0 to 9.26.0 by @dependabot in #660
  • chore(deps-dev): Bump electron from 30.0.2 to 30.0.3 by @dependabot in #659
  • chore(deps): Bump semver from 7.6.0 to 7.6.2 by @dependabot in #658
  • chore: convert copyright headers to SPDX format by @ShGKme in #656
  • chore(deps-dev): Bump @nextcloud/eslint-config from 8.3.0 to 8.4.1 by @dependabot in #663
  • chore(deps): Bump core-js from 3.37.0 to 3.37.1 by @dependabot in #662
  • chore(deps): Bump @nextcloud/event-bus from 3.2.0 to 3.3.0 by @dependabot in #667
  • chore(deps-dev): Bump @vercel/webpack-asset-relocator-loader from 1.7.3 to 1.7.4 by @dependabot in #668
  • chore(deps-dev): Bump electron from 30.0.3 to 30.0.6 by @dependabot in #664
  • chore(deps): Bump electron-squirrel-startup from 1.0.0 to 1.0.1 by @dependabot in #666
  • chore(deps-dev): Bump zx from 8.0.2 to 8.1.0 by @dependabot in #665
  • fix(patchers): get rid of @nextcloud/notify_push patching by @ShGKme in #640
  • refactor(patchers): get rid of @nextcloud/auth patching by @ShGKme in #657
  • refactor(patchers): get rid of @nextcloud/axios patching by @ShGKme in #669
  • build: use pwsh for release:package on Windows by @ShGKme in #642
  • chore(deps-dev): Bump zx from 8.1.0 to 8.1.1 by @dependabot in #673
  • chore(deps-dev): Bump electron from 30.0.6 to 30.0.8 by @dependabot in #672
  • refactor(patchers): get rid of @nextcloud/initial-state patching by @ShGKme in #670
  • chore(deps-dev): Bump vue-eslint-parser from 9.4.2 to 9.4.3 by @dependabot in #675
  • chore(deps-dev): Bump electron from 30.0.8 to 30.0.9 by @dependabot in #677
  • chore(deps-dev): Bump eslint-plugin-promise from 6.1.1 to 6.2.0 by @dependabot in #676
  • chore(deps-dev): Bump zx from 8.1.1 to 8.1.2 by @dependabot in #678
  • chore(deps): Bump @nextcloud/event-bus from 3.3.0 to 3.3.1 by @dependabot in #679
  • chore(deps-dev): Bump electron from 30.0.9 to 30.1.0 by @dependabot in #681
  • fix(notifications): disable sounds on DND by @ShGKme in #674
  • fix(talk): increase window size to fit display and include join dialog by @ShGKme in #682
  • chore(README): remove user status from unsupported features list by @ShGKme in #684
  • chore(package): update author and license fields to match product license by @ShGKme in #687
  • chore(deps): npm audit fix by @ShGKme in #688
  • fix(app): improve user menu design by @ShGKme in #683

Full Changelog: v0.29.0...v0.30.0

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

v0.29.0 - Talk 19.0.0-rc.5

19 Apr 12:00
39295d9
Compare
Choose a tag to compare

Build-in Talk update

  • Built-in Talk in binaries is updated to v19.0.0-rc.5

Features

  • New title bar design and other minor design changes #617
  • Workaround for multi-account support with different executable names #620

Fixes

  • Better sort and name available screensharing sources #618
  • Show mime type icon for attachments in messages #619
  • Show main window after login #623

What's Changed

  • chore(deps): Bump @nextcloud/capabilities from 1.1.0 to 1.2.0 by @dependabot in #608
  • chore(deps-dev): Bump electron from 29.2.0 to 29.3.0 by @dependabot in #610
  • chore(deps-dev): Bump eslint-plugin-vue from 9.24.0 to 9.24.1 by @dependabot in #613
  • chore(deps-dev): Bump @electron-forge/maker-rpm from 7.3.1 to 7.4.0 by @dependabot in #612
  • chore(deps-dev): Bump @electron-forge/plugin-webpack from 7.3.1 to 7.4.0 by @dependabot in #615
  • chore(deps-dev): Bump @electron-forge/maker-deb from 7.3.1 to 7.4.0 by @dependabot in #614
  • chore(deps-dev): Bump @electron-forge/cli from 7.3.1 to 7.4.0 by @dependabot in #609
  • chore(deps-dev): Bump @electron-forge/maker-zip from 7.3.1 to 7.4.0 by @dependabot in #607
  • chore(deps-dev): Bump @electron-forge/maker-squirrel from 7.3.1 to 7.4.0 by @dependabot in #611
  • chore(deps): Bump @nextcloud/vue from 8.11.1 to 8.11.2 by @dependabot in #616
  • fix(screensharing): better sort and name available sources by @ShGKme in #618
  • fix: show mime type icon for attachments in messages by @ShGKme in #619
  • feat: workaround for multi-account support with several instance with different executable names by @ShGKme in #620
  • feat: new title bar design by @ShGKme in #617
  • fix: show main window after login by @ShGKme in #623

Full Changelog: v0.28.0...v0.29.0

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

v0.28.0 - Talk 19.0.0-rc.3

12 Apr 11:54
67815a4
Compare
Choose a tag to compare

Build-in Talk update

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

Features

  • Add screensharing support #11
  • Add image and video viewer support #255

Fixes

  • Open a conversation by link to other conversations in the app instead of a web-browser #603
  • Open and create a 1-to-1 conversation by "Talk to User" from the participant's menu in the app instead of a web-browser Talk#11879
  • Pretty "Copy conversation link" without "index.php" if supported by server for Nextcloud 29+ #605

What's Changed

Full Changelog: v0.27.0...v0.28.0

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