• v0.3.6 3d44b44625

    v0.3.6 Stable

    catalin released this 2025-06-06 12:55:56 +00:00 | 1 commits to main since this release

    [0.3.6] - 2025-06-06

    🚀 Features

    • Add Quote.is_active field
    Downloads
  • v0.3.5 7131930d8e

    v0.3.5 Stable

    catalin released this 2025-05-27 16:24:49 +00:00 | 3 commits to main since this release

    [0.3.5] - 2025-05-27

    🚀 Features

    • Implement remaining repo methods for chatbot and quote
    • Add ANO_PREFIX bot response

    ⚙️ Miscellaneous Tasks

    • Add renovate lockFileMaintenance
    Downloads
  • v0.3.3 95101a6573

    v0.3.3 Stable

    catalin released this 2025-03-06 18:44:44 +00:00 | 9 commits to main since this release

    [0.3.3] - 2025-03-06

    🐛 Bug Fixes

    • Have uvicorn use Settings.port and Settings.host
    Downloads
  • v0.3.2 c35741b8e1

    v0.3.2 Stable

    catalin released this 2025-03-06 17:31:55 +00:00 | 10 commits to main since this release

    [0.3.2] - 2025-03-06

    ⚙️ Miscellaneous Tasks

    • Update charts to v0.3.2
    Downloads
  • v0.3.1 740a1fc78f

    v0.3.1 Stable

    catalin released this 2025-03-06 17:23:33 +00:00 | 11 commits to main since this release

    [0.3.1] - 2025-03-06

    🐛 Bug Fixes

    • Correctly execute make serve
    Downloads
  • v0.3.0 e891d6fc1d

    v0.3.0 Stable

    catalin released this 2025-03-06 17:10:35 +00:00 | 12 commits to main since this release

    [0.3.0] - 2025-03-06

    🚀 Features

    • Remove !h and make the bot have an in-memory dict of greeted users instead of using the backoff service
    • Add UpdateVersionAction
    • Add retry capabilities to the bot
    Downloads
  • v0.2.9 48a3235323

    v0.2.9 Stable

    catalin released this 2025-02-24 13:31:46 +00:00 | 16 commits to main since this release

    [0.2.9] - 2025-02-24

    🐛 Bug Fixes

    • Update token refresh to use object attributes instead of dict access
    Downloads
  • v0.2.8 1452f2076b

    v0.2.8 Stable

    catalin released this 2025-02-24 10:29:12 +00:00 | 17 commits to main since this release

    [0.2.8] - 2025-02-24

    🐛 Bug Fixes

    • Retrieve user profile after refreshing twitch creds

    ⚙️ Miscellaneous Tasks

    • Update to v0.2.6
    Downloads
  • v0.2.7 5616f0e76d

    v0.2.7 Pre-release

    catalin released this 2025-02-13 09:57:54 +00:00 | 18 commits to main since this release

    [0.2.7] - 2025-02-13

    🐛 Bug Fixes

    • Don't print the full author/user object when calling Quote().to_pretty()
    Downloads
  • v0.2.6 378f314559

    v0.2.6 Pre-release

    catalin released this 2025-02-13 09:34:36 +00:00 | 20 commits to main since this release

    [0.2.6] - 2025-02-13

    🚀 Features

    • Revamp authentication -- remove twitch's tokens from our own wrapper token
    • Add GetRandomQuoteAction
    • Change QuoteStorerSvc to use the new quote repo instead of the legacy db object
    Downloads