Skip to content

Releases: MichaelSasser/matrixctl

v0.14.0

12 Jan 20:53
5da4a29
Compare
Choose a tag to compare

0.14.0 (2025-01-12)

Features

  • put the functionallity for rendering an image in terminal from a mxc into its own helper function (2053965)

Bug Fixes

  • ci: add manifest, move 'extra-files' into config (7a96f38)
  • deps: update dependency sphinx-autodoc-typehints to v3 (#866) (4192c74)
  • get-events: use instead of (04d90bf)
  • pre-commit: disable pycln (03eb8ba)
  • release: also update version in lock file (d03a5f1)

v0.13.0

31 Dec 20:15
f0c474b
Compare
Choose a tag to compare

0.13.0 (2024-12-31)

Features

  • get-events: Add option to format events as rows, with image support (#859) (339fcad)
  • rows: make images in rows configurable (253b632)
  • try out release-please (80363a9)

Documentation

  • readme: Improve wording (007e292)

Miscellaneous Chores

Release v0.13.0b2

28 Dec 17:14
7f8ad00
Compare
Choose a tag to compare
Release v0.13.0b2 Pre-release
Pre-release

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

28 Dec 17:11
6b36569
Compare
Choose a tag to compare
Release v0.13.0b1 Pre-release
Pre-release

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

28 Dec 16:51
dc999e9
Compare
Choose a tag to compare
Release v0.12.1b2 Pre-release
Pre-release

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

28 Dec 16:51
170f88f
Compare
Choose a tag to compare
Pre-release

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

05 Jun 21:26
a1bb13d
Compare
Choose a tag to compare

0.12.0 (2024-06-05)

(No significant changes)

Release v0.12.0-beta.2

23 Mar 23:43
bb3fb6f
Compare
Choose a tag to compare
Pre-release

0.12.0-beta.2 (2023-03-24)

Bugfixes

  • Fix M_UNKNOWN bug when using purge-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

  • Add tests to the sanitizers
    (#315)
  • Update pre-commit plugin flake8 to new repo url
    (#448)
  • Fix rtd: Invalid configuration option: python.version
    (#450)

Release v0.12.0-beta.1

02 Dec 15:05
ab25ac7
Compare
Choose a tag to compare
Pre-release

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 and get-events are now using psycopg instead of a
    docker command
    (#313)

Bugfixes

  • Empty data for the table handler does no longer raise an error.
    (#309)
  • The message Deleted Rooms: 0 in purge-remote-media has been
    corrected to Deleted Media Files: 0
    (#311)

Release v0.11.5

01 Dec 05:52
d331fe8
Compare
Choose a tag to compare

0.11.5 (2021-12-01)

No significant changes.