Skip to content

Commit b306eae

Browse files
Merge pull request #11245 from nextcloud/release/18.0.1
Release 18.0.1
2 parents 65f3ffd + d356ed7 commit b306eae

4 files changed

Lines changed: 24 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 18.0.1 – 2023-12-15
5+
### Changed
6+
- Update translations
7+
8+
### Fixed
9+
- fix(shares): Fix notifications for captions with mentions or as a reply
10+
[#11242](https://github.com/nextcloud/spreed/issues/11242)
11+
- fix(shares): Fix replying to message with attachments
12+
[#11242](https://github.com/nextcloud/spreed/issues/11242)
13+
- fix(shares): Reserve space for file previews while loading
14+
[#11196](https://github.com/nextcloud/spreed/issues/11196)
15+
- fix(chat): Don't trim the quote when it is not an image share with caption
16+
[#11237](https://github.com/nextcloud/spreed/issues/11237)
17+
- fix(call): Reset "Start recording" checkbox on "Media settings" close
18+
[#11227](https://github.com/nextcloud/spreed/issues/11227)
19+
- fix(call): Fix uploading files as image for the call background
20+
[#11214](https://github.com/nextcloud/spreed/issues/11214)
21+
- fix(notifications): Fix the order of event listeners to improve responsiveness when starting calls
22+
[#11238](https://github.com/nextcloud/spreed/issues/11238)
23+
424
## 18.0.0 – 2023-12-12
525
### Added
626
- 🗒️ Note to self

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
1616
1717
]]></description>
1818

19-
<version>18.0.0</version>
19+
<version>18.0.1</version>
2020
<licence>agpl</licence>
2121

2222
<author>Daniel Calviño Sánchez</author>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "talk",
3-
"version": "18.0.0",
3+
"version": "18.0.1",
44
"private": true,
55
"description": "",
66
"author": "Joas Schilling <coding@schilljs.com>",

0 commit comments

Comments
 (0)