Change Log¶
Project changes are shown on this page.
v2.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 400 status code Errors in
bale.HTTPClientFull support from “Bale” rate limits
Add
bale.Message.attachment,bale.Components.menu_keyboards,bale.Components.inline_keyboardsUpdate 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_video()checkers
v2.4.5¶
New Features¶
Improve documentation
Add new methods (
bale.Bot.forward_message(),bale.Bot.ban_chat_member(),bale.Bot.send_video())Add new event
bale.Bot.on_edited_message()
Bug Fixes¶
Fix bugs in parse Updates
Updater.__lock bug
bale.Update.typebugsFix
bale.Chat.invite_linkbugsImproving the
bale.Messageclass (__eq__, __ne__, __repr__)Add new type channel to
bale.ChatType
v2.4.4¶
New Features¶
Improve the
bale.RateLimitobjectAdd new
bale.UpdaterAdding the method of
bale.Bot.send_location()andbale.Bot.send_contact()Update Readme file
Bug Fixes¶
Fix http error
Fix bale.EventType.BEFORE_READY and
bale.on_before_ready()bugFix bot closing problem
v2.4.3¶
Bug Fixes¶
Changes in some functions and commands
Add
bale.Bot.download_file()for Download files with file_idUpdate LICENSE
Improve Code Quality
v2.4.2¶
Bug Fixes¶
Changes in some functions and commands
Improve Code Quality
v2.4.1¶
New Features¶
Add
updaterparam tobale.Botfor Custom-UpdaterAdd
bale.Message.type& supportbale.UpdateTypefrom itUpdate Readme file
Bug Fixes¶
Improve Code Quality
v2.4.0¶
New Features¶
New changes for better Connections
Synchronization of Exceptions with document
Add Support from local rate limits
Add support from
bale.HTTPClienterrors
Advance¶
Add a Response Parser for connections
Add Type Checker to All functions
Add new supporter class for Rate Limits
Synchronization of methods and Improve Code in many Models (
bale.User,bale.Chat,bale.Bot,bale.Message)Add
bale.error.RateLimitedErrorAdd
sleep_after_every_get_updatesparam tobale.Bot.run()andbale.Bot.start()
Bug Fixes¶
Improve Code Quality
v2.3.2¶
New Features¶
Add new methods
bale.Bot.get_user()andbale.Bot.invite_to_chat()functionSupport
bale.Chat.invite_to_chat()frombale.Bot.get_user()Add
bale.Chat.mentionandbale.Chat.linkproperty tobale.ChatAdd
bale.CallbackQuery.userproperty tobale.CallbackQuery.bale.CallbackQuery.useris a aliases forbale.CallbackQuery.from_user.Add
on_member_chat_joinandon_member_chat_leaveeventsAdd
bale.MemberRole.is_admin()andbale.MemberRole.is_owner()function tobale.MemberRoleAdd save and read function to be bale.Document
Add get_file function to bale.HTTPClient
Bug Fixes¶
Fixed some function in
bale.BotFixed
Bad Requesterror inbale.Bot.get_chat()Fixed on_ready event bug
Fixed
bale.Bot.get_chat()bugs