Releases: python-bale-bot/python-bale-bot
Releases · python-bale-bot/python-bale-bot
Release list
Version 2.5.0
What's Changed
- build(deps): update aiohttp requirement from <3.9.1,>=3.6.0 to >=3.6.0,<3.9.2 by @dependabot in #63
- Fix Library installation problem due to
pyproject.tomlfile by @kian-ahmadian in #68 - build(deps): update setuptools requirement from ~=69.0.2 to ~=69.0.3 by @dependabot in #69
- build(deps): bump github/codeql-action from 2 to 3 by @dependabot in #70
- Update to API Version 2 by @kian-ahmadian in #71
New Features
- Sync bale webservices with library (User, Message, Chat, ...)
- Add
BaleObjectClass for Improve Code Quality - From now on, when editing a message, that message changes in States (caches data)
- Add new methods
Bot.promote_chat_member,Message.reply_location,Message.reply_contact,Bot.unban_chat_member&Bot.set_chat_photo - Add new properties
Bot.users,Bot.chats&Bot.state - Add new parameter
delaytoBot.delete_message - Add new parameter
delete_afterto all sending methods - Optimize The display of objects in document
- Update theme & styles in documentation
Bug Fixes
- Fix bugs in
Bot.get_chat_member&Bot.get_chat_member - Fix
ImportErrorbug when install the package (on pip 3.9 or lower)
Install via pip
pip install python-bale-bot==2.4.5
Version 2.4.9
New Features:
- Add new section
States(a system to cash users, messages, chats and others) - Add new system to send components (
reply_markup) - Add new method
send_animation - Add new property
phototobale.Chat - Rename
on_message_editevent - Add new function
findtohelperssection - Add new option to remove
MenuKeyboard(s) - Improve docs and show classes
- Update examples directory
Bug Fixes:
- Update project Dependency
- Fix bug in use
componentsparam in send media methods - Fix bug in get Export from documents (#53)
- Fix bug in reply methods
- Fix bug in
Bot.close&Updater.closefunctions
You can install it by using
pip install -U python-bale-bot==2.4.9
Version 2.4.8.1
There was an installation problem in the previous version, so it will be fixed with this version.
You can install it by using
pip install -U python-bale-bot==2.4.8.1
Version 2.4.8
New Features:
- Add new event
on_successfull_payment - Improve send/upload files
- Add Logger to Updater
- Improve Update Receiver system
- Add new method
send_media_group - Add new param
componentsto send media methods - Add new param
payloadtobale.Bot.send_invoice - Add new section
bale.helpers - Update examples directory
Bug Fixes:
- Update project Dependency
- Remove
sleep_after_every_get_updatesfrombale.Bot.run - Remove
bale.EventTypeclass - Fix bug in
send_documentmethod - Fix bug in
forward_messagemethod
You can install it by using
pip install -U python-bale-bot==2.4.8
Version 2.4.7.2
New Features:
- Improve documentation
- Update examples directory
Bug Fixes:
- Update project Dependency
- Fix the problem in
Bot.send_documentmethod (#39)
You can install it by using
pip install -U python-bale-bot==2.4.7.2
Version 2.4.7
New Features:
- Support from
Token Invaliderror inbale.HTTPClient - Add new feature to set the name for the file when sending
- Send
python-bale-botin request as user agent - Improve documentation
- Update examples directory
Bug Fixes:
- Update project Dependency
- Fix the problem in support from
bale.Audio
You can install it by using
pip install -U python-bale-bot==2.4.7
Version 2.4.6
New Features:
- Components have been moved to
ui - Improve the process of using Components and Files
- Add new method
bale.Bot.send_audio - Support from
400status code Errors inbale.HTTPClient - Full support from "Bale" rate limits
- Add
Message.attachment,Components.menu_keyboards,Components.inline_keyboards - Update License to LGP
- Improve documentation
- Update examples directory
Bug Fixes:
- Fix bug of stopping the Bot
- Fix the problem of
bale.Bot.send_invoice&bale.Bot.send_videocheckers
You can install it by using
pip install -U python-bale-bot==2.4.6
Version 2.4.5
New Features:
- Improve documentation
- Add new methods (
forward_message,ban_chat_member,send_video) - Add new event
on_edited_message
Bug Fixes:
- Fix bugs in parse Updates
- Fix Updater.__lock bug
- Fix
Update.typebugs - Fix
Chat.invite_linkbugs - Improving the messaging class (
__eq__,__ne__,__repr__) - Add new type
channelto ChatType
You can install it by using
pip install -U python-bale-bot==2.4.5
Version 2.4.4
New Features:
- Improve the
bale.RateLimitobject - Add new
bale.Updater - Adding the method of
Bot.send_locationandBot.send_contact - Update Readme file
Bug Fixes:
- Fix
httperror - Fix
EventType.BEFORE_READYbug - Fix bot closing problem
You can install it by using
pip install -U python-bale-bot==2.4.4
Version 2.4.3
Bug Fixes:
- Changes in some functions and commands
- Add
download_filefunc for Download files withfile_id - Update LICENSE
- Improve Code Quality
You can install it by using
pip install -U python-bale-bot==2.4.3