Skip to content

Releases: nextcloud/talk-desktop

v2.0.5 - Talk v22.0.6

16 Dec 17:52
e5538ce

Choose a tag to compare

Features

  • Add custom theming to the build config #1583

Fixes

  • Incorrect application name and application version in the settings dialog footer #1577, #1578
  • Correct application name during the login flow #1594
  • Adjust the help window layout to the new Markdown rendering and minor diagnosis report adjustments #1595

Changes

  • Built-in Talk in binaries is updated to v22.0.6 in both beta and stable release channels #1590
  • Fix scripts/fetch-server-styles for server@master #1591

What's Changed

  • chore(deps-dev): bump node-polyfill-webpack-plugin from 4.0.0 to 4.1.0 by @dependabot[bot] in #1564
  • chore(deps-dev): bump eslint from 9.39.0 to 9.39.1 by @dependabot[bot] in #1563
  • chore(deps): bump @vueuse/core from 14.0.0 to 14.1.0 by @dependabot[bot] in #1565
  • chore(ci): completely disable ts:check by @ShGKme in #1569
  • chore(package): rename typecheck to ts:check by @ShGKme in #1568
  • Revert "chore(deps-dev): bump node-polyfill-webpack-plugin from 4.0.0 to 4.1.0 by @Antreesy in #1570
  • chore(deps-dev): bump vue-tsc from 3.1.4 to 3.1.6 by @dependabot[bot] in #1571
  • chore(deps): bump core-js from 3.46.0 to 3.47.0 by @dependabot[bot] in #1574
  • chore(deps): bump vue from 3.5.24 to 3.5.25 by @dependabot[bot] in #1573
  • fix: 'Settings' -> 'App settings' by @ShGKme in #1575
  • add detailed install instructions for linux flatpak by @alexanderdd in #1459
  • build: update built-in Talk versions by @nextcloud-command in #1576
  • fix(build): do not define appName and appVersion via Talk values by @ShGKme in #1577
  • fix: add some missing initial state by @ShGKme in #1578
  • fix(build): define vue compile time flags by @ShGKme in #1580
  • chore(deps-dev): bump sass from 1.94.2 to 1.96.0 by @dependabot[bot] in #1584
  • chore(deps-dev): bump vue-tsc from 3.1.6 to 3.1.8 by @dependabot[bot] in #1585
  • chore(deps-dev): bump node-polyfill-webpack-plugin from 4.0.0 to 4.1.0 by @dependabot[bot] in #1586
  • fix: capabilities is not defined on login by @ShGKme in #1582
  • revert: chore(deps-dev): bump node-polyfill-webpack-plugin from 4.0.0 to 4.1.0 by @ShGKme in #1588
  • build: update built-in Talk versions by @nextcloud-command in #1590
  • fix(scripts/fetch-server-styles): new server structure support and refactoring by @ShGKme in #1591
  • feat: add primaryColor and backgroundColor to the build config by @ShGKme in #1583
  • build(build-config): adjust meta data by @ShGKme in #1593
  • fix(authentication): use application name from build config by @ShGKme in #1594
  • fix(help): do not show version revision on stable channel by @ShGKme in #1596
  • fix(help): adjust to new NcRichText layout and minor diagnosis report improvements by @ShGKme in #1595

New Contributors

Full Changelog: v2.0.4...v2.0.5

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

v2.0.4 - Talk v22.0.4

25 Nov 12:56
70de4f6

Choose a tag to compare

Fixes

  • Windows/MSI: add Firewall exception during install #1518
  • Linux: downgrade to Electron v38.1.2 due to issues on Wayland #1526
  • macOS: use new Nextcloud 32 background on the DMG installer #1539
  • Allow overwriting the user status like in the web without having to restore first #1536
  • Remove the title bar in fullscreen mode #1553
  • Adjust settings to the new design #1530
  • "Check devices" cannot be open from the main menu settings #1560

Changes

  • Built-in Talk in binaries is updated to v22.0.4 in both beta and stable release channels #1561
  • Make bundling compatible with Talk 23 again #1544

