Skip to content

Commit 3c4c2d3

Browse files
authored
Update CHANGELOG.md
new notes for v0.2.8
1 parent de12126 commit 3c4c2d3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ All notable changes to the `rbackup` project will be documented in this file.
66

77
---
88

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.
22+
23+
---
24+
925
## [0.2.7] – 2025-06-26
1026

1127
### ✨ Changed

0 commit comments

Comments
 (0)