Skip to content

Releases: tgdrive/teldrive

1.4.0

22 Jun 13:35
Compare
Choose a tag to compare

Changelog

  • 8c9ca99 chore(deps): bump github.com/rclone/rclone from 1.66.0 to 1.67.0
  • 25ea36e chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1
  • 825dc11 feat: MultiThreaded stream support

1.3.10

15 Jun 05:46
Compare
Choose a tag to compare

Changelog

  • d0d0f2f fix: disallow duplicate folders

1.3.9

14 Jun 18:22
Compare
Choose a tag to compare

Changelog

  • 8a38aad chore(deps): bump github.com/gorilla/websocket from 1.5.2 to 1.5.3
  • abcf81b refactor: improve cron jobs

1.3.8

13 Jun 19:29
Compare
Choose a tag to compare

Changelog

  • 3faeb64 chore(deps): bump github.com/gotd/td from 0.102.0 to 0.103.0
  • 83921a9 chore(deps): bump gorm.io/datatypes from 1.2.0 to 1.2.1
  • db13722 chore(deps): bump gorm.io/driver/postgres from 1.5.7 to 1.5.9
  • 855a320 feat: buffered reader for fast streaming

1.3.7

12 Jun 07:55
Compare
Choose a tag to compare

Changelog

  • 4cc1087 fix: add session date as fingerprint

1.3.6

11 Jun 14:15
Compare
Choose a tag to compare

Changelog

  • 54a5fd5 refactor: improve deletion

1.3.5

10 Jun 17:14
Compare
Choose a tag to compare

Important

This build has invalidated all user sessions as new feature of managing session through UI is added.Make sure to relogin and add new session token in rclone config.

Changelog

  • 175734a chore(deps): bump github.com/gorilla/websocket from 1.5.1 to 1.5.2
  • 5798d89 feat Add user sessions control
  • febdb3f refactor: Fix pool close method to prevent nil pointer dereference
  • df5c554 refactor: Remove unused multierr package and close pool directly

1.3.4

08 Jun 21:39
Compare
Choose a tag to compare

Changelog

  • 43a21d9 feat: add size to unique fingerprint
  • 3309978 fix: directory creation

1.3.3

07 Jun 15:12
Compare
Choose a tag to compare

Changelog

  • 7e5e3ad refactor: list files by parentId explicitly
  • 94ef73d refoactor: drop path field frpm db

1.3.2

05 Jun 18:59
Compare
Choose a tag to compare

Changelog

  • bcdf380 chore(deps): bump golang.org/x/net from 0.25.0 to 0.26.0
  • b92f751 refactor: Copy session data to prevent mutation in LoadSession function