Commit c1df719c authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Update CHANGES.

parent 8be8e6fe
...@@ -7,11 +7,15 @@ Galene 0.9 (unreleased) ...@@ -7,11 +7,15 @@ Galene 0.9 (unreleased)
* Reworked the definition of administrator passwords in config.json. * Reworked the definition of administrator passwords in config.json.
The old field "admin" is ignored, a new field "users" is required. The old field "admin" is ignored, a new field "users" is required.
This is an incompatible change. This is an incompatible change.
* Implemented an administrative API over HTTP, described in the file * Implemented an administrative API over HTTP. Set the field
"README.API". Set the field "writableGroups" in config.json to enable "writableGroups" in config.json to enable it. The API is described in
it. the file "README.API", a JavaScript library is in management.js.
* Implemented a form to allow users to change their password. If the * Implemented a form to allow users to change their password. If the
HTTP API is enabled, a link will appear in the side menu. HTTP API is enabled, a link will appear in the side menu.
* Implemented a new command "/identify" (also availble in the users
menu) that discloses the IP address from which a user connected.
* Implemented a contextual menu that triggers on a double click on
a chat entry.
14 April 2024: Galene 0.8.2 14 April 2024: Galene 0.8.2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment