Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v1.0.1 #997

Merged
merged 1 commit into from
Dec 20, 2024
Merged
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
release: v1.0.1
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
ShGKme committed Dec 20, 2024
commit 1e28d50fee23b408d1ff94678bb14f43f61970f0
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,22 @@

# Changelog

## v1.0.1 - 2024-12-19

### Fixes

- Fix crash on the second instance run on Linux [#993](https://github.com/nextcloud/talk-desktop/pull/993)
- Fix native elements have incorrect theme [#974](https://github.com/nextcloud/talk-desktop/pull/974)
- Fix notifications are shown for too old entries [#967](https://github.com/nextcloud/talk-desktop/pull/967)
- Improve call state check in the call notification popup with new call state api [#965](https://github.com/nextcloud/talk-desktop/pull/965)
- Fix call notification popup is shown when the call has already ended [#964](https://github.com/nextcloud/talk-desktop/pull/964)

### Changes

- Built-in Talk in binaries is updated to v20.1.1 [#995](https://github.com/nextcloud/talk-desktop/pull/995)
- Update translations
- Update dependencies

## v1.0.0 - 2024-12-03

### Features
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
@@ -2,7 +2,7 @@
"private": true,
"name": "talk-desktop",
"productName": "Nextcloud Talk",
"version": "1.0.0",
"version": "1.0.1",
"description": "Official Desktop client for Nextcloud Talk",
"bugs": {
"url": "https://github.com/nextcloud/talk-desktop/issues",