Skip to content

Releases: nextcloud/talk-desktop

v2.2.4 - Talk v24.0.4

Choose a tag to compare

@ShGKme ShGKme released this 17 Aug 13:58
8ff95e7

Changes

  • Built-in Talk in binaries is updated to v24.0.4 in the stable release channel #1858

What's Changed

Full Changelog: v2.2.3...v2.2.4

v2.2.3 - Talk v24.0.3

Choose a tag to compare

@ShGKme ShGKme released this 30 Jul 21:26
a7bb660

Fixes

  • Reply quotes and file previews are visually broken #1837

What's Changed

  • chore(deps-dev): Bump electron from 41.2.1 to 43.2.0 by @dependabot[bot] in #1829
  • build(deps-dev): pin postcss@8.5.23 to prevent styles corruption with BOM by @ShGKme in #1837
  • chore(deps-dev): Bump webpack from 5.108.4 to 5.109.0 by @dependabot[bot] in #1838
  • chore(deps-dev): Bump sass from 1.101.0 to 1.101.6 by @dependabot[bot] in #1839
  • chore(deps): Bump vue from 3.5.39 to 3.5.40 by @dependabot[bot] in #1840
  • chore(release): v2.2.3 by @ShGKme in #1841

Full Changelog: v2.2.2...v2.2.3

v2.2.2 - Talk v24.0.3

Choose a tag to compare

@ShGKme ShGKme released this 30 Jul 03:17
f4ca216

Fixes

  • App crashes on some languages #1813
  • Linux/Wayland: allow switching back to the native title bar via app settings #1773

Changes

  • Built-in Talk in binaries is updated to v24.0.3 in both beta and stable release channels #1834

