Releases: felipet/shortbot
Releases · felipet/shortbot
Release v0.8.0
[0.8.0] - 2025-08-10
Added
- A handler that receives a list of tickers whose short positions received updates and notifies users.
Changed
- The webhook handler accepts requests to notify short position updates.
- The settings handler completed the display settings.
Full list of changes: v0.7.0...v0.8.0
Changelog: https://github.com/felipet/shortbot/blob/main/CHANGELOG.md
Release v0.7.0
[0.7.0] - 2025-07-28
Added
- New menu to select stocks based on names rather than tickers.
- Keyboards module.
- New command /brief.
- New menu to handle subscriptions
Changed
- Handlers read the user's language from the user's settings rather than from Telegram's API.
- The /help command accepts arguments to access different sections within the help menu.
- The format of the log messages has been improved to reduce redundant information. A new option to show pretty log messages for debugging has been added.
Full Changelog: https://github.com/felipet/shortbot/blob/main/CHANGELOG.md
Full list of changes: v0.6.0...v0.7.0
Release v0.6.0
[0.6.0] - 2025-07-15
Added
- New method added to
UserHandlerthat returns a list of registered users of the bot. - New handler added for the webhook endpoint of the main web server that delivers broadcast messages.
- Broadcast messages feature completely implemented.
- Teloxide updated to v0.17.0.
Changed
- The user's schema in Valkey was extended to add a section for configuration parameters.
Full Changelog: https://github.com/felipet/shortbot/blob/main/CHANGELOG.md
Full list of changes: v0.5.0...v0.6.0
v0.5.0
[0.5.0] - 2025-07-10
Fixed
- Fixed bug for pushing container images with multiple tags.
Changed
- The User's metadata DB schema has been refactored to improve legibility and ease sharing a Valkey server with other
applications.
Full List of changes: v0.4.0...v0.5.0
Full CHANGELOG: https://github.com/felipet/shortbot/blob/main/CHANGELOG.md
v0.4.0
What's Changed
Added
- Add a new module to handle user's metadata.
- Add a new DB backend (Valkey) to store user's metadata.
Changed
- Teloxide updated to v0.16.0
- Improved the tracing module to focus on logs from the
shortbotmodule.
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Full Changelog: v0.2.0...v0.3.0