Releases: signalbot-org/signalbot
Releases Β· signalbot-org/signalbot
v1.0.1
What's Changed
- docs: clean up and split the getting started in two sections by @Era-Dorta in #244
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
New features
- Add first-class incoming reaction support by @bannsec in #243
- Provide a getter for groups by @cwren in #242
Bug fixes
- Fix deploy PR workflow by @Era-Dorta in #239
Refactor
- Rename the context variable to context in all examples and test code by @Era-Dorta in #237
New Contributors
Full Changelog: v0.25.0...v1.0.0
v0.25.0
What's Changed
New features
- Better badges by @Era-Dorta in #230
- Made MIN_SIGNAL_CLI_REST_API_VERSION available as a constant by @Era-Dorta in bfba6dd
- Enable importing LOGGER_NAME from the module by @Era-Dorta in 7bddfe2
Bug fixes
Refactor
- Fix
noqa: INP001in the examples by @Era-Dorta in #231
Documentation
Full Changelog: v0.24.1...v0.25.0
v0.24.1
- Fix link in readme and deploy docs workflow.
Full Changelog: v0.24.0...v0.24.1
v0.24.0
What's Changed
Features
- Add documentation with mkdocs by @Era-Dorta in #224 and #226
- Add dependabot config by @Era-Dorta in #215
- Expose async init by @Era-Dorta in #228
- Add option for HTTPS/HTTP selection for REST API connection by @vladtsap in #227
- Add support for json and yaml init config by @Era-Dorta in #229
Bug fixes
- Add missing permissions to deploy pr workflows by @Era-Dorta in #213
Refactor
- chore(deps-dev): update uv-build requirement from <0.10.0,>=0.9.26 to >=0.9.26,<0.11.0 by @dependabot[bot] in #216
- chore(deps-dev): bump prek from 0.3.0 to 0.3.2 by @dependabot[bot] in #217
- chore(deps): bump phonenumbers from 9.0.22 to 9.0.23 by @dependabot[bot] in #218
- Switch to prek.toml by @Era-Dorta in #219
New Contributors
Full Changelog: v0.23.1...v0.24.0
v0.23.1
What's Changed
Bug fixes
- Allow using group internal id in command registration by @Era-Dorta in #206
Refactor
- Pin uv version in reusable workflow by @Era-Dorta in #208
- Better formatting for github actions by @Era-Dorta in #209
- Add GroupMock and rename
@chatto@mock_chatby @Era-Dorta in #210
Full Changelog: v0.23.0...v0.23.1
v0.23.0
What's Changed
New features
- Add support for contact sync messages by @CanardConfit and @Era-Dorta in #202
Bug fixes
- Check that signal-cli-rest-api is in json-rpc mode by @Era-Dorta in #199
- Support link previews without descriptionby @sh1ftred and @Era-Dorta in #201
Refactor
- Fix noqa B904 by @Era-Dorta in #193
- Use pytest for unit testing by @Era-Dorta in #195
- Update links to point to signal-org by @Era-Dorta in #198
- Rename master branch to main branch by @Era-Dorta in #200
- Add codecov suport by @Era-Dorta in #203
- Add PR template file by @Era-Dorta in #204
Full Changelog: v0.22.0...v0.23.0
v0.22.0
What's Changed
New features
Bug fixes
- Previews not always have image by @CanardConfit in #173
- Create event loop if one does not exist (support for python 3.14) by @Era-Dorta in #187
Refactor
- Replace pre-commit with prek by @Era-Dorta in #190
- Change venv manager from poetry to uv by @Era-Dorta in #191
New Contributors
Full Changelog: v0.21.0...v0.22.0
v0.21.0
What's Changed
New features
- Add read messages ability by @carlowahlstedt in #182
Bug fixes
- Fix pydantic error from missing author_number field by @ryancfogarty in #171
- Fix missing bot.edit method by @Era-Dorta in #181
- Avoid crash on empty author number by @Era-Dorta in #176
Refactor
- Fix linter errors by @carlowahlstedt in #180
- Remove describe and add example help command class by @Era-Dorta in #177
Documentation
- Add maintenance status to project list in README by @Era-Dorta in #166
New Contributors
@ryancfogarty made their first contribution in #171
Full Changelog: v0.20.0...v0.21.0