v1.1.0
Finally! The long awaited v1.1.0 release!
(I was waiting for matrix-nio to support Python 3.12, which took a lot longer than expected)
What's Changed
(since v1.0.2)
- Fixed pypi link by @ESHARK22 in #2
- Replaced niobot with nio-bot for pip install guide by @ESHARK22 in #3
- Prioritise event_id over room_id for the _get_id function by @ESHARK22 in #4
- Add Context.invoking_prefix by @Matthieu-LAURENT39 in #8
- Type hinting and code refactoring by @Matthieu-LAURENT39 in #6
- Change license to LGPL by @nexy7574 in #9
- Support for python 3.12
- Added
is_ready
asyncio.Event
to the NioBot class, which fires one time - Added additional exception types
- DM Rooms properly implemented
- Added command-level checks
- Many, many quality of life improvements
New Contributors
- @ESHARK22 made their first contribution in #2
- @Matthieu-LAURENT39 made their first contribution in #8
Other contributions
- Massive thanks to @samn:snowcovered.world for being a repeated financial backer on KoFi!
Full Changelog: v1.0.2...1.1.0