Skip to content

Releases: aahnik/tgcf

v1.1.7

12 Dec 15:40
924ac7b
Compare
Choose a tag to compare

Bug Fixes:

  • The replace plugin had various issues which were fixed
  • fix automatic deletion of photos/videos when edit was attempted but text was empty ---> empty

New Features:

  • You can now set the offset and end parameters for past mode forwarding. offset means the message id to start forwarding
  • Documentation on Replace plugin https://github.com/aahnik/tgcf/wiki/Replace-Plugin
  • New plugin: Caption. Add header/footer to your messages. Or caption your photos/videos/files
  • You can now name your connections, and even suspend them at will, without needing to delete them
  • Revamp UI of connections page to make it simple

v1.1.1

28 Nov 15:57
4a2bfd7
Compare
Choose a tag to compare
load .env from pwd

v1.0.0

24 Oct 17:26
27d4311
Compare
Choose a tag to compare

tgcf with web ui. redefined user experience

tgcf 0.2.11

15 Jun 19:39
470cdd8
Compare
Choose a tag to compare

Internal release for testing purposes. Testing gh action workflow.

tgcf 0.2.10

15 Jun 19:33
a981397
Compare
Choose a tag to compare

An internal release. For testing a gh action workflow. If you are a user, then this does not affect you.

tgcf 0.2.9

14 Jun 15:36
4b32a16
Compare
Choose a tag to compare

Fix wrong triggering of commands when tgcf is deployed as user bot in live mode.

Like there is a command start, and it is expected that .start would trigger the command. But any character followed by the word start was triggering. This is because the telethon uses regex. Now this is solved by escaping the dot \. in commit abdb9bc.

Thanks to @Cryptotion for bringing this under my notice.

tgcf 0.2.8

13 Jun 16:08
9fed465
Compare
Choose a tag to compare

Bug Fixes:

  • Fixes #207 and #205 Text encoding problem in windows
  • await the call to load_from_to 667b311

tgcf 0.2.7

12 Jun 06:51
544d5aa
Compare
Choose a tag to compare

Security Update: Enhance admin protection

  • In your configuration file (tgcf.config.yml) you can now specify the usernames of admins (earlier only ids were supported)
  • when tgcf is run as live, either as a bot, or user bot, the admins can run commands to change the source and destination
  • setting admins is not compulsory
  • if no admins are set, and you run tgcf in live mode, then no one can run commands to change the configuration. the bot/user bot will work perfectly fine as per your configuration file

Other features:

  • animate the appearance of figlet and other small aesthetic fixes

tgcf 0.2.6

11 Jun 13:44
eb4bee1
Compare
Choose a tag to compare

This release brings two main changes

  • Enhanced logging

    • show system version/os/architecture info
    • use pyfiglet for a beautiful topper
    • use rich for beautified logs + rich tracebacks with syntax highlighting
    • use verlat for checking if you are running the latest version of tgcf. If not, prints a message
      image
  • allow commands when deployed as userbot. (for tgcf in live mode)

    • The commands [start,forward,remove,help] were available only when deployed as a bot.
    • Now with the new version, /start for bot is equivalent to .start for userbot (send in Saved Messages).
      similarly for the other commands.

tgcf 0.2.5

05 Jun 00:20
360963f
Compare
Choose a tag to compare