Skip to content

Commit

Permalink
Merge pull request #10828 from nextcloud/changelog/18.0.0-beta.1
Browse files Browse the repository at this point in the history
chore(release): Bump version and add meta changelog
  • Loading branch information
nickvergessen authored Nov 2, 2023
2 parents 2974fc6 + cfc953f commit 18a35e0
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog
All notable changes to this project will be documented in this file.

## 18.0.0-beta.1 – 2023-11-02
### Added
- 🗒️ Note to self
[#2196](https://github.com/nextcloud/spreed/issues/2196)
- 🎙️ Show speaker while screensharing
[#4478](https://github.com/nextcloud/spreed/issues/4478)
- 🏷️ Add a caption to your file before sharing it into the chat
[#5354](https://github.com/nextcloud/spreed/issues/5354)
- 👤 Ask Guest to enter a name when connecting
[#855](https://github.com/nextcloud/spreed/issues/855)
- 🤩 Animated call reactions
[#10561](https://github.com/nextcloud/spreed/issues/10561)
- 🖋️ Optionally require consent before joining a recorded call
[#10348](https://github.com/nextcloud/spreed/issues/10348)
- 📲 Allow calling phone numbers from within Talk using SIP dialout
[#10346](https://github.com/nextcloud/spreed/issues/10346)

### Changed
- Requires Nextcloud 28
- Update several dependencies

## 17.1.2 – 2023-10-27
### Changed
- Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>

<version>18.0.0-dev.9</version>
<version>18.0.0-beta.1</version>
<licence>agpl</licence>

<author>Daniel Calviño Sánchez</author>
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
@@ -1,6 +1,6 @@
{
"name": "talk",
"version": "18.0.0-dev.0",
"version": "18.0.0-beta.1",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",
Expand Down

0 comments on commit 18a35e0

Please sign in to comment.