-
v3.1.0
released this
2024-05-19 16:22:40 +03:00 | 137 commits to main since this releaseNew features
- Improved metadata and readme (
1f464ef624
) - Separated examples for Pyrogram and Pycord (
2ed348933b
)
Bug fixes
PycordBot.debug_guilds
is now only set when debug is on (7068e7f194
)
Downloads
- Improved metadata and readme (
-
v3.0.1
released this
2024-05-15 00:29:53 +03:00 | 146 commits to main since this releaseNew features
- Added config, locale, and commands examples (
327b161b41
) owner
,scoped_commands
andi18n_bot_info
can now be provided in Pyrogram Client's kwargs (fc14cad3ff
)
Bug fixes
- Fixed wrong variable being used in
PyroClient.start()
(20cc754a2a
)
Dependencies
- Bump
pyrofork
to~=2.3.21.post3
(7af4ad9655
) - Bump
ujson
to~=5.10.0
(d1da6a1d8b
)
Downloads
- Added config, locale, and commands examples (
-
v3.0.0
released this
2024-01-04 00:12:21 +02:00 | 199 commits to main since this releaseBreaking changes
- Package
pyrogram
has been replaced bypyrofork
inlibbot[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
- Package
-
v2.1.0
released this
2023-12-27 15:05:09 +02:00 | 204 commits to main since this releaseNew features
- Pycord support
Dependencies
- Bump apscheduler to 3.10.4
- Bump ujson to 5.9.0
Downloads
-
v2.0.1
released this
2023-08-10 22:51:10 +03:00 | 255 commits to main since this release- Set dependency version of aiofiles to
>=23.0.0
Downloads
- Set dependency version of aiofiles to
-
v2.0.0
released this
2023-08-07 12:45:56 +03:00 | 263 commits to main since this releaseSwitching 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
released this
2023-08-06 23:01:38 +03:00 | 266 commits to main since this releaseBug fixes
- Fixed wrong
PyroClient.bot_locale
initialization
Downloads
- Fixed wrong
-
v0.2.1
released this
2023-08-06 22:35:01 +03:00 | 268 commits to main since this releaseWhat'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 Stable
released this
2023-08-06 14:06:05 +03:00 | 274 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 raisesKeyError
if there's no key andcreate_missing
is False- Cleaned up imports
Bug fixes
- Fixed importing sync from i18n, now it's a correct one
Downloads
-
v1.9 Stable
released this
2023-07-26 15:14:35 +03:00 | 287 commits to main since this release- You can now pass
**kwargs
to PyroClient in order to activate non-default arguments
Downloads
- You can now pass