This repository has been archived by the owner on Feb 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 732
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(server): prepare 3.0.0 release
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |