• v3.0.0 5ba763246b

    v3.0.0 Stable

    profitroll released this 2024-01-04 00:12:21 +02:00 | 0 commits to main since this release

    Breaking changes

    • Package pyrogram has been replaced by pyrofork in libbot[pyrogram]. Paths for all imports as well as the package name remained the same, yet it's recommended to take a look if everything works as intended.

    New features

    • Added support for bot's profile info update on startup (#33)

    Dependencies

    • Replace pyrogram==2.0.106 with pyrofork==2.3.16.post1
    Downloads
  • v2.1.0 f0ffdf096d

    v2.1.0 Stable

    profitroll released this 2023-12-27 15:05:09 +02:00 | 5 commits to main since this release

    New features

    • Pycord support

    Dependencies

    • Bump apscheduler to 3.10.4
    • Bump ujson to 5.9.0
    Downloads
  • v2.0.1 74db27487f

    v2.0.1 Stable

    profitroll released this 2023-08-10 22:51:10 +03:00 | 56 commits to main since this release

    • Set dependency version of aiofiles to >=23.0.0
    Downloads
  • v2.0.0 187187a8a2

    v2.0.0 Stable

    profitroll released this 2023-08-07 12:45:56 +03:00 | 64 commits to main since this release

    Switching from 1.9 to 0.2.0 was a horrible idea and I apologize for the confusion caused by me breaking the rules of versioning. This release will just bump the version to 2.0.0 so Renovate will not lose its mind anymore.

    Downloads
  • v0.2.2 32b1acf4aa

    v0.2.2 Stable

    profitroll released this 2023-08-06 23:01:38 +03:00 | 67 commits to main since this release

    Bug fixes

    • Fixed wrong PyroClient.bot_locale initialization
    Downloads
  • v0.2.1 65838450ee

    v0.2.1 Stable

    profitroll released this 2023-08-06 22:35:01 +03:00 | 69 commits to main since this release

    What's new

    • Project structure changed. This does not affect the package distributed

    Bug fixes

    • Fixed invalid typing in tests of nested_set
    Downloads
  • v0.2.0 461642a529

    v0.2.0 Stable

    profitroll released this 2023-08-06 14:06:05 +03:00 | 75 commits to main since this release

    ⚠️ This update includes breaking changes!

    What's new

    • Versioning changed to comply with semantic
    • Added tests (with pytest)
    • Default locale is now "en"
    • BotLocale now accepts custom default_locale
    • libbot.sync.nested_set() now raises KeyError if there's no key and create_missing is False
    • Cleaned up imports

    Bug fixes

    • Fixed importing sync from i18n, now it's a correct one
    Downloads
  • v1.9 dc107ebdb3

    v1.9 Stable

    profitroll released this 2023-07-26 15:14:35 +03:00 | 88 commits to main since this release

    • You can now pass **kwargs to PyroClient in order to activate non-default arguments
    Downloads
  • v1.8 295e77e403

    v1.8 Stable

    profitroll released this 2023-07-03 11:59:28 +03:00 | 90 commits to main since this release

    • Key reports.chat_id in config.json can now be "owner"
    Downloads
  • v1.7 ae374511cd

    v1.7 Stable

    profitroll released this 2023-06-30 11:36:00 +03:00 | 92 commits to main since this release

    • No more locations.locale taken from config.json. Those are now provided by locales_root argument in the functions
    Downloads