Releases: SeattleDSA/signal-scanner-bot
Releases · SeattleDSA/signal-scanner-bot
v0.4.0
What's Changed
- Add dependabot config by @AetherUnbound in #95
- Bump actions/checkout from 2 to 3 by @dependabot in #96
- Bump python-dotenv from 0.19.2 to 1.0.0 by @dependabot in #103
- Bump peony-twitter from 2.0.2 to 2.1.2 by @dependabot in #104
- Bump actions/setup-python from 1 to 4 by @dependabot in #97
- Bump docker/login-action from 1 to 2 by @dependabot in #98
- Bump pre-commit from 3.2.1 to 3.2.2 by @dependabot in #99
- Bump docker/build-push-action from 2 to 4 by @dependabot in #100
- Bump click from 7.1.2 to 8.1.3 by @dependabot in #102
- Add build step to PR CI/CD by @AetherUnbound in #105
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- Swap publish job from Dockerhub to GHCR by @AetherUnbound in #94
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Update README with detailed setup instructions by @joeypoyiwu in #83
- Run dos2unix on register-number.sh file to prevent CRLF issues by @mpuckett159 in #85
- Update tweet padding to be more dynamic by @mpuckett159 in #86
- Fix flake8 pre-commit reference by @AetherUnbound in #89
- Update java to 17, signal-cli to v0.11.7 by @AetherUnbound in #91
New Contributors
- @joeypoyiwu made their first contribution in #83
Full Changelog: v0.2.3...v0.3.0
Implement backoff timings for requests to OpenMHz
Due to the relative instability of the specific OpenMHz station we listen to (and generally could be true for any station on OpenMHz) we've implemented the use of a backoff library to exponentially wait and eventually fail after 2 hours by default. See the .env.example file for more configuration options.
v0.2.2
Skip json.decoder.JSONDecodeError caused by OpenMHz (#79)
v0.2.1
Small update to bump signal-cli to v0.9.1
v0.2.0
v0.1.4
This release includes a bugfix and various build/deployment improvements.
v0.1.3
Misc. version bumps