# Changelog All notable changes to this project are documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. The file is auto-generated using [Conventional Commits]. [keep a changelog]: https://keepachangelog.com/en/1.0.0/ [semantic versioning]: https://semver.org/spec/v2.0.0.html [conventional commits]: https://www.conventionalcommits.org/en/v1.0.0/ ## Overview - [`0.2.2`](#022) – _2020.11.18_ - [`0.2.1`](#021) – _2020.10.27_ - [`0.2.0`](#020) – _2020.10.09_ - [`0.1.6`](#016) – _2020.10.02_ - [`0.1.5`](#015) – _2020.09.18_ - [`0.1.4`](#014) – _2020.09.17_ - [`0.1.3`](#013) – _2020.09.15_ - [`0.1.2`](#012) – _2020.08.17_ - [`0.1.1`](#011) – _2020.08.14_ - [`0.1.0`](#010) – _2020.08.10_ ## [0.2.2] _2020.11.18_ ### Contributions This release is made possible by the following people (in alphabetical order). Thank you all for your contributions. Your work – no matter how significant – is greatly appreciated by the community. 💖 - Jan Christian Grünhage () ### Changes #### Element Role ##### Updates - **bump unstable version to 1.7.14-rc.1** ([`719e491`]) - **bump version to 1.7.13** ([`dcac613`]) - **bump version to 1.7.12** ([`79d2361`]) #### Synapse Role ##### Updates - **bump version to 1.23.0** ([`9325c56`]) - **bump version to 1.22.1** ([`b1b2b19`]) ## [0.2.1] _2020.10.27_ ### Contributions This release is made possible by the following people (in alphabetical order). Thank you all for your contributions. Your work – no matter how significant – is greatly appreciated by the community. 💖 - Jan Christian Grünhage () ### Changes #### Synapse Role ##### Updates - **bump version to 1.22.0** ([`41aa1c0`]) - **bump unstable version to 1.22.0rc2** ([`83e6257`]) - **bump unstable version to 1.22.0rc1** ([`c710ac4`]) - **bump version to 1.21.2** ([`516e2fc`]) #### Element Role ##### Updates - **bump version to 1.7.11** ([`ee6ac50`]) - **bump unstable version to 1.7.11-rc.1** ([`5dfe0da`]) - **bump version to 1.7.10** ([`fcb0b40`]) - **bump version to 1.7.9** ([`90ab448`]) ## [0.2.0] _2020.10.09_ ### Contributions This release is made possible by the following people (in alphabetical order). Thank you all for your contributions. Your work – no matter how significant – is greatly appreciated by the community. 💖 - Jan Christian Grünhage () ### Changes #### Element Role ##### Features - **support deploying release candidates** ([`700f399`]) #### Synapse Role ##### Features - **support deploying release candidates** ([`f2114cb`]) #### Modules ##### Features - **add synapse_register module** ([`5af149d`]) This module uses synapse's admin API to register users. It requires the registration shared secret from synapse's config, and allows creating admin users too. ##### Documentation - **improve module documentation** ([`31198df`]) ## [0.1.6] _2020.10.02_ ### Contributions This release is made possible by the following people (in alphabetical order). Thank you all for your contributions. Your work – no matter how significant – is greatly appreciated by the community. 💖 - Jan Christian Grünhage () - Johanna Dorothea Reichmann () ### Changes #### Modules ##### Refactoring - **fix lots of pylint warnings** ([`e6bd065`]) ##### Features - **add matrix_member ansible module** ([`12f01fc`]) This module can manage matrix membership in a given room by inviting, kicking or banning a list specified users. With the exclusive=True flag, it can be used to ensure that a given list of members is in a room (and no one else). For this module, users invited into a room count as members, as they have permissions to join the room. #### Synapse Role ##### Updates - **bump version to 1.20.1** ([`38f5d9e`]) #### Element Role ##### Updates - **bump version to 1.7.8** ([`282d23f`]) ## [0.1.5] _2020.09.18_ ### Contributions This release is made possible by the following people (in alphabetical order). Thank you all for your contributions. Your work – no matter how significant – is greatly appreciated by the community. 💖 - Jan Christian Grünhage () ### Changes #### Synapse Role ##### Updates - **bump version to 1.19.3** ([`a23c007`]) ## [0.1.4] _2020.09.17_ ### Contributions This release is made possible by the following people (in alphabetical order). Thank you all for your contributions. Your work – no matter how significant – is greatly appreciated by the community. 💖 - Jan Christian Grünhage () ### Changes #### Synapse Role ##### Updates - **bump version to 1.19.2** ([`d73cde6`]) ## [0.1.3] _2020.09.15_ ### Contributions This release is made possible by the following people (in alphabetical order). Thank you all for your contributions. Your work – no matter how significant – is greatly appreciated by the community. 💖 - Jan Christian Grünhage () ### Changes #### Synapse Role ##### Documentation - **fix markdown tables in README** ([`4290448`]) ##### Updates - **bump version to 1.19.1** ([`cc0e081`]) #### Element Role ##### Updates - **bump version to 1.7.7** ([`5d20369`]) ## [0.1.2] _2020.08.17_ ### Contributions This release is made possible by the following people (in alphabetical order). Thank you all for your contributions. Your work – no matter how significant – is greatly appreciated by the community. 💖 - Jan Christian Grünhage () ### Changes #### Element Role ##### Updates - **bump version to 1.7.4** ([`16e1ecb`]) #### Synapse Role ##### Updates - **bump version to 1.19.0** ([`859b388`]) ## [0.1.1] _2020.08.14_ ### Contributions This release is made possible by the following people (in alphabetical order). Thank you all for your contributions. Your work – no matter how significant – is greatly appreciated by the community. 💖 - Jan Christian Grünhage () ### Changes #### Element Role ##### Bug Fixes - **change folder name to match artifact** ([`a76ebb1`]) During the renaming of Riot to Element, the path for the webapp changed from /opt/riot to /opt/element. In those folders, the archives are unpacked, resulting in paths like /opt/element/riot-v${version}. Since the archives are not yet renamed (https://github.com/vector-im/element-web/issues/14896), this riot reference has to stay for now. In the renaming, this was accidentally changed prematurely, resulting in this regression. ## [0.1.0] _2020.08.10_ ### Contributions This release is made possible by the following people (in alphabetical order). Thank you all for your contributions. Your work – no matter how significant – is greatly appreciated by the community. 💖 - Jan Christian Grünhage () ### Changes #### Element Role ##### Updates - **bump version to 1.7.3** ([`e2fbaf6`]) ##### Refactoring - **rename riot role to element** ([`5a777cd`]) Riot is now Element, and therefore this role has to do a lot of `s/riot/element/g`. There's still a few references to riot here and there, but fixing those depends on external changes. This does not attempt any automatic migration, you will need to clean up the old webroot or container yourself. #### Synapse Role ##### Bug Fixes - **fix location of signing key module** ([`40510a6`]) ##### Updates - **bump version to 1.18.0** ([`d1edba8`]) #### Riot Role ##### Updates - **bump version to 1.7.2** ([`6be0252`])