1
Fork 0

Update CHANGES for 0.7.0.

This commit is contained in:
Juliusz Chroboczek 2023-04-10 15:29:48 +02:00
parent 031590b4e9
commit 3b0468db50
1 changed files with 8 additions and 6 deletions

14
CHANGES
View File

@ -1,16 +1,18 @@
Galene 0.7.0 (unreleased) 10 April 2023: Galene 0.7.0
* Updated the protocol version to 2. The only incompatible change is * Updated the protocol version to 2. Dates are now represented in
the representation of dates, which now use ISO 8601 format. ISO 8601 format, and there is a new "error" field in error messages
that contains a machine-readable identifier.
* Implemented stateful tokens ("invitations"). * Implemented stateful tokens ("invitations").
* Made more errors non-fatal, which makes it possible for the client * Made more errors non-fatal, which makes it possible for the client
to recover in more situations. to recover in more situations.
* Reworked the progress indicator used during file transfer. * Reworked the progress indicator used during file transfer.
* Added Referrer-Policy and X-Content-Type-Options headers to HTTP * Added Referrer-Policy and X-Content-Type-Options headers to HTTP
responses (galene was already generating HTML links with the responses (Galene was already generating HTML links with the
"noreferrer" option). Thanks to Alexandre Iooss. "noreferrer" option). Thanks to Alexandre Iooss.
* Fixed a bug in the handling of leave messages. (The current client * Fixed a bug in the handling of leave messages. (The bundled client
never sends leave, it just disconnects.) never sends leave, it just disconnects, so the bug never triggerred.)
* Changed the way simulcast tracks are selected to not depend on the rid.
11 January 2023: Galene 0.6.2 11 January 2023: Galene 0.6.2