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

Commit 789532e

Browse files
author
rockjam
committed
chore(server): prepare 3.0.0 release
1 parent edf854c commit 789532e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

actor-server/notes/3.0.0.markdown

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### Release notes
2+
* :shipit: a lot of new group features
3+
* :bug: various bugfixes
4+
* :rocket: server dependencies updates
5+
6+
#### New groups :tada:
7+
This release focused on group features, including:
8+
* private and public channels;
9+
* 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.
10+
* shared history for public groups;
11+
* multiple group admins;
12+
* ownership transfer;
13+
* fine grained permission settings for admins/members. Owner of group decides what members can/can't do;
14+
* optimized performance for big groups.

actor-server/version.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "1.0.154-SNAPSHOT"
1+
version in ThisBuild := "3.0.0-SNAPSHOT"

0 commit comments

Comments
 (0)