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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
## Unreleased
4
4
5
+
## [0.3.12] - 2026-09-21
6
+
7
+
- Include the verified bundled rclone version in ResoDrive's storage User-Agent so administrators can distinguish the client and storage engine versions.
8
+
- Use the same client identity for mounts, sync jobs, setup checks and Nextcloud remote-wipe requests.
9
+
5
10
## [0.3.11] - 2026-09-21
6
11
7
12
- Enable remote wipe for existing Nextcloud app-password connections after updating, without asking users to reconnect.
@@ -110,6 +115,7 @@ First public preview of ResoDrive.
110
115
- Install through a small setup bundle that downloads the .NET Desktop Runtime
ResoDrive 0.3.11 adds remote wipe to existing Nextcloud app-password connections after updating. Users do not need to sign in again or re-add their drives.
1
+
ResoDrive 0.3.12 reports the bundled rclone version alongside the ResoDrive and Windows versions in storage requests. Nextcloud administrators can now see which storage engine a connected ResoDrive client is using without installing a separate reporting service.
2
2
3
-
- Reuses the URL, username and app password already saved in ResoDrive.
4
-
- Checks for a pending wipe before automatic drives start.
5
-
- Shows whether remote wipe is configured or needs attention beside each drive.
3
+
The same client identity is used by mounted drives, sync jobs, setup checks and remote-wipe traffic. ResoDrive reads the version from its verified private rclone installation once when the host starts; it does not run another version check for every request.
6
4
7
-
This replaces the 0.3.10 downloads, which did not automatically include older connections.
8
-
9
-
Nextcloud must explicitly request a wipe. It removes local ResoDrive accounts, cache and managed download folders; external folders, upload originals and server files are left alone. ResoDrive must be running and able to reach Nextcloud. This is not a whole-PC reset.
10
-
11
-
See the [remote-wipe guide](https://github.com/alphasixtyfive/ResoDrive/blob/v0.3.11/docs/REMOTE-WIPE.md) for setup, scope and the live-server acceptance steps to complete before relying on it.
12
-
13
-
Known limitation: the full desktop update from the previous public version, including cancellation and blocked shutdown, still needs checking on a disposable desktop.
5
+
No hostname, account name, device identifier, file path or software inventory is added. Servers only see the header when the client makes an authenticated storage or wipe request.
0 commit comments