Skip to content

Releases: internxt/drive-desktop-linux

v2.5.3

04 Mar 15:00
bc85a66

Choose a tag to compare

Bug fixes:

  • Fixed issue with the notification progress for backups that was exceeding the 100%
  • Fixed issues loading device names in backups
  • Fixed error when creating devices for new accounts
  • Handled EPIPE loop errors to prevent UI crashes
  • Fixed download backup progress tracking
  • Fixed the retry sync button when synchronization fails
  • Fixed an issue with the backup folder selector that overlaped file explorer window
  • Fixed an issue with the backup list not persisting after logout
  • Fixed antivirus scan cancellation not stopping correctly

Improvements:

  • Pinned GTK and Nautilus versions in the Nautilus extension to avoid API incompatibilities
  • Improved temporary file handling
  • Reduced the amount of unnecessary requests to usage and limit
  • Reduced the amount of unnecessary requests to product availability for user
  • Added Handler for the 429 Too many Request error
  • Improved the antivirus progress tracking
  • Added the Missing "Every Hour" Option for backups
  • UI improvements to the Cleaner window

v2.5.2

21 Jan 20:10
37d4694

Choose a tag to compare

🚀 Internxt Desktop 2.5.2 released for Linux 🐧

New feature: Allow downloading/uploading empty files
Improvement: Improved virtual drive load time from 30+ seconds to milliseconds
Improvement: Allow access to folder contents immediately after moving/renaming
Improvement: Improved sync process speed
Improvement: Optimized antivirus to avoid multiple availability checks
Improvement: Improved Backup process to increase performance and error tracking
Bug fix: Improved TokenScheduler to prevent sync issues caused by UnauthorizedErrors
Bug fix: Improved Fuse mounting process to prevent virtual drive disconnections
Security: Updated dependencies to address security vulnerabilities

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)