Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@

# Changelog

## v1.0.2 - 2025-01-20

### Features

- Add launch at startup for Windows and macOS [#1004](https://github.com/nextcloud/talk-desktop/pull/1004)

### Fixes

- Fix macOS microphone issue on screen sharing [#1023](https://github.com/nextcloud/talk-desktop/pull/1023)
- Fix bidirectional text support [#1033](https://github.com/nextcloud/talk-desktop/pull/1033)

### Changes

- Built-in Talk in binaries is updated to v20.1.3 in the stable release channel [#1039](https://github.com/nextcloud/talk-desktop/pull/1039)
- Release with beta versions of Talk is now supported starting v21.0.0-beta.2 [#1029](https://github.com/nextcloud/talk-desktop/pull/1029)
- Building with built-in Talk v18 is no longer supported [#1037](https://github.com/nextcloud/talk-desktop/pull/1037)
- Update translations
- Update dependencies

## v1.0.1 - 2024-12-19

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "talk-desktop",
"productName": "Nextcloud Talk",
"version": "1.0.1",
"version": "1.0.2",
"description": "Official Desktop client for Nextcloud Talk",
"bugs": {
"url": "https://github.com/nextcloud/talk-desktop/issues",
Expand Down