-
Erik Johnston authoredErik Johnston authored
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGES.rst 9.36 KiB
Changes in synpase 0.4.0 (2014-10-17)
This server includes changes to the federation protocol that is not backwards compatible.
The Matrix specification has been moved to a separate git repository.
You will also need an updated syutil and config. See UPGRADES.rst.
- Homeserver:
-
- Sign federation transactions.
- Rename timestamp keys in PDUs.
Changes in synapse 0.3.4 (2014-09-25)
This version adds support for using a TURN server. See docs/turn-howto.rst on how to set one up.
- Homeserver:
-
- Add support for redaction of messages.
- Fix bug where inviting a user on a remote home server could take up to 20-30s.
- Implement a get current room state API.
- Add support specifying and retrieving turn server configuration.
- Webclient:
-
- Add button to send messages to users from the home page.
- Add support for using TURN for VoIP calls.
- Show display name change messages.
- Fix bug where the client didn't get the state of a newly joined room until after it has been refreshed.
- Fix bugs with tab complete.
- Fix bug where holding down the down arrow caused chrome to chew 100% CPU.
- Fix bug where desktop notifications occasionally used "Undefined" as the display name.
- Fix more places where we sometimes saw room IDs incorrectly.
- Fix bug which caused lag when entering text in the text box.
Changes in synapse 0.3.3 (2014-09-22)
- Homeserver:
-
- Fix bug where you continued to get events for rooms you had left.
- Webclient:
-
- Add support for video calls with basic UI.
- Fix bug where one to one chats were named after your display name rather than the other person's.
- Fix bug which caused lag when typing in the textarea.
- Refuse to run on browsers we know won't work.
- Trigger pagination when joining new rooms.
- Fix bug where we sometimes didn't display invitations in recents.
- Automatically join room when accepting a VoIP call.
- Disable outgoing and reject incoming calls on browsers we don't support VoIP in.
- Don't display desktop notifications for messages in the room you are non-idle and speaking in.
Changes in synapse 0.3.2 (2014-09-18)
- Webclient:
-
- Fix bug where an empty "bing words" list in old accounts didn't send notifications when it should have done.
Changes in synapse 0.3.1 (2014-09-18)
This is a release to hotfix v0.3.0 to fix two regressions.
- Webclient:
-
- Fix a regression where we sometimes displayed duplicate events.
- Fix a regression where we didn't immediately remove rooms you were banned in from the recents list.