Skip to content

Commit

Permalink
Final 4.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Sep 6, 2018
1 parent efcee84 commit 4c6e025
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,32 @@
# Changelog
All notable changes to this project will be documented in this file.

## 3.99 – 2018-08-02
## 4.0.0 – 2018-09-06
### Added
- Video verification for password protected email shares
[#1123](https://github.com/nextcloud/spreed/pull/1123)
[#1049](https://github.com/nextcloud/spreed/pull/1049)
- Add a file picker to the chat to share files and folders into a chat room
[#1151](https://github.com/nextcloud/spreed/pull/1151)
[#1050](https://github.com/nextcloud/spreed/pull/1050)
- Log the activity of a conversation in the chat (user added/removed, call happened, …)
[#1067](https://github.com/nextcloud/spreed/pull/1067)
- Allow to favor conversations so they are pinned to the top of the list
[#1025](https://github.com/nextcloud/spreed/pull/1025)

### Changed
- Pre-release for Nextcloud 14 beta
- Mentions in the chat now show the avatar of the user and highlight yourself more prominent
[#1142](https://github.com/nextcloud/spreed/pull/1142)
- Messages in one2one chats now always send a notification
[#1029](https://github.com/nextcloud/spreed/pull/1029)
- Conversations are now sorted by last activity rather then your last visit
[#1061](https://github.com/nextcloud/spreed/pull/1061)

### Fixed
- Fix turn credentials generation
[#1176](https://github.com/nextcloud/spreed/pull/1176)
- Do not turn all `@…` strings into a mention
[#1118](https://github.com/nextcloud/spreed/pull/1118)

## 3.2.4 – 2018-07-12
### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>

<version>3.99.12</version>
<version>4.0.0</version>
<licence>agpl</licence>

<author>Daniel Calviño Sánchez</author>
Expand Down

0 comments on commit 4c6e025

Please sign in to comment.