Skip to content

Releases: tgdrive/teldrive

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

1.6.1

05 Jan 18:16
Compare
Choose a tag to compare

Changelog

  • 74bae5f refactor: add UUID validation and improve file handling in copy and move operations

1.6.0

02 Jan 17:42
Compare
Choose a tag to compare

Changelog

  • fa24854 chore(docs): remove demo images
  • a296b36 feat: add NTP configuration and improve middleware handling
  • 057a3d7 feat: add Openapi generator remove go-gin,fx
  • fdd6e64 feat: enhance authentication and file sharing features
  • 055cc01 feat: fix time synchronization issues
  • 77e463b refactor: simplify condition checks and improve upload handling