Releases: tgdrive/teldrive
Releases · tgdrive/teldrive
1.6.7
Changelog
Features
- 0540ae1: feat: add new check command to check integrity of file parts (@bhunter234)
Refactoring
- 7b4fd14: refactor: improve command flag registration (@bhunter234)
1.6.6
Important
- Session storage now uses sqlite instead of bbolt and renamed to
storage.db
fromsession.db
- Delete old session file and recreate empty db file.
Changelog
Refactoring
- 0d51fdf: refactor: migrate session db from bbolt to sqlite (@bhunter234)
1.6.5
Changelog
Refactoring
- f0187f4: refactor: standardize field naming and improve cache key generation (@bhunter234)
- 4c5d503: refactor: update logging configuration to use string levels (@bhunter234)
1.6.4
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
- e966119: chore(build): update Makefile (@bhunter234)
1.6.3
Changelog
Bug fixes
- 381ea31: fix: take correct size in encrypted streams (@bhunter234)
Refactoring
- 7fa4a38: refactor: add version endpoint (@bhunter234)
- 3252c20: refactor: use latest timestamp for created_at (@bhunter234)
1.6.2
1.6.1
1.6.0
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