9.6 KiB
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.
Overview
0.2.2
– 2020.11.180.2.1
– 2020.10.270.2.0
– 2020.10.090.1.6
– 2020.10.020.1.5
– 2020.09.180.1.4
– 2020.09.170.1.3
– 2020.09.150.1.2
– 2020.08.170.1.1
– 2020.08.140.1.0
– 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 (jan.christian@gruenhage.xyz)
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 (jan.christian@gruenhage.xyz)
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 (jan.christian@gruenhage.xyz)
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 (jan.christian@gruenhage.xyz)
- Johanna Dorothea Reichmann (transcaffeine@finallycoffee.eu)
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 (jan.christian@gruenhage.xyz)
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 (jan.christian@gruenhage.xyz)
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 (jan.christian@gruenhage.xyz)
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 (jan.christian@gruenhage.xyz)
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 (jan.christian@gruenhage.xyz)
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 (jan.christian@gruenhage.xyz)
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
])