-
v0.2.2
released this
2023-08-06 23:01:38 +03:00 | 157 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 | 159 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 | 165 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 | 178 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 | 180 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 | 182 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 | 184 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 | 188 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 | 190 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 | 192 commits to main since this release- Added
APScheduler
as a dependency forlibbot[pyrogram]
- Added
scheduler
toPyroClient
Downloads
- Added