Releases: internxt/drive-desktop-linux
v2.5.1
🚀 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
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
Bug fixes:
- Fixed missing gateway URLs in build configuration
v2.4.10
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
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
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
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
chore:remove progress logger + upgrade version (#65)
v2.4.5
Key Changes
- Background process to manage dangled files
v2.4.4
Key Changes
- Dependency upgrade
- Upgraded the dependency @internxt/inxt-js to the latest version
- Lowered Multipart threshold
- Lowered the minimum size file to where we start doing multipart upload from 5GB to 100MB