Skip to content

Releases: kingwingfly/telegram_sync_bot

v0.5.3

30 Jan 06:32
v0.5.3
ef9b23b

Choose a tag to compare

  • fix typo

v0.5.2

18 Mar 06:04
v0.5.2
60aef26

Choose a tag to compare

  • fix bug: duplicate extension in file_name

v0.5.1

18 Mar 05:31
v0.5.1
89f68fa

Choose a tag to compare

  • support audio
  • better file_name extraction

v0.5.0

14 Mar 17:00
ace9530

Choose a tag to compare

  • 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 data instead of output as the argument name
  • -f for favorite, -F for dislike

v0.4.0

12 Mar 15:18
v0.4.0
73f562f

Choose a tag to compare

  • move from sqlx to sea-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

09 Mar 21:45
v0.3.1
50b9cf4

Choose a tag to compare

  • 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

09 Mar 19:56
17c8e16

Choose a tag to compare

  • support channel management: the bot will generate a dynamic bypass password, use /unpause <password> to unpause the bot
  • rename env var OWNER_ID to BYPASS_USERS
  • do not remove the file, move to trash instead
  • move from sled to sqlite

v0.2.5

08 Mar 18:46
03a6fc1

Choose a tag to compare

  • speed up build with ninja
  • the bot image will stop with SIGINT
  • the server image will wait 5 seconds before exit

v0.2.4

07 Mar 13:06
b0a9b34

Choose a tag to compare

  • kube play support
  • cautions: user updated to this version should reload or rebuild the images

v0.2.3

07 Mar 09:21
7da2145

Choose a tag to compare

  • release images
  • improve document
  • improve Containerfile