Skip to content

Releases: felipet/shortbot

Release v0.8.0

10 Aug 16:43
a9d311e

Choose a tag to compare

[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

28 Jul 14:04

Choose a tag to compare

[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

15 Jul 09:24

Choose a tag to compare

[0.6.0] - 2025-07-15

Added

  • New method added to UserHandler that 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

10 Jul 08:57

Choose a tag to compare

[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

04 Jul 11:36

Choose a tag to compare

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 shortbot module.

Full Changelog: v0.3.0...v0.4.0

v0.3.0

31 Mar 09:26

Choose a tag to compare

Full Changelog: v0.2.0...v0.3.0

v0.2.0

17 Feb 08:47

Choose a tag to compare

What's Changed

  • Replace finance module by a database connection by @felipet in #11

Full Changelog: v0.1.0...v0.2.0

v0.1.0

13 Jun 14:42

Choose a tag to compare