2021-07-18 12:41:20 -04:00
|
|
|
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
2021-07-31 06:03:26 -04:00
|
|
|
- add formatted_body to bypass markdown with direct
|
|
|
|
[matrix-custom-HTML](https://matrix.org/docs/spec/client_server/r0.6.1#m-room-message-msgtypes)
|
2021-07-31 05:31:31 -04:00
|
|
|
- allow "key" to be passed as a parameter
|
|
|
|
- rename "text" to "body".
|
2021-07-31 05:21:29 -04:00
|
|
|
|
2021-07-18 16:56:27 -04:00
|
|
|
## [3.1.0] - 2021-07-18
|
|
|
|
|
2021-07-18 16:53:29 -04:00
|
|
|
- Publish on PyPI & Docker Hub with Github Actions
|
|
|
|
in [#10](https://github.com/nim65s/matrix-webhook/pull/10)
|
|
|
|
by [@nim65s](https://github.com/)
|
|
|
|
|
2021-07-18 12:59:16 -04:00
|
|
|
## [3.0.0] - 2021-07-18
|
|
|
|
|
2021-07-18 12:41:20 -04:00
|
|
|
- Simplify code
|
|
|
|
in [#1](https://github.com/nim65s/matrix-webhook/pull/1)
|
|
|
|
by [@homeworkprod](https://github.com/homeworkprod)
|
|
|
|
- Update aiohttp use and docs
|
|
|
|
in [#5](https://github.com/nim65s/matrix-webhook/pull/5)
|
|
|
|
by [@svenseeberg](https://github.com/svenseeberg)
|
|
|
|
- Setup Tests, Coverage & CI ; update tooling
|
|
|
|
in [#7](https://github.com/nim65s/matrix-webhook/pull/7)
|
|
|
|
by [@nim65s](https://github.com/nim65s)
|
|
|
|
- Setup argparse & logging
|
|
|
|
in [#8](https://github.com/nim65s/matrix-webhook/pull/8)
|
|
|
|
by [@nim65s](https://github.com/nim65s)
|
|
|
|
- Setup packaging
|
|
|
|
in [#9](https://github.com/nim65s/matrix-webhook/pull/9)
|
|
|
|
by [@nim65s](https://github.com/nim65s)
|
|
|
|
|
2021-07-18 12:59:16 -04:00
|
|
|
## [2.0.0] - 2020-03-14
|
2021-07-18 12:41:20 -04:00
|
|
|
- Update to matrix-nio & aiohttp & markdown
|
|
|
|
|
|
|
|
## [1.0.0] - 2020-02-14
|
|
|
|
- First release with matrix-client & http.server
|
|
|
|
|
|
|
|
[Unreleased]: https://github.com/nim65s/matrix-webhook/compare/v2.0.0...devel
|
|
|
|
[2.0.0]: https://github.com/nim65s/matrix-webhook/compare/v1.0.0...v2.0.0
|
|
|
|
[1.0.0]: https://github.com/nim65s/matrix-webhook/releases/tag/v1.0.0
|