What's Changed

  • build(prepare-release-package): regression preventing run without npm ci by @ShGKme in #1805
  • chore(package): prepare for npm@12 by @ShGKme in #1806
  • ci(deps): Bump dorny/paths-filter from 4.0.1 to 4.0.2 in /.github/workflows by @dependabot[bot] in #1808
  • fix(linux/wayland): allow native title bar by @ShGKme in #1773
  • chore(deps): make vscode-windows-registry an optional dependency (win32) by @ShGKme in #1810
  • fix: partially invalid l10n init may crash app load on some languages by @ShGKme in #1813
  • chore(deps): Bump @vscode/windows-registry from v1.2.0-prebuild.2 to v1.2.0-prebuild by @dependabot[bot] in #1816
  • ci(deps): Bump nextcloud/pr-feedback-action from f0cab224dea8e1f282f9451de322f323c78fc7a5 to 4709fa5b3e1821559d4c312ef937b61f1567aa44 in /.github/workflows by @dependabot[bot] in #1819
  • chore(deps-dev): Bump @nextcloud/eslint-config from 9.0.0 to 9.0.1 by @dependabot[bot] in #1818
  • chore(deps-dev): Bump webpack from 5.108.3 to 5.108.4 by @dependabot[bot] in #1820
  • build(deps-dev): override icon-gen's sharp to ^0.35.0 by @ShGKme in #1821
  • build(deps): nextcloud-deps/vscode-windows-registry v1.2.0-prebuild.3 by @ShGKme in #1822
  • ci(deps): Bump actions/checkout from 7.0.0 to 7.0.1 in /.github/workflows by @dependabot[bot] in #1828
  • ci(deps): Bump actions/setup-node from 6.4.0 to 7.0.0 in /.github/workflows by @dependabot[bot] in #1827
  • build: update built-in Talk versions by @nextcloud-command in #1834
  • chore(deps-dev): Bump vue-tsc from 3.3.6 to 3.3.8 by @dependabot[bot] in #1832
  • chore(deps-dev): Bump eslint from 10.6.0 to 10.7.0 by @dependabot[bot] in #1830
  • chore(deps): Bump pinia from 3.0.4 to 4.0.2 by @dependabot[bot] in #1833
  • chore(deps): Bump @nextcloud/vue from 9.8.2 to 9.9.0 by @dependabot[bot] in #1831
  • build(deps-dev): bump @electron-forge/* to 8.0.0-alpha.10 by @ShGKme in #1823
  • release: v2.2.2 by @ShGKme in #1835

Full Changelog: v2.2.1...v2.2.2

v2.2.1 - Talk v24.0.2

Choose a tag to compare

@ShGKme ShGKme released this 09 Jul 16:11
66e36dd

Features

  • Add managed configuration for serverUrl on Windows GPO (Windows Registry Policies) and macOS (NSUserDefaults) #1797, #1800
  • Add a config option to open the app maximized on startup instead of in background #1780

Fixes

  • Remove the last used userid prefilling during login: it breaks completely when the userid is an email on the server-side #1789
  • Linux: stop forcing GTK-3 #1772

Changes

  • Built-in Talk in binaries is updated to v24.0.2 in both beta and stable release channels #1803
  • Add AI Policy #1774
  • Fix regression on Windows MSI installer being x86 instead of x64 #1764
  • Improve custom styles handling during the build #1798, #1799
  • Maintenance: TypeScript 6 migration #1792, ESLint 10 migration #1794

What's Changed

  • build(msi): force x64 instead of x86 by @ShGKme in #1764
  • ci(deps): Bump actions/checkout from 6.0.2 to 6.0.3 in /.github/workflows by @dependabot[bot] in #1767
  • fix(linux): stop forcing gtk-3 by @ShGKme in #1772
  • chore(ai): add AGENTS.md with AI policy and ai-policy ci check by @ShGKme in #1774
  • feat(config): add option to disable hidding to background on startup by @ShGKme in #1780
  • ci(deps): Bump actions/checkout from 6.0.3 to 7.0.0 in /.github/workflows by @dependabot[bot] in #1781
  • build: allow build without TALK_PATH by @ShGKme in #1782
  • build: update built-in Talk versions by @nextcloud-command in #1783
  • fix(cli): exit immediately on error in CLI by @ShGKme in #1790
  • fix(login): remove user prefilling due to critical login flow backend bug by @ShGKme in #1789
  • build(deps): bump dependencies and run npm audit fix by @ShGKme in #1791
  • chore(ts): migrate to TS 6 by @ShGKme in #1792
  • refactor: remove @nextcloud/initial-state@2 usage by @ShGKme in #1793
  • chore(eslint): migrate to ESLint 10 with @nextcloud/eslint-config@9.0.0 by @ShGKme in #1794
  • chore(github): disable blank issue template by @ShGKme in #1795
  • feat(config): add managed configuration for Windows with serverUrl and accounts configs by @ShGKme in #1797
  • refactor(server-styles): add meta data in json format and update the styles by @ShGKme in #1798
  • feat(config): add macOS support to managed configuration by @ShGKme in #1800
  • build(scripts): only override styles on release if missing or outdated by @ShGKme in #1799
  • build(macos): fix packaging .dmg on macOS on Node,js 24+ by manually updating nan from 2.22.0 to 2.28.0 by @ShGKme in #1802
  • build(talk): bump Talk to 24.0.2 by @ShGKme in #1803
  • release: v2.2.1 by @ShGKme in #1804

Full Changelog: v2.2.0...v2.2.1

v2.2.0 - Talk v24.0.0

Choose a tag to compare

@ShGKme ShGKme released this 09 Jun 14:45
ecbe9d5

Fixes

  • Linux/Flatpak: status icon rendering, screen wake lock, IDLE detection access #1713
  • macOS: correct "Report a bug" window menu link #1736

Changes

  • Built-in Talk in binaries is updated to v24.0.0 in both beta and stable release channels #1759
  • Update to Electron 41 #1709, #1710
  • Add scripts for Windows ARM build #1725
  • Add initial support for .overrides/ build customization with build config and styles #1741, #1743

What's Changed

  • build(deps): bump to Electron 41 with workarounds for known issues on Wayland by @ShGKme in #1709
  • fix(scripts): support release on branch in addition to tag by @ShGKme in #1707
  • fix(linux/wayland): infinite load due to Chromium bug with ready-to-show by @ShGKme in #1710
  • chore(ISSUE_TEMPLATE): adjust to new "needs triage" label name and add types by @ShGKme in #1712
  • build(flatpak): fix status icon render, idle detection api, screen wake lock api access by @ShGKme in #1713
  • chore(deps-dev): Bump dotenv from 17.3.1 to 17.4.0 by @dependabot[bot] in #1714
  • build: add missing ghost dependencies and remove unused dependencies by @ShGKme in #1715
  • ci(deps): Bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 in /.github/workflows by @dependabot[bot] in #1716
  • chore(deps-dev): Bump sass from 1.97.3 to 1.99.0 by @dependabot[bot] in #1717
  • build: update built-in Talk versions by @nextcloud-command in #1731
  • chore(deps-dev): Bump electron from 41.1.1 to 41.2.1 by @dependabot[bot] in #1724
  • build: add scripts for Windows ARM64 build by @aequivalent2 in #1725
  • ci(deps): Bump actions/setup-node from 6.3.0 to 6.4.0 in /.github/workflows by @dependabot[bot] in #1733
  • ci(deps): Bump webiny/action-conventional-commits from 1.3.1 to 1.4.2 in /.github/workflows by @dependabot[bot] in #1734
  • fix(mac): correct "Report a bug" window menu link by @ShGKme in #1736
  • build: fix @nextcloud/axios sharing after 2.6.0 update by @ShGKme in #1740
  • build: .overrides/ for build customization by @ShGKme in #1741
  • build: enhanced Nextcloud styles extraction with .overrides/ support by @ShGKme in #1743
  • build: update built-in Talk versions by @nextcloud-command in #1746
  • ci(deps): Bump alexwilson/enable-github-automerge-action from 2.0.0 to 3.0.0 in /.github/workflows by @dependabot[bot] in #1753
  • build: update built-in Talk versions by @nextcloud-command in #1759
  • build(deps): update dependencies by @ShGKme in #1761
  • build(deps): remove Nextcloud 33 styles, update 34 to v34.0.0, update Nextcloud 35 to latest master by @ShGKme in #1762
  • release: v2.2.0 by @ShGKme in #1763

New Contributors

Full Changelog: v2.1.2...v2.2.0

v2.1.2 - Talk v23.0.3

Choose a tag to compare

@ShGKme ShGKme released this 02 Apr 20:07
23f3001

Changes

  • Built-in Talk in binaries is updated to v23.0.3 in both beta and stable release channels #1703

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1 - Talk v23.0.1

Choose a tag to compare

@ShGKme ShGKme released this 20 Feb 15:18
29d20e2

Features

  • Prefill Server URl and user with the last used account during login #1664
  • Add CLI command ./Nextcloud\ Talk config --accounts=nextcloud.domain.tld to preset the account #1667
  • Notify about the new version update availability in the main menu #1592, #1663
  • Download the correct installer on "Update" click instead of opening the GitHub release page #1666

Changes

  • Built-in Talk in binaries is updated to v23.0.1 in both beta and stable release channels #1665
  • Linux/Flatpak: Upgrade Flatpak runtime and SDK to v25.08 #1599
  • Add brandGradient build config for the welcome screen #1662

What's Changed

  • chore(deps): block node-polyfill-webpack-plugin from dependabot updates by @Antreesy in #1651
  • fix(talk): title bar controls color is not inline with theming by @ShGKme in #1657
  • ci(actions): Update workflows by @nickvergessen in #1653
  • feat: notify about updates in main menu by @max65482 in #1592
  • fix(talk): increase visibility of new update availability in the main menu by @ShGKme in #1663
  • build: update built-in Talk versions by @nextcloud-command in #1665
  • feat: predefine server + user by last used with accounts config by @ShGKme in #1664
  • fix(welcome): add brandGradient build config for Welcome screen by @ShGKme in #1662
  • feat: download installer on "Update" click instead of opening the GitHub release web-page by @ShGKme in #1666
  • feat: add CLI command to set accounts prefilling server url and user by @ShGKme in #1667

New Contributors

Full Changelog: v2.1.0-beta...v2.1.1

v2.1.0-beta - Talk v23.0.0-rc.2

Pre-release

Choose a tag to compare

@ShGKme ShGKme released this 30 Jan 14:45
8912907

Changes

  • Built-in Talk in binaries is updated to v23.0.0-rc.2 in the beta release channel #1646
  • Linux/Flatpak: Upgrade Flatpak runtime and SDK to v25.08 #1599

What's Changed

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

Full Changelog: v2.0.6...v2.1.0-beta

v2.0.6 - Talk v22.0.8

Choose a tag to compare

@ShGKme ShGKme released this 30 Jan 14:44
ccf5a3a

Fixes

  • Linux/Flatpak: Emoji rendering issues #1514
  • Click on avatar in participants tab results in a blank view #1630
  • Download complete notification click does not open download file location #1622
  • Redesign help (about) window #1607
  • Linux: Title bar is not transparent #1600

Changes

  • Built-in Talk in binaries is updated to v22.0.8 in the stable release channel #1638
  • Add Nextcloud server 34 styles #1639

What's Changed

  • fix(linux): title bar is not transparent by @ShGKme in #1600
  • fix(title-bar): dev menu color by @ShGKme in #1601
  • chore(deps-dev): bump webpack from 5.103.0 to 5.104.1 by @dependabot[bot] in #1603
  • chore(deps-dev): bump sass from 1.96.0 to 1.97.1 by @dependabot[bot] in #1602
  • build: update built-in Talk versions by @nextcloud-command in #1608
  • fix(help): redesign by @ShGKme in #1607
  • chore(deps): bump vue from 3.5.25 to 3.5.26 by @dependabot[bot] in #1612
  • chore(ts): ignore types in Talk and bring back TS check on CI by @ShGKme in #1613
  • chore: migrate from @nextcloud/files deprecated API by @ShGKme in #1614
  • chore(deps): bump @nextcloud/files from 3.12.0 to 3.12.2 by @dependabot[bot] in #1611
  • chore(deps-dev): bump @nextcloud/eslint-config from 9.0.0-rc.5 to 9.0.0-rc.6 by @dependabot[bot] in #1615
  • chore(deps-dev): bump vue-tsc from 3.1.8 to 3.2.2 by @dependabot[bot] in #1619
  • chore(deps-dev): bump globals from 16.5.0 to 17.0.0 by @dependabot[bot] in #1616
  • chore(deps): bump @nextcloud/vue from 9.3.0 to 9.3.3 by @dependabot[bot] in #1620
  • chore(deps-dev): bump node-polyfill-webpack-plugin from 4.0.0 to 4.1.0 by @dependabot[bot] in #1626
  • fix: prevent garbage collection of notification objects and ensure proper initialization order by @kikoso in #1622
  • Revert "chore(deps-dev): bump node-polyfill-webpack-plugin from 4.0.0 to 4.1.0" by @ShGKme in #1631
  • fix(talk): click on avatar in participants tab results in a blank view by @Antreesy in #1632
  • chore(deps): bump vue from 3.5.26 to 3.5.27 by @dependabot[bot] in #1633
  • fix(flatpak): invalid fontconfig cache breaks emoji rendering by @ShGKme in #1636
  • build: update built-in Talk versions by @nextcloud-command in #1638
  • build(server-styles): add master (34), remove stable32, update stable33 by @ShGKme in #1639
  • revert: build(server-styles): remove Nextcloud 32 styles by @ShGKme in #1643
  • ci: fix version comparison with update-built-in-talk on major updates by @ShGKme in #1641
  • build: update built-in Talk versions by @nextcloud-command in #1646
  • fix(flatpak): relaunch app after emoji fix to take effect by @ShGKme in #1642
  • chore(release): v2.0.6 by @ShGKme in #1645

New Contributors

Full Changelog: v2.0.5...v2.0.6

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

v2.0.5 - Talk v22.0.6

Choose a tag to compare

@ShGKme ShGKme released this 16 Dec 17:52
e5538ce

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