From 3b0468db501c4117dce91d2d5d32d9c41ef1a67a Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Mon, 10 Apr 2023 15:29:48 +0200 Subject: [PATCH] Update CHANGES for 0.7.0. --- CHANGES | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index c1d9d79..64dbaff 100644 --- a/CHANGES +++ b/CHANGES @@ -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 - the representation of dates, which now use ISO 8601 format. + * Updated the protocol version to 2. Dates are now represented in + ISO 8601 format, and there is a new "error" field in error messages + that contains a machine-readable identifier. * Implemented stateful tokens ("invitations"). * Made more errors non-fatal, which makes it possible for the client to recover in more situations. * Reworked the progress indicator used during file transfer. * 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. - * Fixed a bug in the handling of leave messages. (The current client - never sends leave, it just disconnects.) + * Fixed a bug in the handling of leave messages. (The bundled client + 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