Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
chore(server): prepare 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rockjam committed Aug 3, 2016
1 parent edf854c commit 789532e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions actor-server/notes/3.0.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
### Release notes
* :shipit: a lot of new group features
* :bug: various bugfixes
* :rocket: server dependencies updates

#### New groups :tada:
This release focused on group features, including:
* private and public channels;
* short names for public groups. Just like user can have nickname, group can have short names assigned by owner. Short name can be used to find group in global search, or invite people with nice invite url.
* shared history for public groups;
* multiple group admins;
* ownership transfer;
* fine grained permission settings for admins/members. Owner of group decides what members can/can't do;
* optimized performance for big groups.
2 changes: 1 addition & 1 deletion actor-server/version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "1.0.154-SNAPSHOT"
version in ThisBuild := "3.0.0-SNAPSHOT"

0 comments on commit 789532e

Please sign in to comment.