diff options
author | Erik Johnston <erik@matrix.org> | 2014-09-18 12:03:08 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-09-18 12:03:08 +0100 |
commit | 19095552aab0817b811f4ae41c31aa1d4e3331ed (patch) | |
tree | f2778255bf52fca22bede1fb18014ff2ab9d9ba0 /CHANGES.rst | |
parent | SYWEB-3 : Boldify if the join_rule is public, rather than visibility so it pl... (diff) | |
download | synapse-19095552aab0817b811f4ae41c31aa1d4e3331ed.tar.xz |
Update Change log
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 0853c0312c..4e536bc4de 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,32 @@ -Latest -====== +Changes in synapse 0.3.0 (2014-09-18) +===================================== +See UPGRADE for information about changes to the client server API, including +breaking backwards compatibility with VoIP calls and registration API. + +Homeserver: + * When a user changes their displayname or avatar the server will now update + all their join states to reflect this. + * The server now adds "age" key to events to indicate how old they are. This + is clock independent, so at no point does any server or webclient have to + assume their clock is in sync with everyone else. + * Fix bug where we didn't correctly pull in missing PDUs. + * Fix bug where prev_content key wasn't always returned. + * Add support for password resets. + +Webclient: + * Improve page content loading. + * Join/parts now trigger desktop notifications. + * Always show room aliases in the UI if one is present. + * No longer show user-count in the recents side panel. + * Add up & down arrow support to the text box for message sending to step + through your sent history. + * Don't display notifications for our own messages. + * Emotes are now formatted correctly in desktop notifications. + * The recents list now differentiates between public & private rooms. + * Fix bug where when switching between rooms the pagination flickered before + the view jumped to the bottom of the screen. + * Add support for password resets. + * Add bing word support. Registration API: * The registration API has been overhauled to function like the login API. In |