Skip to content

tgbox v1.8

Latest

Choose a tag to compare

@NotStatilko NotStatilko released this 13 Mar 16:26
· 1 commit to indev since this release
edb8c54

This is TGBOX version 1.8. Version 1.8 includes bugfixes and improvements.

  • Fix file_path: None in update_metadata() changes (1eb82c4)
  • Bugfix with fingerprints in _refresh_metadata (b851798)
  • Fix DB Schema autoupdate (f89b111)
  • Fix bug with fingerprints (race condition) (08a6e74)
  • Write to logs instead of breaking Deep Sync (21c8a13)
  • Ignore exact duplicates in RemoteBox on sync (ed844df)
  • Use hmac.compare_digest() to compare keys (dde6248)
  • Add install_ffmpeg helper function to tools.py (e36b378)

CHANGELOG

Because of many bugfixes in Box fingerprints, I recommend you to clone your RemoteBox to create a new LocalBox and use it as main, to prevent some buggy behavior. Please note that you will lose access to imported files in your new LocalBox, (if you have any) as we hold imported keys inside the local storage.

We now have dedicated Github Actions repository to build both
the minimal FFmpeg and tgbox-cli for Linux, macOS and Windows.