Releases: nextcloud-releases/talk-desktop
v0.10.0 - Talk 17.1.0-rc.1
v0.10.0 - 2023-08-11
Features
- Add support for "Upgrade required" server response #289
Build-in Talk update
Built-in Talk in binaries is updated to 17.1.0-rc.1. Talk changelog: https://github.com/nextcloud/spreed/blob/master/CHANGELOG.md
What's Changed
- chore(deps): Bump core-js from 3.31.1 to 3.32.0 by @dependabot in nextcloud/talk-desktop#280
- chore(deps-dev): Bump @nextcloud/eslint-plugin from 2.0.0 to 2.1.0 by @dependabot in nextcloud/talk-desktop#281
- chore(deps-dev): Bump eslint from 8.45.0 to 8.46.0 by @dependabot in nextcloud/talk-desktop#282
- chore(deps-dev): Bump eslint-plugin-vue from 9.15.1 to 9.16.1 by @dependabot in nextcloud/talk-desktop#285
- chore(deps): Bump undici from 5.22.1 to 5.23.0 by @dependabot in nextcloud/talk-desktop#284
- chore(deps-dev): Bump eslint-plugin-import from 2.27.5 to 2.28.0 by @dependabot in nextcloud/talk-desktop#286
- chore(deps-dev): Bump electron from 25.3.1 to 25.4.0 by @dependabot in nextcloud/talk-desktop#283
- Embed Vue Devtools instead of using
electron-devtools-installer
by @ShGKme in nextcloud/talk-desktop#288 - Handle 426 response from server "Upgrade required" by @Antreesy in nextcloud/talk-desktop#289
- Bump min supported server version and check minimal supported built-in version by @ShGKme in nextcloud/talk-desktop#295
- release: v0.10.0 by @ShGKme in nextcloud/talk-desktop#296
Full Changelog: nextcloud/talk-desktop@v0.9.0...v0.10.0
v0.9.0 - Talk 17.0.3
v0.9.0 - 2023-07-28
Build-in Talk update
Built-in Talk in binaries is updated to 17.0.3. Talk changelog: https://github.com/nextcloud/spreed/blob/master/CHANGELOG.md
What's Changed
- release: v0.9.0 by @ShGKme in nextcloud/talk-desktop#276
Full Changelog: nextcloud/talk-desktop@v0.8.0...v0.9.0
v0.8.0 - Talk 17.0.2
v0.8.0 - 2023-07-25
Build-in Talk update
Built-in Talk in binaries is updated to 17.0.2. Talk changelog: https://github.com/nextcloud/spreed/blob/master/CHANGELOG.md
Features
Fixes
What's Changed
- chore(deps): Bump @nextcloud/l10n from 2.1.0 to 2.2.0 by @dependabot in nextcloud/talk-desktop#252
- chore(deps-dev): Bump eslint from 8.43.0 to 8.44.0 by @dependabot in nextcloud/talk-desktop#253
- chore(deps-dev): Bump eslint-plugin-vue from 9.15.0 to 9.15.1 by @dependabot in nextcloud/talk-desktop#251
- chore(deps-dev): Bump webpack from 5.88.0 to 5.88.1 by @dependabot in nextcloud/talk-desktop#250
- chore(deps): Bump @nextcloud/capabilities from 1.0.4 to 1.1.0 by @dependabot in nextcloud/talk-desktop#249
- Create pr-feedback.yml by @nickvergessen in nextcloud/talk-desktop#258
- chore(deps): Bump core-js from 3.31.0 to 3.31.1 by @dependabot in nextcloud/talk-desktop#259
- chore(deps-dev): Bump @babel/eslint-parser from 7.22.5 to 7.22.7 by @dependabot in nextcloud/talk-desktop#261
- chore(deps): Bump semver from 7.5.3 to 7.5.4 by @dependabot in nextcloud/talk-desktop#262
- chore(deps): Bump @nextcloud/axios from 2.3.0 to 2.4.0 by @dependabot in nextcloud/talk-desktop#260
- chore(deps-dev): Bump electron from 25.2.0 to 25.3.0 by @dependabot in nextcloud/talk-desktop#263
- chore(deps): Bump @nextcloud/vue from 7.12.0 to 7.12.1 by @dependabot in nextcloud/talk-desktop#265
- chore(deps-dev): Bump @babel/eslint-parser from 7.22.7 to 7.22.9 by @dependabot in nextcloud/talk-desktop#264
- chore(deps-dev): Bump eslint from 8.44.0 to 8.45.0 by @dependabot in nextcloud/talk-desktop#266
- Basic tray icon implementation by @p-try in nextcloud/talk-desktop#79
- chore(deps-dev): Bump electron from 25.3.0 to 25.3.1 by @dependabot in nextcloud/talk-desktop#268
- chore(deps-dev): Bump webpack from 5.88.1 to 5.88.2 by @dependabot in nextcloud/talk-desktop#267
- fix: do not destruct JSON from import by @ShGKme in nextcloud/talk-desktop#269
- Fix: catch errors on capabilities re-fetching by @ShGKme in nextcloud/talk-desktop#270
- Fix incorrect dark theme detection caused by missing css load waiting by @ShGKme in nextcloud/talk-desktop#254
- Add quit button on the Welcome window by @ShGKme in nextcloud/talk-desktop#271
- fix(tray): use tray only in talk window and re-setup when window changes by @ShGKme in nextcloud/talk-desktop#272
- Fix tray icon images by @ShGKme in nextcloud/talk-desktop#273
- release: v0.8.0 by @ShGKme in nextcloud/talk-desktop#274
New Contributors
- @p-try made their first contribution in nextcloud/talk-desktop#79
Full Changelog: nextcloud/talk-desktop@v0.7.0...v0.8.0
v0.7.0 - Talk 17.0.1
v0.7.0 - 2023-06-27
Build-in Talk update
Built-in Talk in binaries is updated to 17.0.1. Talk changelog: https://github.com/nextcloud/spreed/blob/master/CHANGELOG.md
Features
- Allow to log in with a copy-pasted URL from browser #204
Fixes
- Fix capabilities update only with re-login #198
- Fix login for users with a space in userid #199
- Urldecode the app password #203
What's Changed
- fix(auth): fix login for users with space in userid by @ShGKme in nextcloud/talk-desktop#202
- feat(auth): Allow to login with a copy pasted URL from browser by @nickvergessen in nextcloud/talk-desktop#204
- fix(auth): urldecode the app password as well by @nickvergessen in nextcloud/talk-desktop#203
- chore(deps-dev): Bump webpack-merge from 5.8.0 to 5.9.0 by @dependabot in nextcloud/talk-desktop#205
- bump electron from 24.3.1 to 24.4.0 by @dependabot in nextcloud/talk-desktop#206
- chore(deps-dev): Bump eslint-plugin-vue from 9.13.0 to 9.14.1 by @dependabot in nextcloud/talk-desktop#207
- bump webpack from 5.83.1 to 5.84.1 by @dependabot in nextcloud/talk-desktop#208
- chore: update workflows from templates by @nextcloud-command in nextcloud/talk-desktop#210
- chore(deps-dev): Bump dotenv from 16.0.3 to 16.1.3 by @dependabot in nextcloud/talk-desktop#212
- bump css-loader from 6.7.4 to 6.8.1 by @dependabot in nextcloud/talk-desktop#213
- chore(deps-dev): Bump webpack from 5.84.1 to 5.85.0 by @dependabot in nextcloud/talk-desktop#214
- bump eslint-config-standard from 17.0.0 to 17.1.0 by @dependabot in nextcloud/talk-desktop#215
- bump eslint from 8.41.0 to 8.42.0 by @dependabot in nextcloud/talk-desktop#216
- chore: update node engines to next LTS by @nextcloud-command in nextcloud/talk-desktop#232
- chore: remove Volta config from
package.json
by @ShGKme in nextcloud/talk-desktop#234 - chore(deps-dev): Bump @babel/eslint-parser from 7.21.8 to 7.22.5 by @dependabot in nextcloud/talk-desktop#218
- chore(deps-dev): Bump @electron-forge/maker-deb from 6.1.1 to 6.2.1 by @dependabot in nextcloud/talk-desktop#223
- chore(ci): add dependabot approve merge by @ShGKme in nextcloud/talk-desktop#235
- chore(deps-dev): Bump eslint from 8.42.0 to 8.43.0 by @dependabot in nextcloud/talk-desktop#224
- bump @electron-forge/maker-rpm from 6.1.1 to 6.2.1 by @dependabot in nextcloud/talk-desktop#227
- chore(deps-dev): Bump dotenv from 16.1.3 to 16.3.1 by @dependabot in nextcloud/talk-desktop#233
- chore(deps-dev): Bump webpack from 5.85.0 to 5.88.0 by @dependabot in nextcloud/talk-desktop#236
- bump @electron-forge/plugin-webpack from 6.1.1 to 6.2.1 by @dependabot in nextcloud/talk-desktop#230
- chore(deps): Bump semver from 7.5.1 to 7.5.2 by @dependabot in nextcloud/talk-desktop#226
- bump @nextcloud/vue from 7.11.6 to 7.12.0 by @dependabot in nextcloud/talk-desktop#219
- chore(deps-dev): Bump electron from 24.4.0 to 25.2.0 by @dependabot in nextcloud/talk-desktop#237
- fix(authentication): Use content size on login web-view to avoid scroll on Windows by @ShGKme in nextcloud/talk-desktop#238
- fix(patchers): fix patching modules resolving by require.resolve by @ShGKme in nextcloud/talk-desktop#240
- chore(deps): Bump semver from 7.5.2 to 7.5.3 by @dependabot in nextcloud/talk-desktop#245
- chore(deps): Bump core-js from 3.30.2 to 3.31.0 by @dependabot in nextcloud/talk-desktop#243
- chore(deps-dev): Bump @electron-forge/maker-squirrel from 6.1.1 to 6.2.1 by @dependabot in nextcloud/talk-desktop#246
- chore(deps-dev): Bump @electron-forge/maker-zip from 6.1.1 to 6.2.1 by @dependabot in nextcloud/talk-desktop#242
- chore(deps-dev): Bump @electron-forge/cli from 6.1.1 to 6.2.1 by @dependabot in nextcloud/talk-desktop#244
- chore(deps-dev): Bump eslint-plugin-vue from 9.14.1 to 9.15.0 by @dependabot in nextcloud/talk-desktop#241
- fix: re-fetch appData on talk hash invalidate by @ShGKme in nextcloud/talk-desktop#247
- release: v0.7.0 by @ShGKme in nextcloud/talk-desktop#248
New Contributors
- @nextcloud-command made their first contribution in nextcloud/talk-desktop#210
Full Changelog: nextcloud/talk-desktop@v0.6.0...v0.7.0
v0.6.0 - Talk 17.0.0-rc.1
v0.6.0 - 2023-05-22
Build-in Talk update
Built-in Talk in binaries is updated to 17.0.0-rc.1. Talk changelog: https://github.com/nextcloud/spreed/blob/master/CHANGELOG.md
What's Changed
- chore(deps-dev): Bump electron from 24.3.0 to 24.3.1 by @dependabot in nextcloud/talk-desktop#189
- chore(deps-dev): Bump css-loader from 6.7.3 to 6.7.4 by @dependabot in nextcloud/talk-desktop#190
- chore(deps-dev): Bump style-loader from 3.3.2 to 3.3.3 by @dependabot in nextcloud/talk-desktop#191
- chore(deps-dev): Bump eslint from 8.40.0 to 8.41.0 by @dependabot in nextcloud/talk-desktop#192
- chore(deps): Bump @nextcloud/vue from 7.11.4 to 7.11.6 by @dependabot in nextcloud/talk-desktop#193
- chore(deps): Bump @nextcloud/event-bus from 3.0.2 to 3.1.0 by @dependabot in nextcloud/talk-desktop#194
- chore(deps-dev): Bump webpack from 5.82.1 to 5.83.1 by @dependabot in nextcloud/talk-desktop#195
- chore(deps-dev): Bump eslint-plugin-vue from 9.12.0 to 9.13.0 by @dependabot in nextcloud/talk-desktop#196
Full Changelog: nextcloud/talk-desktop@v0.5.0...v0.6.0
v0.5.0 - Talk 17.0.0-beta.3
v0.5.0 - 2023-05-15
Build-in Talk update
Built-in Talk in binaries is updated to 17.0.0-beta.3. Talk changelog: https://github.com/nextcloud/spreed/blob/master/CHANGELOG.md
What's Changed
- chore(changelog): fix wrong Talk version by @ShGKme in nextcloud/talk-desktop#177
- chore(deps-dev): Bump eslint from 8.39.0 to 8.40.0 by @dependabot in nextcloud/talk-desktop#176
- chore(deps-dev): Bump electron from 24.2.0 to 24.3.0 by @dependabot in nextcloud/talk-desktop#178
- bump webpack from 5.82.0 to 5.82.1 by @dependabot in nextcloud/talk-desktop#180
- bump eslint-plugin-vue from 9.11.0 to 9.12.0 by @dependabot in nextcloud/talk-desktop#181
- chore(deps): Bump semver from 7.5.0 to 7.5.1 by @dependabot in nextcloud/talk-desktop#182
- bump core-js from 3.30.1 to 3.30.2 by @dependabot in nextcloud/talk-desktop#183
- bump undici from 5.22.0 to 5.22.1 by @dependabot in nextcloud/talk-desktop#184
- bump @nextcloud/vue from 7.11.2 to 7.11.4 by @dependabot in nextcloud/talk-desktop#179
Full Changelog: nextcloud/talk-desktop@v0.4.0...v0.5.0
v0.4.0 - Talk 17.0.0-beta.2
v0.4.0 - 2023-05-09
Fixes
- Fix doubling webroot cause failing loading the default file icon #173
- Allow MKCOL requests for creating virtual bg folder #174
- Fix initial state patching to add highlight own group mentions support #171
Build-in Talk update
Built-in Talk in binaries is updated to new major 17.0.0-beta.2. Talk changelog: https://github.com/nextcloud/spreed/blob/master/CHANGELOG.md
What's Changed
- bump @nextcloud/vue from 7.9.0 to 7.10.0 by @dependabot in nextcloud/talk-desktop#165
- bump undici from 5.21.2 to 5.22.0 by @dependabot in nextcloud/talk-desktop#164
- chore(deps-dev): Bump webpack from 5.79.0 to 5.80.0 by @dependabot in nextcloud/talk-desktop#163
- chore(deps): Bump semver from 7.4.0 to 7.5.0 by @dependabot in nextcloud/talk-desktop#162
- chore(deps-dev): Bump eslint from 8.38.0 to 8.39.0 by @dependabot in nextcloud/talk-desktop#161
- bump webpack from 5.80.0 to 5.81.0 by @dependabot in nextcloud/talk-desktop#167
- bump @nextcloud/webpack-vue-config from 5.5.0 to 5.5.1 by @dependabot in nextcloud/talk-desktop#168
- bump electron from 24.1.2 to 24.1.3 by @dependabot in nextcloud/talk-desktop#169
- fix(patchers): add highlight own group mentions support by @ShGKme in nextcloud/talk-desktop#171
- chore(deps): bump deps by @ShGKme in nextcloud/talk-desktop#172
- fix(app): allow MKCOL requests for creating virtual bg folder by @ShGKme in nextcloud/talk-desktop#174
- fix(patchers): fix doubling webroot in generateFilePath by @ShGKme in nextcloud/talk-desktop#173
Full Changelog: nextcloud/talk-desktop@v0.3.2...v0.4.0
v0.3.2
Fixes
- Fix importing images to support video backgrounds in Nextcloud Talk 17
Build-in Talk update
Built-in Talk in binaries is updated to 16.0.3. Talk changelog: https://github.com/nextcloud/spreed/releases/tag/v16.0.3
What's Changed
- fix(patchers): fix importing images and sounds using
@nextcloud/router
by @ShGKme in nextcloud/talk-desktop#142 - release: v0.3.2 by @ShGKme in nextcloud/talk-desktop#158
Full Changelog: nextcloud/talk-desktop@v0.3.1...v0.3.2
v0.3.1
Fixes
Development notes
- Now Nextcloud Talk can be built with Nextcloud Talk
stable26
branch
What's Changed
- chore(deps-dev): Bump eslint from 8.36.0 to 8.38.0 by @dependabot in nextcloud/talk-desktop#136
- chore(deps): update dependencies by @ShGKme in nextcloud/talk-desktop#137
- Update vulnerable dependencies by @ShGKme in nextcloud/talk-desktop#139
- Fix session loosing caused by different
set-cookie
casing by @ShGKme in nextcloud/talk-desktop#141 - bump core-js from 3.30.0 to 3.30.1 by @dependabot in nextcloud/talk-desktop#146
- chore(deps-dev): Bump webpack from 5.78.0 to 5.79.0 by @dependabot in nextcloud/talk-desktop#145
- chore(deps-dev): Bump eslint-plugin-jsdoc from 39.6.4 to 39.9.1 by @dependabot in nextcloud/talk-desktop#144
- chore(deps-dev): Bump eslint-plugin-vue from 9.10.0 to 9.11.0 by @dependabot in nextcloud/talk-desktop#143
- bump electron from 24.0.0 to 24.1.2 by @dependabot in nextcloud/talk-desktop#147
- Release/v0.3.1 by @ShGKme in nextcloud/talk-desktop#153
Full Changelog: nextcloud/talk-desktop@v0.3.0...v0.3.1
v0.3.0
Features
- Native context menu for text editing and spell checking
- New release notifications
- New UI translations
Fixes
- Fix a black screen on the signaling session error
- Fix unclosable "About window" on macOS
- Fix macOS icon
Build-in Talk update
Built-in Talk in binaries is updated to 16.0.2. Talk changelog: https://github.com/nextcloud/spreed/releases/tag/v16.0.2
What's Changed
- chore(deps): Add dependabot automatic updates by @nickvergessen in nextcloud/talk-desktop#86
- chore(deps): fix dependabot.yml by @ShGKme in nextcloud/talk-desktop#87
- Fix missed notifications event bus emitting and notification request caching by @ShGKme in nextcloud/talk-desktop#88
- Create talk-icon-mac-shadow.svg by @dijeth in nextcloud/talk-desktop#100
- build(deps-dev): Bump @electron-forge/maker-rpm from 6.0.4 to 6.1.0 by @dependabot in nextcloud/talk-desktop#89
- build(deps-dev): Bump @babel/eslint-parser from 7.19.1 to 7.21.3 by @dependabot in nextcloud/talk-desktop#90
- build(deps-dev): Bump eslint from 8.28.0 to 8.36.0 by @dependabot in nextcloud/talk-desktop#95
- build(deps-dev): Bump css-loader from 6.7.2 to 6.7.3 by @dependabot in nextcloud/talk-desktop#91
- build(deps-dev): Bump style-loader from 3.3.1 to 3.3.2 by @dependabot in nextcloud/talk-desktop#92
- build(deps-dev): Bump @electron-forge/maker-zip from 6.0.4 to 6.0.5 by @dependabot in nextcloud/talk-desktop#94
- build(deps-dev): Bump @electron-forge/maker-squirrel from 6.0.4 to 6.0.5 by @dependabot in nextcloud/talk-desktop#93
- build(deps-dev): Bump eslint-plugin-n from 15.5.1 to 15.6.1 by @dependabot in nextcloud/talk-desktop#97
- build(deps-dev): Bump webpack from 5.75.0 to 5.76.3 by @dependabot in nextcloud/talk-desktop#98
- build(deps-dev): Bump electron from 21.2.2 to 23.2.0 by @dependabot in nextcloud/talk-desktop#96
- Add new MacOS app icon by @ShGKme in nextcloud/talk-desktop#68
- Fix unclosable About window on Mac - make About window closable by Escape and a new close button by @ShGKme in nextcloud/talk-desktop#103
- fix(l10n): 🔣 Set up translations by @nickvergessen in nextcloud/talk-desktop#105
- fix(l10n): Add fake info.xml so the translationtool can convert back … by @nickvergessen in nextcloud/talk-desktop#107
- Set up lint-eslint.yml github action by @nickvergessen in nextcloud/talk-desktop#109
- bump core-js from 3.26.1 to 3.29.1 by @dependabot in nextcloud/talk-desktop#112
- bump webpack from 5.76.3 to 5.77.0 by @dependabot in nextcloud/talk-desktop#113
- bump @nextcloud/eslint-config from 8.1.4 to 8.2.1 by @dependabot in nextcloud/talk-desktop#114
- bump eslint-plugin-import from 2.26.0 to 2.27.5 by @dependabot in nextcloud/talk-desktop#115
- bump eslint-plugin-vue from 9.9.0 to 9.10.0 by @dependabot in nextcloud/talk-desktop#116
- bump @electron-forge/maker-squirrel from 6.0.5 to 6.1.0 by @dependabot in nextcloud/talk-desktop#117
- bump eslint-plugin-n from 15.6.1 to 15.7.0 by @dependabot in nextcloud/talk-desktop#119
- bump electron from 23.2.0 to 23.2.1 by @dependabot in nextcloud/talk-desktop#120
- bump @nextcloud/webpack-vue-config from 5.4.0 to 5.5.0 by @dependabot in nextcloud/talk-desktop#118
- New release notification by @ShGKme in nextcloud/talk-desktop#106
- Add native context menu by @Antreesy in nextcloud/talk-desktop#121
- Fix GitHub Rate Limit error: do not make unnecessary the latest new version requests by @ShGKme in nextcloud/talk-desktop#125
New Contributors
- @dijeth made their first contribution in nextcloud/talk-desktop#100
- @dependabot made their first contribution in nextcloud/talk-desktop#89
- @Antreesy made their first contribution in nextcloud/talk-desktop#121
Full Changelog: nextcloud/talk-desktop@v0.2.2...v0.3.0