145 lines
3.3 KiB
Plaintext
145 lines
3.3 KiB
Plaintext
[0.1.0]
|
|
* Initial version
|
|
|
|
[0.1.1]
|
|
* Removed the Riot part of the installation due to security
|
|
* Changed from Sqlite to Postgres
|
|
* Added LDAP support
|
|
* Fixed upload limit in nginx_matrix.conf
|
|
* Added bogus index.html so cloudron recognizes the matrix server as online
|
|
* Added coturn as TURN server
|
|
|
|
[0.1.2]
|
|
* Updated logo (transparent)
|
|
* Enabled email settings
|
|
|
|
[0.1.3]
|
|
* Changed log location of nginx due to backup crashes
|
|
|
|
[0.1.4]
|
|
* Changed log location of synapse due to backup crashes
|
|
* Updated some configs
|
|
|
|
[0.1.5]
|
|
* Update to synapse v0.31.2
|
|
|
|
[0.1.6]
|
|
* Update to synapse v0.33.8
|
|
|
|
[0.1.7]
|
|
* Update to synapse v0.33.9
|
|
|
|
[0.1.8]
|
|
* Update to synapse v0.99.0
|
|
* Fixed missing LDAP stuff
|
|
|
|
[0.1.9]
|
|
* Update to synapse v0.99.3
|
|
|
|
[0.2.0]
|
|
* Update to synapse v0.99.4
|
|
|
|
[0.2.1]
|
|
* Update to synapse v0.99.5.1
|
|
|
|
[0.2.2]
|
|
* Update to synapse v0.99.5.2
|
|
|
|
[0.2.3]
|
|
* Update to synapse v1.0.0
|
|
* Fixed url preview
|
|
* Fixed voip
|
|
|
|
[0.2.4]
|
|
* Fixed federation
|
|
|
|
[0.2.5]
|
|
* Update to synapse v1.1.0
|
|
|
|
[0.2.6]
|
|
* Update to synapse v1.2.1
|
|
|
|
[0.2.7]
|
|
* Update to synapse v1.3.0
|
|
|
|
[0.2.8]
|
|
* Update to synapse v1.3.1
|
|
|
|
[0.2.9]
|
|
* Update to synapse v1.4.0 (lots of changes)
|
|
|
|
[0.3.0]
|
|
* Update to synapse v1.4.1
|
|
|
|
[0.3.1]
|
|
* Update to synapse v1.5.1
|
|
|
|
[0.3.3]
|
|
* Update to synapse v1.6.0
|
|
|
|
[0.3.4]
|
|
* Update to synapse v1.6.1
|
|
|
|
[0.3.5]
|
|
* Update to synapse v1.8.0
|
|
|
|
[0.3.6]
|
|
* Update to synapse v1.9.1
|
|
|
|
[0.3.7]
|
|
* Update to synapse v1.10.0
|
|
|
|
[0.3.8]
|
|
* Update to synapse v1.11.0
|
|
|
|
[0.4.0]
|
|
* Update to synapse v1.12.0
|
|
|
|
[0.4.1]
|
|
* Update to synapse v1.12.2
|
|
|
|
[0.5.0]
|
|
* New reworked app
|
|
|
|
[0.6.0]
|
|
* Fix title
|
|
|
|
[0.7.0]
|
|
* Set turn_uris to an array and not a string
|
|
|
|
[0.7.1]
|
|
* Users will now automatically join the #discuss channel (only in new installations)
|
|
|
|
[1.0.0]
|
|
* Use latest base image
|
|
* Update to synapse v1.12.4
|
|
|
|
[1.1.0]
|
|
* Update Synapse to 1.13.0
|
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.13.0)
|
|
* Set Referrer-Policy header to no-referrer on media downloads. (#7009)
|
|
* Admin API POST /_synapse/admin/v1/join/<roomIdOrAlias> to join users to a room like auto_join_rooms for creation of users. (#7051)
|
|
* Add options to prevent users from changing their profile or associated 3PIDs. (#7096)
|
|
* Allow server admins to define and enforce a password policy (MSC2000). (#7118)
|
|
* Improve the support for SSO authentication on the login fallback page. (#7152, #7235)
|
|
* Always whitelist the login fallback in the SSO configuration if public_baseurl is set. (#7153)
|
|
* Admin users are no longer required to be in a room to create an alias for it. (#7191)
|
|
* Require admin privileges to enable room encryption by default. This does not affect existing rooms. (#7230)
|
|
|
|
[1.2.0]
|
|
* Update Synapse to 1.14.0
|
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.14.0)
|
|
|
|
[1.3.0]
|
|
* Add optional sso support
|
|
|
|
[1.4.0]
|
|
* Update Synapse to 1.15.1
|
|
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.15.0)
|
|
* Advertise support for Client-Server API r0.6.0 and remove related unstable feature flags. (#6585)
|
|
* Add an option to disable autojoining rooms for guest accounts. (#6637)
|
|
* Add admin APIs to allow server admins to manage users' devices. Contributed by @dklimpel. (#7481)
|
|
* Add support for generating thumbnails for WebP images. Previously, users would see an empty box instead of preview image. Contributed by @WGH-. (#7586)
|
|
* Support the standardized m.login.sso user-interactive authentication flow. (#7630)
|
|
|