Releases: kingwingfly/telegram_sync_bot
Releases · kingwingfly/telegram_sync_bot
v0.5.3
v0.5.2
- fix bug: duplicate extension in file_name
v0.5.1
- support audio
- better file_name extraction
v0.5.0
- support kubernetes
- the unique volume of host to container in server and bot
- try hard-linking when move file from local server to bot-output in local-server mode
- use
datainstead ofoutputas the argument name -ffor favorite,-Ffor dislike
v0.4.0
- move from
sqlxtosea-orm - improve with a download manager
- play with
CancellationToken, better code structure - better file-state and transport-state management
- improve with foreign key
- sub command to delete file/msg from fs, db and telegram
- split group msgs
- TryMultipleTimers trait to lift success possibility
v0.3.1
- fix bug: the bot will check the path exists before operate
- fix bug: delete the message out of control
- log more detailed Context
- pin while fav, unpin while unfav or delete
v0.3.0
- support channel management: the bot will generate a dynamic bypass password, use
/unpause <password>to unpause the bot - rename env var
OWNER_IDtoBYPASS_USERS - do not remove the file, move to trash instead
- move from
sledtosqlite
v0.2.5
- speed up build with
ninja - the bot image will stop with SIGINT
- the server image will wait 5 seconds before exit
v0.2.4
- kube play support
- cautions: user updated to this version should reload or rebuild the images
v0.2.3
- release images
- improve document
- improve Containerfile