Releases: Era-Dorta/signalblast
Releases · Era-Dorta/signalblast
v0.6.0
- Only unsubscribe people after 10 failed messages
- Shorten wait limit when broadcasting a message
- Add command the get the UUID of the subscriber that sent the last message
- Update README and docker files
v0.5.0
- Switch environment manager from poetry to uv
- Using all linting selections from ruff and fixed code accordingly
v0.0.1.dev0
- Switched the signal backend from semaphore to signalbot
- Updated from
setup.py
to pyproject.toml
- Using
poetry
as dependency manager
- Added linting and formatting via
pre-commit
- Updated to python 3.10
v0.4
- Updated signald to 0.18.5
- Using two containers, one for signald and another for signalblast
- Simplified setup due to the use of separate containers
- Using non-root user for both containers for increased security
- Added support for link previews
- Minor bug fixing
v0.3
- Update signald to version 0.17
- Fixed bug where subscribers phone numbers would be mismatched with their uuid, issue #5
v0.2
- Added optional pings for the admin
- Code quality and speed
v0.1
Initial code release with minimal functionality.