What's Changed

  • chore(deps-dev): bump eslint from 9.38.0 to 9.39.0 by @dependabot[bot] in #1522
  • build(windows/msi): add Firewall exception during install by @ShGKme in #1518
  • fix(deps): downgrade to [email protected] due to issues on Wayland by @ShGKme in #1526
  • ci: ignore electron in dependabot by @ShGKme in #1525
  • chore(deps): bump @vueuse/core from 13.9.0 to 14.0.0 by @dependabot[bot] in #1523
  • chore(deps): bump @nextcloud/capabilities from 1.2.0 to 1.2.1 by @dependabot[bot] in #1532
  • chore(deps): bump vue from 3.5.22 to 3.5.24 by @dependabot[bot] in #1533
  • chore(deps-dev): bump globals from 16.4.0 to 16.5.0 by @dependabot[bot] in #1534
  • chore(deps-dev): bump @nextcloud/webpack-vue-config from 6.3.2 to 7.0.1 by @dependabot[bot] in #1531
  • fix(userstatus): Allow overwriting the user status like in the web wi… by @nickvergessen in #1536
  • fix(dmg): use new Nextcloud 32 background on the installer by @ShGKme in #1539
  • fix(globals): fallback to the file icon for unknown mime types by @ShGKme in #1538
  • build: make bundling compatible with Talk 23 again by @ShGKme in #1544
  • chore: remove regenerator-runtime by @ShGKme in #1546
  • chore(deps): bump @nextcloud/l10n from 3.4.0 to 3.4.1 by @dependabot[bot] in #1550
  • chore(deps): bump pinia from 3.0.3 to 3.0.4 by @dependabot[bot] in #1551
  • chore(deps): bump @nextcloud/router from 3.0.1 to 3.1.0 by @dependabot[bot] in #1552
  • fix(talk): remove title bar in fullscreen mode by @ShGKme in #1553
  • refactor: share Talk Desktop global styles and a minor clean-up by @ShGKme in #1547
  • fix(talk/settings): adjust to new design by @ShGKme in #1530
  • chore(deps-dev): bump sass from 1.94.0 to 1.94.2 by @dependabot[bot] in #1554
  • chore(deps-dev): bump vue-tsc from 3.1.2 to 3.1.4 by @dependabot[bot] in #1555
  • chore(deps-dev): bump webpack from 5.102.1 to 5.103.0 by @dependabot[bot] in #1556
  • fix(settings): Check devices cannot be open from the main menu settings by @ShGKme in #1560

Full Changelog: v2.0.3...v2.0.4

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

v2.0.3

27 Oct 18:21
4724bb8

Choose a tag to compare

Fixes

  • Wrong buttons position and color in Viewer #1487

Changes

  • Built-in Talk in binaries is updated to v22.0.2 in both beta and stable release channels #1510

What's Changed

Full Changelog: v2.0.2...v2.0.3

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

v2.0.2 - Talk v22.0.0

27 Sep 07:25
8aea53c

Choose a tag to compare

Fixes

  • Experimental fix for video streams #1478

Changes

  • Built-in Talk in binaries is updated to v22.0.0 in both beta and stable release channels #1480

What's Changed

Full Changelog: v2.0.1-beta...v2.0.2

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

v2.0.1-beta - Talk v22.0.0-rc.2

12 Sep 16:46
4784358

Choose a tag to compare

Pre-release

Changes

  • Built-in Talk in binaries is updated to v22.0.0-rc.2 in the beta release channel #1465

What's Changed

Full Changelog: v2.0.0-beta...v2.0.1-beta

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

v2.0.0-beta - Talk v22.0.0-rc.1

04 Sep 18:17
44d7019

Choose a tag to compare

Pre-release

Changes

  • Built-in Talk in binaries is updated to v22.0.0-rc.1 in the beta release channel #1452
  • Built-in styles were updated to Nextcloud v32.0.0rc1 styles #1451
  • Talk Desktop is migrated Vue 3 and can no longer use built-in Talk below v22 with Vue 2 #680, #1422

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

v1.2.6 - Talk v21.1.4

02 Sep 18:54
8f8d9dd

Choose a tag to compare

Notes

Windows MSI installer has been fixed to not install a new version as a new program on the system. Unfortunately, you need to remove the old versions manually in "Settings / Add or remove programs" or uninstall Talk Desktop and install it again if you are using winget install Nextcloud.Talk --scope=machine. Do not worry — no data will be lost. Only the extra registry entries.

Fixes

  • MSI installer installs update as a new app #1435
  • User Status is set to offline when (in)activity is not changing #1405
  • Missing localization in some places #1391

Changes

  • Built-in Talk in binaries is updated to v21.1.4 in the stable release channel #1445

What's Changed

