Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Final release #1660

Merged
merged 8 commits into from Apr 11, 2019
Merged

Final release #1660

merged 8 commits into from Apr 11, 2019

Conversation

nickvergessen
Copy link
Member

@nickvergessen nickvergessen commented Apr 2, 2019


6.0.0 – 2019-04-DD

Added

  • Administrators can now define commands which can be used in the chat. See commands.md for more information. You can install some sample commands via the console. #1453 #1662
  • There is now a "Talk updates" conversation which will help the user to discover some features #1616 #1662
  • @all mentions all participants in the conversation #1531
  • Allow to get the last sent message again with arrow-up #1520
  • Conversations can be added to the new Nextcloud 16 projects #1611 #1663
  • Conversations associated to files now have a link to the file #1387
  • The Talk app can now be restricted to a group of users in the Talk administration settings #1585
  • Show a warning when a call has many participants and no external signaling server is used #1649
  • Added an easy-to-find option to copy the link of a conversation #1670

Changed

  • One-to-one conversations are now persistent and can not be turned into group conversations by accident. Also when one of the participants leaves the conversation, the conversation is not automatically deleted anymore. #1591 #1588
  • Conversations must have a name now #1567

Fixed

  • Fix multiple race-conditions that could interrupt connections, end calls or prevent connections between single participants #1522 #1533 #1534 #1549
  • Use better icons when a file without preview or a folder is shared into the chat #1601
  • Prevent issues when two participants share their screens #1571
  • Correctly remember last media state when reloading in a call #1548 #5174
  • Do not show conversation names and other details if the user is not a participant #1426 #1496 #1502
  • Fixed an issue when a link was posted into the chat at the end of a line #1666

@nickvergessen
Copy link
Member Author

Screenshot of user changelog:

Bildschirmfoto von 2019-04-09 15-06-28

@nickvergessen
Copy link
Member Author

Hint for admins to share their commands:

$ ./occ talk:command:add hilfe Hilfe "alias:help" 2 3
Command added

+----+-----+-------+---------+------------+----------+---------+
| id | app | name  | command | script     | response | enabled |
+----+-----+-------+---------+------------+----------+---------+
| 2  |     | Hilfe | hilfe   | alias:help | 2        | 3       |
+----+-----+-------+---------+------------+----------+---------+

If you think your command makes sense for other users as well, feel free to share it in the following github issue:
 https://github.com/nextcloud/spreed/issues/1566

@nickvergessen nickvergessen force-pushed the techdebt/6.0.0 branch 2 times, most recently from 6ce1d3b to 5b3f347 Compare April 9, 2019 14:14
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen nickvergessen merged commit b378111 into master Apr 11, 2019
@nickvergessen nickvergessen deleted the techdebt/6.0.0 branch April 11, 2019 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant