Releases: tgdrive/teldrive
Releases · tgdrive/teldrive
1.7.2
Changelog
Features
- 110a821: feat: enhance check command with dry-run and verbose logging (@divyam234)
1.7.1
Changelog
Bug fixes
- 74307dc: fix: correct parts counting in channel rollover logic (@really-flamey-marco)
Others
- eaac59b: chore(deps): update (@divyam234)
1.7.0
Changelog
Features
- 616cf4a: feat: Add Automatic Channel Rollover (@divyam234)
- 59a0702: feat: add HEIF, HEIC, and WebP to image extensions (@hassankhan2608)
- d27a9da: feat: add xz and tgz to supported archive extensions (@hassankhan2608)
1.6.19
1.6.18
Changelog
Features
- 5c619a0: feat: add distributed cron job locking and new cron jobs (@divyam234)
Bug fixes
- aad739d: fix: update file parts update payload to include encryption flag (@divyam234)
Refactoring
- f48bc0f: refactor: replace if-else chains with switch statements for improved readability (@divyam234)
- 447a79c: refactor: time interval of cron locker (@divyam234)
1.6.17
Changelog
Features
- fbcb102: feat: new settings UI with channels operations (@divyam234)
Others
- 7b90277: chore(docs): add DeepWiki badge (@divyam234)
1.6.16
Changelog
Features
- d428535: feat: support direct ssl negotiation postgres (@divyam234).See more here
1.6.15
1.6.14
Changelog
Features
- 9983c7d: feat: add created_at index and event ordering (@divyam234)
- 4c7c38f: feat: add docker.io registry and improve chunk handling (@divyam234)
- d66dc78: feat: add file operation event recording system (@divyam234)
Refactoring
- 4ef27d5: refactor: rename EventData to Source and expand event data model (@divyam234)
- bfbeab6: refactor: replace interface{} with any type across codebase (@divyam234)