-
v0.2.1
released this
2023-08-06 22:35:01 +03:00 | 313 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 | 319 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 | 332 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
-
v1.8 Stable
released this
2023-07-03 11:59:28 +03:00 | 334 commits to main since this release- Key
reports.chat_id
inconfig.json
can now be"owner"
Downloads
- Key
-
v1.7 Stable
released this
2023-06-30 11:36:00 +03:00 | 336 commits to main since this release- No more
locations.locale
taken fromconfig.json
. Those are now provided bylocales_root
argument in the functions
Downloads
- No more
-
v1.6 Pre-Release
released this
2023-06-30 11:34:09 +03:00 | 338 commits to main since this release- Removed duplicate py version
- Improved init flexibility
- Added trailing slashes to .gitignore
Downloads
-
v1.5 Stable
released this
2023-06-26 14:30:17 +03:00 | 342 commits to main since this release- Added
scopes_placeholders
toPyroClient
Downloads
- Added
-
v1.4 Pre-Release
released this
2023-06-26 14:07:21 +03:00 | 344 commits to main since this release- Fixed
workers
andmax_concurrent_transmissions
ofPyroClient
Downloads
- Fixed
-
v1.3 Pre-Release
released this
2023-06-26 13:46:58 +03:00 | 346 commits to main since this release- Added
APScheduler
as a dependency forlibbot[pyrogram]
- Added
scheduler
toPyroClient
Downloads
- Added
-
v1.2 Pre-Release
released this
2023-06-26 13:31:34 +03:00 | 348 commits to main since this release- Fixed imports
Downloads