Skip to content

Commit

Permalink
Merge pull request #909 from nextcloud/release/v1.0.0-rc.2
Browse files Browse the repository at this point in the history
release: v1.0.0-rc.2
  • Loading branch information
ShGKme authored Nov 22, 2024
2 parents e287438 + 2458602 commit a03b075
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 6 deletions.
30 changes: 27 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,44 @@

# Changelog

## v1.0.0-rc.2 - 2024-11-22

### Features

- Add new About window with an improved diagnosis report [#917](https://github.com/nextcloud/talk-desktop/pull/917)
- Add "Copy email address" to `mailto:` links context menu [#890](https://github.com/nextcloud/talk-desktop/pull/890)

### Fixes

- Fix light/dark theme is not applied to native parts of the app [#916](https://github.com/nextcloud/talk-desktop/pull/916)
- Fix parallel installations sharing common settings [#891](https://github.com/nextcloud/talk-desktop/pull/891)
- Fix macOS tray icon not following system style [#887](https://github.com/nextcloud/talk-desktop/pull/887)
- Fix screensharing on Flatpak distribution in Wayland [#877](https://github.com/nextcloud/talk-desktop/pull/877)

### Changes

- Built-in Talk in binaries is updated to v20.1.0-rc.2 [#920](https://github.com/nextcloud/talk-desktop/pull/920)
- Distributions for macOS and Windows are now signed with a certificate [#908](https://github.com/nextcloud/talk-desktop/pull/908)
- New MSI distribution is now provided for Windows in administrated environments with GPO deployment [#922](https://github.com/nextcloud/talk-desktop/pull/922)
- ZIP distribution is now provided only for Linux [#904](https://github.com/nextcloud/talk-desktop/pull/904)
- Distribution for macOS is now universal (support both Apple Silicon and Intel Macs) [#896](https://github.com/nextcloud/talk-desktop/pull/896)
- Flatpak distribution runtime and platform have been updated [#892](https://github.com/nextcloud/talk-desktop/pull/892)
- Update translations
- Update dependencies

## v1.0.0-rc.1 - 2024-11-11

### Features

- Add application settings [#835](https://github.com/nextcloud/talk-desktop/pull/835)
- Add monochrome tray icon setting [#836](https://github.com/nextcloud/talk-desktop/pull/836)
- Add download links handling with a new [#840](https://github.com/nextcloud/talk-desktop/pull/840)
- Add download links handling with a new message menu item [#840](https://github.com/nextcloud/talk-desktop/pull/840)
- Add zoom setting and fix a number of zoom-related issues [#853](https://github.com/nextcloud/talk-desktop/pull/853)

### Fixes

- Fix error on launching app twice quickly before it initializes [#856](https://github.com/nextcloud/talk-desktop/pull/876)
- Fix focusing a window on macOS when there is no window [#856](https://github.com/nextcloud/talk-desktop/pull/876)
- Fix window Show the window on activate on macOS [#852](https://github.com/nextcloud/talk-desktop/pull/852)
- Fix login window cannot be reopened after close on macOS [#852](https://github.com/nextcloud/talk-desktop/pull/852)
- Fix Viewer close not handled during a call [#835](https://github.com/nextcloud/talk-desktop/pull/835)
- Fix preview not shown for a supported mime-type [#831](https://github.com/nextcloud/talk-desktop/pull/831)

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.0-rc.1",
"version": "1.0.0-rc.2",
"description": "Official Desktop client for Nextcloud Talk",
"bugs": {
"url": "https://github.com/nextcloud/talk-desktop/issues",
Expand Down

0 comments on commit a03b075

Please sign in to comment.