Skip to content

Commit

Permalink
Merge pull request #739 from nextcloud/feature/noid/add-changelog
Browse files Browse the repository at this point in the history
Update changelog with current patches
  • Loading branch information
Ivansss authored May 2, 2018
2 parents 56bf670 + 69c51bb commit 2751fc1
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,52 @@
# Changelog
All notable changes to this project will be documented in this file.

## 3.2.0 – 2018-05-03
### Added
- Shortcuts have been added when a call is active: (m)ute, (v)ideo, (f)ullscreen, (c)hat and (p)articipant list
[#730](https://github.com/nextcloud/spreed/pull/730)
[#750](https://github.com/nextcloud/spreed/pull/750)
- Allow users to chat in multiple tabs in multiple chats at the same time
[#748](https://github.com/nextcloud/spreed/pull/748)
- Guest names are now handled better in chat and the participant list
[#733](https://github.com/nextcloud/spreed/pull/733)
- Users which are participanting in a call now have a video icon in the participant list
[#777](https://github.com/nextcloud/spreed/pull/777)
- Unread chat message count is now displayed in the room list
[#806](https://github.com/nextcloud/spreed/pull/806)
[#824](https://github.com/nextcloud/spreed/pull/824)

### Changed
- It is now possible to join a call without camera and/or microphone
[#758](https://github.com/nextcloud/spreed/pull/758)
- Chat does now not require Media permissions anymore
[#711](https://github.com/nextcloud/spreed/pull/711)
- Leaving a call will free up the Media permissions
[#735](https://github.com/nextcloud/spreed/pull/735)
- Participants can now be `@mentioned` in the chat by starting to type `@` followed by the name of the user
[#805](https://github.com/nextcloud/spreed/pull/805)
[#812](https://github.com/nextcloud/spreed/pull/812)
[#813](https://github.com/nextcloud/spreed/pull/813)

### Fixed
- Correctly catch the input on the chat in firefox (instead of writing to the placeholder)
[#737](https://github.com/nextcloud/spreed/pull/737)
- Keep scrolling position when switching from chat to call or back
[#838](https://github.com/nextcloud/spreed/pull/838)
- Delete rooms when the last logged in user leaves
[#727](https://github.com/nextcloud/spreed/pull/727)
- Correctly update chat UI when leaving current room
[#743](https://github.com/nextcloud/spreed/pull/743)
- Various layout fixes with videos and screensharing
[#702](https://github.com/nextcloud/spreed/pull/702)
[#712](https://github.com/nextcloud/spreed/pull/712)
[#713](https://github.com/nextcloud/spreed/pull/713)
- Fix issues with users that have a numerical name or id
[#694](https://github.com/nextcloud/spreed/pull/694)
- Fix contacts menu entry when no user was found
[#686](https://github.com/nextcloud/spreed/pull/686)


## 3.1.0 – 2018-02-14
### Added
- Finish support for go-based external signaling backend
Expand Down
Binary file modified docs/chat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/contacts-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2751fc1

Please sign in to comment.