Skip to content

Commit 0015b0a

Browse files
committed
Release v0.4.0
1 parent 468b9f1 commit 0015b0a

4 files changed

Lines changed: 326 additions & 221 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/).
66

77

8+
## [0.4.0] - 2026-03-09
9+
10+
### Added
11+
12+
- Windows v20 App-Bound Encryption support (Chrome/Edge 127+) via SYSTEM impersonation and double-DPAPI decryption
13+
- Automatic UAC self-elevation when v20-encrypted cookies are detected (no manual "Run as Administrator" needed)
14+
- Windows Restart Manager integration to release file locks held by Chrome/Edge on the cookie database
15+
16+
### Changed
17+
18+
- Cookie databases are now opened read-only instead of being copied to a temp file
19+
- Removed `tempfile` dependency
20+
21+
### Fixed
22+
23+
- Windows path separator issues causing cookie database lookups to fail
24+
- Right-click context menu white-on-white text on Windows (now uses explicit dark background)
25+
26+
827
## [0.3.1] - 2026-03-09
928

1029
### Added

0 commit comments

Comments
 (0)