Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Releases: jayantkageri/tgEasy

tgEasy Update: v1.3.3

25 Apr 10:10
4d9c7b1
Compare
Choose a tag to compare
  • Update codes to the latest version (v2.0) of Pyrogram

Full Changelog: v1.3.1...v1.3.3

tgEasy Update: v1.3.1

18 Jan 16:19
3d61f45
Compare
Choose a tag to compare

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 accepts list or str.
  • Bug Fixes and Improvements.

Full Changelog: v1.3.0...v1.3.1

tgEasy Update: v1.3.0

05 Jan 17:17
fca3c0e
Compare
Choose a tag to compare

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

19 Nov 14:01
Compare
Choose a tag to compare

What's Changed

  • Fixed the self_admin parameter.
  • Fixed the adminsOnly decorator not supporting permissions in the list and same fixed in check_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

29 Oct 08:18
Compare
Choose a tag to compare

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

26 Oct 13:07
Compare
Choose a tag to compare

tgEasy's Bug Fix Update v1.2.5

What's Changed

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

01 Oct 03:58
Compare
Choose a tag to compare

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

29 Sep 12:30
Compare
Choose a tag to compare

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

24 Aug 11:35
Compare
Choose a tag to compare

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.