Skip to content

Releases: divyam234/teldrive

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

1.3.1

04 Jun 12:27
Compare
Choose a tag to compare

Changelog

  • e786597 chore(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0
  • b7e6af0 chore(deps): bump go.uber.org/fx from 1.21.1 to 1.22.0
  • bde8806 chore: Add gin recovery middleware for error handling
  • c500e0f chore: Add mutex for session storage in kv package
  • 67e063b chore: close upload pool after file upload
  • 75e7b63 feat: Add panic recovery to application
  • 5a66bf3 feat: Advanced filtering
  • 943a501 feat: added dc pooler and support 0 length file size
  • 6ee7c82 feat: enable subdirectory search
  • 450c7e0 fix: uploads when using multiple channels
  • 1c6c1c8 refactor: add "engine was closed" error to internalErrors list
  • 306a508 refactor: db params

1.3.0

28 May 05:41
Compare
Choose a tag to compare

Changelog

  • d609470 chore(deps): bump github.com/jackc/pgx/v5 from 5.5.5 to 5.6.0
  • 6dd0fd2 refactor: improve error handling in file chunk upload

1.2.5

15 May 12:01
Compare
Choose a tag to compare

Changelog

  • c47eef0 feat: add support for HTTP and SOCKS5 proxy for telegram client

1.2.4

11 May 17:49
Compare
Choose a tag to compare

Changelog

  • 7d2c9f9 chore(deps): bump github.com/gin-contrib/gzip from 1.0.0 to 1.0.1
  • adeedac chore(deps): bump github.com/gin-contrib/secure from 1.0.0 to 1.1.0
  • f1ca6c5 chore(deps): bump github.com/gin-contrib/zap from 1.1.1 to 1.1.3
  • 007a9e5 chore(deps): bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0
  • e65446e chore(deps): bump github.com/gotd/td from 0.100.0 to 0.101.0
  • c682930 chore(deps): bump github.com/gotd/td from 0.101.0 to 0.102.0
  • 2cf8583 chore(deps): bump go.etcd.io/bbolt from 1.3.9 to 1.3.10
  • bf56ddd chore: update asset file pattern for caching optimization
  • fe3f802 fix: server side copy