* [stable1] fix: missing l10n due to early @nextcloud/l10n import by @backportbot[bot] in https://github.com//pull/1399 * [stable1] fix(user-status): heartbeat is not sent when (in)activity doesn't change by @backportbot[bot] in https://github.com//pull/1406 * build: update built-in Talk versions by @nextcloud-command in https://github.com//pull/1413 * [stable1] chore: update dependencies by @backportbot[bot] in https://github.com//pull/1426 * [stable1] fix: update server styles by @ShGKme in https://github.com//pull/1427 * [stable1] fix(build): msi update installs as a new app by @backportbot[bot] in https://github.com//pull/1436 * [stable1] fix: defer Vue app import until webpage setup is done by @backportbot[bot] in https://github.com//pull/1443 * build: update built-in Talk versions by @nextcloud-command in https://github.com//pull/1445 * [stable1] chore(ts): fix error in getDesktopMediaSource.ts by @ShGKme in https://github.com//pull/1447 * [stable1] chore: add v1.2.6 changelog by @backportbot[bot] in https://github.com//pull/1448 * release: v1.2.6 by @ShGKme in https://github.com//pull/1449

Full Changelog: v1.2.5...v1.2.6

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

v1.2.5 - Talk v21.1.2

17 Jul 15:39
41a7fbd

Choose a tag to compare

Fixes

  • Logout and Quit buttons do nothing #1378

Changes

  • Built-in Talk in binaries is updated to v21.1.2 in both beta and stable release channels #1384
  • Electron is updated to 37, including Chromium 138 #1382

What's Changed

  • [stable1] fix(app): window title is untranslated and may duplicate on reload by @backportbot[bot] in #1376
  • [stable1] fix(title-bar): logout and quit buttons do not work by @ShGKme in #1378
  • [stable1] fix: get app version for initial state from app data by @backportbot[bot] in #1381
  • [stable1] build: update built-in Talk versions by @nextcloud-command in #1384
  • [stable1] chore(deps): update deps, including electron ^36.5.0 → ^37.2.3 by @ShGKme in #1382
  • [stable1] chore(release): add v1.2.5 changelog by @backportbot[bot] in #1386
  • [stable1] chore(l10n): missing translations by @ShGKme in #1387
  • release: v1.2.5 by @ShGKme in #1388

Full Changelog: v1.2.4...v1.2.5

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

v1.2.4 - Talk v21.1.1

11 Jul 22:14
64a458d

Choose a tag to compare

Added

  • Quit button in the user menu #1356

Fixes

  • Re-opening application while running in background is broken on Linux in Flatpak #1358

Changes

  • Built-in Talk in binaries is updated to v21.1.1 in both beta and stable release channels #1365

What's Changed

  • build(deps): Bump @nextcloud/l10n from 3.2.0 to 3.3.0 by @dependabot[bot] in #1335
  • build(deps-dev): Bump electron from 36.3.2 to 36.4.0 by @dependabot[bot] in #1334
  • build(deps-dev): Bump zx from 8.5.4 to 8.5.5 by @dependabot[bot] in #1336
  • build(deps-dev): Bump @nextcloud/eslint-config from 9.0.0-rc.1 to 9.0.0-rc.2 by @dependabot[bot] in #1337
  • build(deps-dev): Bump eslint from 9.28.0 to 9.29.0 by @dependabot[bot] in #1342
  • build(deps): Bump core-js from 3.42.0 to 3.43.0 by @dependabot[bot] in #1343
  • fix: Nextcloud Server casing by @ShGKme in #1344
  • build(deps-dev): Bump electron from 36.4.0 to 36.5.0 by @dependabot[bot] in #1348
  • build(deps-dev): Bump pbkdf2 from 3.1.2 to 3.1.3 by @dependabot[bot] in #1352
  • [stable1.2] fix(linux/flatpak): second instance detection by @backportbot[bot] in #1362
  • [stable1.2] feat(title-bar): add Quit button to the user menu by @backportbot[bot] in #1364
  • [stable1] build: update built-in Talk versions by @nextcloud-command in #1365
  • [stable1] chore(release): add v1.2.4 changelog by @backportbot[bot] in #1368
  • chore: cherry pick missing translations by @ShGKme in #1371
  • release: v1.2.4 by @ShGKme in #1369

Full Changelog: v1.2.3...v1.2.4

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

v1.2.3 - Talk v21.1.0

05 Jun 08:25
be06e03

Choose a tag to compare

Added

  • Taskbar icon badge counter #1326

Changes

  • Built-in Talk in binaries is updated to v21.1.0 in both beta and stable release channels #1327

What's Changed

New Contributors

Full Changelog: v1.2.2-beta...v1.2.3

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