This repository has been archived by the owner on Sep 6, 2024. It is now read-only.
Releases: jayantkageri/tgEasy
Releases · jayantkageri/tgEasy
tgEasy Update: v1.3.3
- Update codes to the latest version (v2.0) of Pyrogram
Full Changelog: v1.3.1...v1.3.3
tgEasy Update: v1.3.1
What's New
- If you wanted a custom handler for one function only, then it's now introduced, use it via a
handler
field in@tgClient.command
which acceptslist
orstr
. - Bug Fixes and Improvements.
Full Changelog: v1.3.0...v1.3.1
tgEasy Update: v1.3.0
What's New
- So finally, We are the first one to make Pyrogram Anonymous Admin Verification Opensource, From now tgEasy will be verifying Anonymous Admins also. A Special Thanks to @annihilatorrrr for helping with this.
- Bug Fixes
Full Changelog: v1.2.7...v1.3.0
tgEasy Bug Fix Update: v1.2.7
What's Changed
- Fixed the
self_admin
parameter. - Fixed the
adminsOnly
decorator not supporting permissions in the list and same fixed incheck_rights
- Fixed the Error Occurring with static method decorator, self is Not Defined by @dhruvx09 in #12
- Optimized code and file system
Full Changelog: v1.2.6...v1.2.7
tgEasy Bug Fix Update: v1.2.6
What's Changed
- Fixed the Error Occurring with Static Method Decorator,
self
is not Defined by @dhruvx09 in #12
What's New
- Moved Documentations to GitHub Wiki
Full Changelog: v1.2.5...v1.2.6
tgEasy Bug Fix Update: v1.2.5
tgEasy's Bug Fix Update v1.2.5
What's Changed
- Update decorater.py by @dhruvx09 in #6
- Decorating method with
@staticmethod
by @Awesome-RJ in #3 - Mis reimport of 'logging' by @Awesome-RJ in #4
- Update decorater.py by @dhruvx09 in #7
- Merge
if
Statements @Awesome-RJ in #9 - Using
in
by @Awesome-RJ in #8
New Contributors
- @dhruvx09 made their first contribution in #6
- @Awesome-RJ made their first contribution in #3
Full Changelog: v1.2.4...v1.2.5
tgEasy Bug Fix Update: v1.2.4
tgEasy v1.2.4
What's New
- Bug Fixes.
Things to do
- Anonymous Admin Rights Check, cannot assure that it will come in Next Update only.
- Make more Stable
tgEasy Update: v1.2.3
tgEasy v1.2.3
What's New
- Added Support for Multiple Clients.
- Added Scaffold (For Developers Convenience)
- Bug Fixes.
Things to Change in Code
- Change available methods to
@tgClient.{available_methods}
Things to do
- Anonymous Admin Rights Check, cannot assure that it will come in Next Update only.
- Make more Stable
tgEasy Update: v1.1.3
tgEasy v1.1.3
What's New
- Added
self_only
. - Added Support for Userbots.
- Added Support for Custom Plugins.
- Added Support for Custom Command Handlers.
- Bug Fixes.
Things to Change in Code
- Make your Own Client and Pass it in
tgClient
.
Things to do
- Anonymous Admin Rights Check, cannot assure that it will come in Next Update only.