Releases: aahnik/tgcf
v1.1.7
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
v1.0.0
tgcf 0.2.11
Internal release for testing purposes. Testing gh action workflow.
tgcf 0.2.10
An internal release. For testing a gh action workflow. If you are a user, then this does not affect you.
tgcf 0.2.9
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
tgcf 0.2.7
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
This release brings two main changes
-
Enhanced logging
-
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
Support regex for text filtering and replacement #136
Read wiki pages updated
https://github.com/aahnik/tgcf/wiki/How-to-use-filters-%3F
https://github.com/aahnik/tgcf/wiki/Text-Replacement-feature-explained