Skip to content

Releases: tgdrive/teldrive

1.6.11

31 Jan 13:19
Compare
Choose a tag to compare

Changelog

Bug fixes

1.6.10

27 Jan 22:00
Compare
Choose a tag to compare

Changelog

Refactoring

1.6.9

25 Jan 17:18
Compare
Choose a tag to compare

Important

  • This version drops support for duplicate files to keep consistency with common filesystems.Now particular file will be replaced with old one instead of throwing error.
  • Replacing content will result in orphan file parts in a channel run teldrive check --clean to perform cleanup tasks on channels monthly or biweekly.
  • If this version fails in migration step make sure to run rclone dedupe with suitable policy to remove duplicates and rerun.

Changelog

Refactoring

Changelog

Refactoring

1.6.8

23 Jan 12:59
Compare
Choose a tag to compare

Changelog

Features

Refactoring

  • 8e4dfd8: refactor: add index for listing channel files and impove check command (@divyam234)

Others

1.6.7

17 Jan 15:46
Compare
Choose a tag to compare

Changelog

Features

Refactoring

1.6.6

15 Jan 11:35
Compare
Choose a tag to compare

Important

  • Session storage now uses sqlite instead of bbolt and renamed to storage.db from session.db
  • Delete old session file and recreate empty db file.

Changelog

Refactoring

1.6.5

14 Jan 21:05
Compare
Choose a tag to compare

Changelog

Refactoring

1.6.4

12 Jan 16:39
Compare
Choose a tag to compare

Changelog

Refactoring

  • 299f4fa: refactor: improve SQL query for uploads statistics with correct date handling (@bhunter234)
  • 518435f: refactor: replace kv usage with boltdb and update related configurations (@bhunter234)

Others

1.6.3

11 Jan 17:08
Compare
Choose a tag to compare

Changelog

Bug fixes

Refactoring

1.6.2

08 Jan 12:42
Compare
Choose a tag to compare

Changelog

  • ffa9a27 fix: cache invalidation in file update
  • 126a2c4 refactor: remove default time tracking in file model