You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
7
-
## [Unreleased]
7
+
## [0.3.1] - 2026-07-26
8
8
9
9
### Added
10
10
-**Nautilus Sidebar Drives & Remotes Customization**: Added the ability to reorder and hide/show local disks and cloud remotes in the Nautilus sidebar via a dedicated sidebar configuration modal. #233
11
-
-**New Russian Translations**: Added support for Russian language and translations. Thanks to @korsun009!
11
+
-**Nautilus Context Menu System Clipboard Integration**: Added support for pasting OS system clipboard file paths and URIs directly from the right-click context menu, with automatic paste button visibility based on clipboard contents.
12
+
-**New Russian Translations**: Added support for Russian language and translations. Thanks to @korsun009! PR #266
13
+
-**New Brazilian Portuguese Translations**: Added support for Brazilian Portuguese language and translations. Thanks to @eduardomozart! PR #269
14
+
-**New Japanese Translations**: Added support for Japanese language and translations. Thanks to @fuannanyo! PR #270
12
15
-**Nautilus File Viewer Open in System Default Viewer**: Added the ability to open files in the system default viewer. First download if its remote file.
13
16
14
17
### Changed
@@ -17,6 +20,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
17
20
-**Universal Interactive Remote Configuration**: Enhanced `interactive-config-step` and the remote creation orchestrator to generically support all rclone interactive configuration steps across any remote type (OneDrive, Google Drive, SFTP, Box, S3, Crypt, Mega, etc.). #243
18
21
- UI improvements. #251#252#253
19
22
-**Remote Disk Usage Loader Optimization**: Optimized remote disk usage checking by eliminating redundant pre-flight `getFeatures()` RPC requests. Disk usage (`rclone about`) is now requested directly, dynamically mapping unsupported responses (such as `"doesn't support about"`) directly to the unsupported state in the UI. #259
23
+
-**Uploaded files preserve the dates**: When uploading files to remote storages, the original file modification dates are now preserved. Only for local Rclone instances. #268
24
+
-**Rclone Providers**: Remove the uptobox translation.
20
25
21
26
### Fixed
22
27
-**Remote Connection Payload Unmarshaling with Runtime Overrides**: Fixed an issue where operations (Mount, Sync, Copy, Serve, etc.) using boolean or numeric runtime remote overrides (e.g., `onedrive.av_override: true`) failed with a Go unmarshal error (`key "fs": Reshape failed to Unmarshal: json: cannot unmarshal bool into Go value of type string`). Boolean and numeric values in the `fs` connection payload are now automatically stringified before being sent to rclone. #265
Copy file name to clipboardExpand all lines: resources/i18n/es-ES/rclone-providers.json
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -3570,24 +3570,6 @@
3570
3570
"help": "Lista de servidores ascendentes separados por espacio.\n\nPuede ser 'upstreama:test/dir upstreamb:', '\"upstreama:test/space:ro dir\" upstreamb:', etc.."
3571
3571
}
3572
3572
},
3573
-
"uptobox": {
3574
-
"access_token": {
3575
-
"title": "Token de acceso",
3576
-
"help": "Tu token de acceso.\n\nConsíguelo en https://uptobox.com/my_account."
3577
-
},
3578
-
"description": {
3579
-
"title": "Descripción",
3580
-
"help": "Descripción del control remoto."
3581
-
},
3582
-
"encoding": {
3583
-
"title": "Codificación",
3584
-
"help": "La codificación del servidor.\n\nVer [sección de codificación en ayuda] para mas informacion."
3585
-
},
3586
-
"private": {
3587
-
"title": "Privado",
3588
-
"help": "Configurar para que los archivos subidos sean privados"
0 commit comments