Skip to content

Commit fbf5f34

Browse files
authored
Merge pull request #1084 from nextcloud/release/v1.1.2-beta
release: v1.1.2-beta
2 parents fc37d89 + afc1aec commit fbf5f34

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55

66
# Changelog
77

8+
## v1.1.2-beta - 2025-02-04
9+
10+
### Fixes
11+
12+
- Improve screen sharing picker and fix performance issues [#1003](https://github.com/nextcloud/talk-desktop/pull/1003)
13+
- Fix loading performance regression from server update handling in the previous release [#1073](https://github.com/nextcloud/talk-desktop/pull/1073)
14+
- Fix crash on Linux when C (POSIX) is set as the preferred language [#1070](https://github.com/nextcloud/talk-desktop/pull/1070)
15+
16+
### Changes
17+
18+
- Built-in Talk in binaries is updated to v21.0.0-rc.2 in the beta release channel [#1074](https://github.com/nextcloud/talk-desktop/pull/1074)
19+
820
## v1.1.1-beta - 2025-01-24
921

1022
### Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "talk-desktop",
44
"productName": "Nextcloud Talk",
5-
"version": "1.1.1-beta",
5+
"version": "1.1.2-beta",
66
"description": "Official Desktop client for Nextcloud Talk",
77
"bugs": {
88
"url": "https://github.com/nextcloud/talk-desktop/issues",

0 commit comments

Comments
 (0)