]> nmode's Git Repositories - signal-cli/commitdiff
Update documentation
authorAsamK <asamk@gmx.de>
Sat, 15 May 2021 16:53:00 +0000 (18:53 +0200)
committerAsamK <asamk@gmx.de>
Sat, 15 May 2021 16:53:00 +0000 (18:53 +0200)
CHANGELOG.md
man/signal-cli.1.adoc

index 7515a9848779a58b89900f899229ac90c0247a91..26b0cedbf6081a2deac97d147ef30bec485e66ad 100644 (file)
@@ -1,9 +1,16 @@
 # Changelog
 
 ## [Unreleased]
+**Attention**: Now requires native libsignal-client version 0.5.1
+
+### Added
+- Added new parameters to `updateGroup` for group v2 features:
+  `--remove-member`, `--admin`, `--remove-admin`, `--reset-link`, `--link`, `--set-permission-add-member`, `--set-permission-edit-details`, `--expiration`
+
+### Fixed
+- Prevent last admin of a group from leaving the group
 
 ## [0.8.3] - 2021-05-13
-**Attention**: Now requires native libsignal-client version 0.5.1
 
 ### Fixed
 - Upgrading from account files with older profiles
index 7c2e9ea601236c31e5009873034d8ee2bc5d473a..b9a7a9cb936d8cda0d60b08363b767d841926096 100644 (file)
@@ -243,12 +243,40 @@ If not specified, a new group with a new random ID is generated.
 *-n* NAME, *--name* NAME::
 Specify the new group name.
 
+*-d* DESCRIPTION, *--description* DESCRIPTION::
+Specify the new group description.
+
 *-a* AVATAR, *--avatar* AVATAR::
 Specify a new group avatar image file.
 
 *-m* [MEMBER [MEMBER ...]], *--member* [MEMBER [MEMBER ...]]::
 Specify one or more members to add to the group.
 
+*-r* [MEMBER [MEMBER ...]], *--remove-member* [MEMBER [MEMBER ...]]::
+Specify one or more members to remove from the group
+
+*--admin* [MEMBER [MEMBER ...]]::
+Specify one or more members to make a group admin
+
+*--remove-admin* [MEMBER [MEMBER ...]]::
+Specify one or more members to remove group admin privileges
+
+*--reset-link*::
+Reset group link and create new link password
+
+*--link* LINK_STATE::
+Set group link state: `enabled`, `enabled-with-approval`, `disabled`
+
+*--set-permission-add-member* PERMISSION::
+Set permission to add new group members: `every-member`, `only-admins`
+
+*--set-permission-edit-details* PERMISSION::
+Set permission to edit group details: `every-member`, `only-admins`
+
+*-e* EXPIRATION_SECONDS, *--expiration* EXPIRATION_SECONDS::
+Set expiration time of messages (seconds).
+To disable expiration set expiration time to 0.
+
 === quitGroup
 
 Send a quit group message to all group members and remove self from member list.
@@ -324,7 +352,7 @@ Specify the contact phone number.
 *-n*, *--name*::
 Specify the new name for this contact.
 
-*-e*, *--expiration*::
+*-e*, *--expiration* EXPIRATION_SECONDS::
 Set expiration time of messages (seconds).
 To disable expiration set expiration time to 0.