Releases: internxt/cli
Releases · internxt/cli
v1.6.1
v1.6.0
Available through npm:
npm i -g @internxt/cli
What's New:
- Improvement: Replaced the old login system with our new unified web login.
- Improvement: Added ARM Docker image support, previously only AMD64 image was available.
- Bug fix: WebDAV folders no longer appear as unopenable links or empty directories in Linux file managers.
- Bug fix: Fixed the "bad decrypt" error that occurred with the legacy login.
- Bug fix: Fixed permission issues in the Docker
health_check.shscript.
Breaking Changes:
- The old legacy login (username + password) can still be used via
internxt login-legacy. Although the legacy login remains available, we strongly recommend using the standard (web-based) login whenever possible for improved security and reliability.
v1.5.8
Available through npm:
npm i -g @internxt/cli
What's New:
- Bug fix: Solved the error while creating a file in a non-created path that caused a
409 Conflictnow by default, webdav server creates the full path - Bug fix: Solved the error where while syncing in rclone, you got
Failed to copy: object not founderrors - Bug fix: removed the javascript runtime errors
v1.5.7
Available through npm:
npm i -g @internxt/cli
What's New:
- Bug fix: Resolved an issue where the WebDAV server was not accessible from outside the Docker container
v1.5.6
Available through npm:
npm i -g @internxt/cli
What's New:
- Improvement: NAS integration (via Docker WebDAV server).
- Improvement: User auth tokens will now expire after 7 days instead of 3.
- Improvement: Added OTP secret token parameter to Login.
- Improvement: Added modification time date to the downloaded file via CLI.
- Improvement: (#363) Added WebDAV server host configuration, now it defaults to 127.0.0.1 instead of 0.0.0.0.
- Added token refresh on whoami CLI command.
- Cleanup: Removed legacy code.
- Bug fix: Fixed move-rename operation.
- Bug fix: (#327) Impossible to rename a file including its extension.
- Bug fix: (#328) Inconsistent name key in file upload result message.
v1.5.5
Available through npm:
npm i -g @internxt/cli
What's New:
- Improvement: Switched api to gateway for improved stability and performance.
- Improvement: Added @oclif/plugin-autocomplete for terminal autocompletions.
- Improvement: Dependencies updated to their latest stable versions.
- Cleanup: Removed unused dependencies.
- Bug fix: Fixed "Bucket id was not provided" error (#340).
- Bug fix: Fixed refresh tokens not being saved, which caused logout errors.
Internxt CLI 1.5.4
Available through npm:
npm i -g @internxt/cli
What's New:
- Improvement: All features now run on our new and improved Drive backend.
- Improvement: Better handling of WebDAV restarts.
- Improvement: The way WebDAV Drive resources are loaded internally has been simplified and improved.
- Improvement: Dependencies have been updated to their latest stable versions.
- Bug fix: Thumbnails now upload correctly even if the file extension has capital letters.
- Bug fix: WebDAV GET requests for non-existent files now correctly return a "404 Not Found" error.
- Bug fix: WebDAV PUT requests for resources with missing parent folders now correctly return a "409 Conflict" error.
Internxt CLI 1.5.3
Available through npm:
npm i -g @internxt/cli
What's New:
- Improvements:
- Improved error handling on WebDAV and CLI
- Fixed
read metadata failed: EOFWebDAV error - Fixed CLI commands output when using JSON formatting
Internxt CLI 1.5.2
Available through npm:
npm i -g @internxt/cli
What's New:
- New Features:
- The WebDAV server timeout can now be configured via the CLI
- Improvements:
- Files without an extension can now be moved successfully
- Added fixes to pass the litmus WebDAV test suite
- Fixed an issue where tokens were not being renewed due to a failure in the renewal process
- Dependencies have been updated to their latest stable versions, and deprecated packages have been removed
Internxt CLI 1.5.1
Available through npm:
npm i -g @internxt/cli
What's New:
- Improvements:
- File Upload has been fixed by updating inxt-js dependency to its latest version.