Releases: MichaelSasser/matrixctl
Releases · MichaelSasser/matrixctl
v0.14.0
v0.13.0
Release v0.13.0b2
Changelog
All notable changes to MatrixCtl will be documented in this file.
You can find the issue tracker on
GitHub.
[0.13.0b2] - 2024-12-28
🐛 Bug Fixes
- Bumping verison from v0.13.0b1 to b0.13.0b2.
Release v0.13.0b1
Changelog
All notable changes to MatrixCtl will be documented in this file.
You can find the issue tracker on
GitHub.
[0.13.0b1] - 2024-12-28
🐛 Bug Fixes
- (changelog) Revert setting a body for git-cliff
Release v0.12.1b2
Changelog
All notable changes to MatrixCtl will be documented in this file.
You can find the issue tracker on
GitHub.
[0.12.1b2] - 2024-12-28
Notable Change for Developers
Since the last major release, we have replaced poetry with uv.
🐛 Bug Fixes
- Move versioning from semver to PyPA spec due to normalization
Release v0.12.1-beta.1
Changelog
All notable changes to MatrixCtl will be documented in this file.
You can find the issue tracker on
GitHub.
🏗️ Breaking changes
- Remove Jitsi related features.
Release v0.12.0
0.12.0 (2024-06-05)
(No significant changes)
Release v0.12.0-beta.2
0.12.0-beta.2 (2023-03-24)
Bugfixes
- Fix
M_UNKNOWN
bug when usingpurge-history
.
(#165) - Ensure MatrixCtl does not log the database password for synapse in
debug mode
(#460)
Removals & Deprecations
- Add a deprecation warning to the adduser-jitsi and deluser-jitsi
commands. They are planned for removal in MatrixCtl v0.13.0.
(#453)
Miscellaneous
Release v0.12.0-beta.1
0.12.0-beta.1 (2021-12-02)
Behavior & Breaking Changes
- This release changes how MatrixCtl connects to the database.
Therefore the configuration file must be changed. Please check the
documentation
for more information.
(#313)
Features & Improvements
get-event
andget-events
are now using psycopg instead of a
docker command
(#313)
Bugfixes
Release v0.11.5
0.11.5 (2021-12-01)
No significant changes.