Skip to content

Releases: signalbot-org/signalbot

v1.0.1

26 Mar 19:36

Choose a tag to compare

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

26 Mar 18:17

Choose a tag to compare

What's Changed

New features

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

06 Mar 18:54

Choose a tag to compare

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

  • Handle unset version of signal-cli-rest-api by @vladtsap in #235

Refactor

  • Fix noqa: INP001 in the examples by @Era-Dorta in #231

Documentation

Full Changelog: v0.24.1...v0.25.0

v0.24.1

18 Feb 01:20

Choose a tag to compare

  • Fix link in readme and deploy docs workflow.

Full Changelog: v0.24.0...v0.24.1

v0.24.0

18 Feb 01:08

Choose a tag to compare

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

08 Feb 20:41

Choose a tag to compare

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 @chat to @mock_chat by @Era-Dorta in #210

Full Changelog: v0.23.0...v0.23.1

v0.23.0

06 Feb 21:43

Choose a tag to compare

What's Changed

New features

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

26 Jan 19:11

Choose a tag to compare

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

20 Dec 10:31

Choose a tag to compare

What's Changed

New features

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

v0.20.0

18 Oct 17:21

Choose a tag to compare

What's Changed

New features

  • Enable deleting messages and receiving message deletions by @Era-Dorta in #154
  • Enable receiving messages with quotes @Era-Dorta and @yolanv in #163

Bug fixes

  • Use named logger instead of root logger by @Era-Dorta in #162

Full Changelog: v0.19.1...v0.20.0