Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-08-12 17:51:22 +0300
committerGitHub <noreply@github.com>2022-08-12 17:51:22 +0300
commit754c3574e13f3b0b2ba9b1d57b07fc3b5bc0b7ea (patch)
tree536598e2360ba3e193db95ba4b1c1b26b00a6d33
parent214251e07af3e4eafb7a42ffd0c9a3995f84c198 (diff)
parentec25f6485875ede53ad2d8fd07fe1f80a9642938 (diff)
Merge pull request #7723 from nextcloud/prerelease-15.0.0-beta.1v15.0.0-beta.1
Prerelease 15.0.0 beta.1
-rw-r--r--CHANGELOG.md11
-rw-r--r--Makefile1
-rw-r--r--appinfo/info.xml4
3 files changed, 13 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b12f252af..198a081d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 15.0.0-beta.1 – 2022-08-12
+### Added
+- 🛂 Chat permission
+- 📊 Simple polls
+- 📴 "Silent call" for group/public calls
+- 🔔 Allow to re-notify a participant for a call
+- 🔕 "Silent send" for chat messages
+- 🔍 Search for messages in mobile apps
+- 📵 Allow to disable calling functionality
+- 📞 Allow SIP dial-in without individual user PINs
+
## 14.0.4 – 2022-08-11
### Added
- Extend search result attributes for better handling in mobile clients
diff --git a/Makefile b/Makefile
index 3aeb0fa75..6418d4441 100644
--- a/Makefile
+++ b/Makefile
@@ -98,6 +98,7 @@ appstore:
--exclude=stylelint.config.js \
--exclude=.tx \
--exclude=tests \
+ --exclude=tsconfig.json \
--exclude=webpack.js \
$(project_dir)/ $(sign_dir)/$(app_name)
@if [ -f $(cert_dir)/$(app_name).key ]; then \
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 858494d0b..5380ef9e1 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,17 +16,15 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>
- <version>15.0.0-dev.6</version>
+ <version>15.0.0-beta.1</version>
<licence>agpl</licence>
- <author>Aleksandra Lazarević</author>
<author>Daniel Calviño Sánchez</author>
<author>Ivan Sein</author>
<author>Jan-Christoph Borchardt</author>
<author>Joas Schilling</author>
<author>Marcel Hibbe</author>
<author>Marco Ambrosini</author>
- <author>Nikola Gladovic</author>
<author>Tim Krüger</author>
<author>Vitor Mattos</author>