Skip to content

Commit 9ff1bb7

Browse files
authored
Update CHANGELOG.md
1 parent 01a470a commit 9ff1bb7

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

CHANGELOG.md

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

99
## [0.2.5] – 2025-06-18
1010

11-
### Changed
12-
- Windows: The elevation to Administrator privileges is now managed dynamically at runtime using the [`windows`](https://crates.io/crates/windows) crate, instead of relying on embedded manifest files.
13-
- The request for elevation now occurs **only when required**, after argument validation and outside help/version/test-only modes.
14-
15-
### Notes
16-
- This improves portability and avoids UAC prompts when not needed.
17-
18-
---
19-
## [0.2.0] - 2025-06-13
20-
2111
### ✨ Added
2212
- **Multilanguage support**: English and Italian (`--lang`)
2313
- **Progress bar**: `--graph` option to display progress visually
@@ -34,6 +24,13 @@ All notable changes to the `rbackup` project will be documented in this file.
3424
- Uses `clap`, `indicatif`, `rayon`, `walkdir`, `crossterm`
3525
- Embeds `translations.json` at compile time
3626

27+
### Changed
28+
- Windows: The elevation to Administrator privileges is now managed dynamically at runtime using the [`windows`](https://crates.io/crates/windows) crate, instead of relying on embedded manifest files.
29+
- The request for elevation now occurs **only when required**, after argument validation and outside help/version/test-only modes.
30+
31+
### Notes
32+
- This improves portability and avoids UAC prompts when not needed.
33+
3734
---
3835

3936
## [0.1.0] - 2025-06-10

0 commit comments

Comments
 (0)