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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,22 @@ All notable changes to the `rbackup` project will be documented in this file.
6
6
7
7
---
8
8
9
+
## [0.2.8] – 2025-07-23
10
+
11
+
### ✅ Fixed
12
+
13
+
-**Fixes Issue #1**: ["This program must be run as administrator"](https://github.com/umpire274/rBackup/issues/1) – now the application runs on **Windows** without requiring elevated privileges.
14
+
-**Code cleanup**: removed Windows-specific elevation code (`elevator.rs` was removed).
15
+
-**CI fixes**: corrected GitHub Actions workflow for all platforms.
16
+
-**Macro derive fix**: added missing `use clap::Parser;` and corrected all `#[arg(...)]` and `#[command(...)]` attributes.
17
+
18
+
### Notes
19
+
20
+
- No functional changes for macOS and Linux users.
21
+
- Verified correct CLI behavior with combined `--graph`, `--log`, and `--timestamp` options.
0 commit comments