summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2024-10-10 16:05:22 +0200
committerGitHub <noreply@github.com>2024-10-10 16:05:22 +0200
commit94e993f36d7aed2510db4ff56c2bc4df2c2dc464 (patch)
treea6f25341c7ea0e0c669a7d6573650499ea1aa541
parent13f591654ea7b5b665d93f918eeb810662caba7d (diff)
parent476ec16aed416ee913b043e7fb8c2068d82817ec (diff)
Merge pull request #13513 from nextcloud/release/18.0.12v18.0.12
Release 18.0.12
-rw-r--r--CHANGELOG.md17
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 21 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bab2850443..4d484e94b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,23 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 18.0.12 – 2024-10-10
+### Changed
+- Update translations
+- Update dependencies
+
+### Fixed
+- fix(avatar): Fix missing translations
+ [#13411](https://github.com/nextcloud/spreed/issues/13411)
+- fix(chat): Expire message cache when deleting the last message
+ [#13391](https://github.com/nextcloud/spreed/issues/13391)
+- fix(call): Correctly ignore media offers from users without permissions when internal signaling is used
+ [#13493](https://github.com/nextcloud/spreed/issues/13493)
+- fix(call): Fix missing call sounds in Safari when tab is moved to the background
+ [#13351](https://github.com/nextcloud/spreed/issues/13351)
+- fix(avatar): Don't overwrite user avatar when selecting a square for a conversation
+ [#13287](https://github.com/nextcloud/spreed/issues/13287)
+
## 18.0.11 – 2024-08-22
### Changed
- Update several dependencies
diff --git a/appinfo/info.xml b/appinfo/info.xml
index db0649871d..f59cc15f66 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>
- <version>18.0.11</version>
+ <version>18.0.12</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 5ee7100c35..0f4994f28e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "18.0.11",
+ "version": "18.0.12",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "18.0.11",
+ "version": "18.0.12",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index 0b298b9cf1..5d0ef4afc0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "18.0.11",
+ "version": "18.0.12",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",