Skip to content

Releases: internxt/drive-desktop-linux

v2.5.1

20 Nov 23:47
10871c9

Choose a tag to compare

🚀 Internxt Desktop 2.5.1 released for Linux 🐧

Bug fix: Fixed an issue where some folders were not added to Backups in certain cases.
Bug fix: Fixed an issue where some folders were not deleted from Backups when expected.
Bug fix: Fixed cached data interference issues that occurred when switching accounts.
Bug fix: Fixed an issue when retrieving file thumbnails from remote storage. The error was causing application crashes and UI freezes after login.
Dead code: Removed leftover Sentry references from the Linux Drive Desktop app.
Cleaner improvement: Display items omitted during cleanup and information about why they were omitted.
Improvement: Added the OS version information to logs to help diagnose system-specific issues.
Improvement: Replaced the previous login flow with the new Unified SSO login.

Note:

Due to technical limitations of the AppImage format, the new SSO login flow is only supported when using Chrome. The .deb version does not have this restriction and remains fully compatible with all browsers.

v2.5.0

18 Sep 14:05
1f2250a

Choose a tag to compare

Key Features

Cleaner

  • Clean Disk Storage: Scan multiple directories to free up space from log files, cookies to app cache
  • User-Friendly Interface: Clean UI for report viewing, managing which files to delete, and how much spaces has been gained

v2.4.11

25 Aug 12:56

Choose a tag to compare

Bug fixes:

  • Fixed missing gateway URLs in build configuration

v2.4.10

21 Aug 16:30
395f405

Choose a tag to compare

Bug fixes:

  • Fixed a bug where the antivirus was always trying to start regardless of activation status, causing excessive logs. Now it only starts if the product state changes and antivirus is enabled.

Changes:

  • All requests have been migrated to the new Drive backend.

v2.4.9

31 Jul 09:53
c31f770

Choose a tag to compare

Bug fixes:

  • The app no longer creates multiple devices when network errors
  • The app identifies a device between app reinstalls

Changes:

  • Upgraded the max file size of the logs from 15mb to 1gb
  • when a user logs out, now the session token gets invalidated
  • added gmt+2 time to the logs

v2.4.8

06 May 15:38
a06f602

Choose a tag to compare

Bug fixes:

  • Removed the check that added the "available offline" icon on the folder when there was an empty folder, this is misleading.
  • solved a bug that prevented the folders to be deleted in the desktop app if they where deleted previously in the web-drive, leaving only empty folders/Subfolders
  • Now, on prod mode, you cannot activate the devtools (With Crtl + shift + I)
  • Fixed an issue where deleting a backup didnt immediately remote it from the list. Now you no longer need to refresh the view for changes to take effect.
  • Added some missing translations on the backup section
  • Fixed a bug with the Backup frequency select that wasnt properly displaying the selection of the interval of the backup
  • Added the gateway url for internxt.com/api
  • Handling of Dangled files on backup

Changes:

  • Migrated the following endpoints to use the new backend API URL. Also improved internal error handling when refreshing sessions for better stability:
    GET /users/refresh
    POST /auth/login
    POST /auth/login/access
    GET /backup/deviceAsFolder
    GET /backup/deviceAsFolder/{uuid}
    POST /backup/deviceAsFolder
    PATCH /backup/deviceAsFolder/{uuid}

v2.4.7

19 Mar 22:32
2ec478a

Choose a tag to compare

Key Features

Antivirus

  • Multiple Scanning Options: Supports both system-wide and custom (files/folders) scanning with detailed progress tracking
  • User-Friendly Interface: Clean UI for scan selection, progress monitoring, and infected file management

Product Eligibility Management

  • Locks premium features behind subscription, with seamless upgrade path

v2.4.6

12 Mar 15:29
ef9c34c

Choose a tag to compare

chore:remove progress logger + upgrade version (#65)

v2.4.5

12 Mar 10:30
1d38d6d

Choose a tag to compare

Key Changes

  • Background process to manage dangled files

v2.4.4

04 Mar 13:03
381c53f

Choose a tag to compare

Key Changes

  1. Dependency upgrade
  • Upgraded the dependency @internxt/inxt-js to the latest version
  1. Lowered Multipart threshold
  • Lowered the minimum size file to where we start doing multipart upload from 5GB to 100MB