File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ All notable changes to ReScene.NET are documented here.
44Releases follow [ SemVer] ( https://semver.org/ ) and this file follows
55[ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
66
7+ ## [ 1.2.3] — 2026-05-08
8+
9+ ### Added
10+
11+ - Compare tab now overlays a translucent red highlight on bytes that
12+ differ between the left and right files inside the currently
13+ selected block. The diff is computed asynchronously in 64 KB
14+ chunks with progressive UI updates and is cancelled when the
15+ selection changes; trailing bytes on the longer side are marked
16+ when block lengths differ. Status text shows a `Computing byte
17+ diff… NN%` progress indicator while the scan runs.
18+ - RAR Reconstructor tab gains Import / Export Config commands that
19+ persist all user-editable fields and switches as JSON via the new
20+ ` ReconstructorConfig ` snapshot type.
21+ - Brute-Force Progress window gets an Auto-scroll toggle that keeps
22+ the version grid pinned to the latest entry as runs complete.
23+
724## [ 1.2.2] — 2026-05-07
825
926### Fixed
@@ -57,4 +74,5 @@ Releases follow [SemVer](https://semver.org/) and this file follows
5774- ` RarStream ` 's previously-private volume-naming helper extracted to
5875 ` RARVolumeNaming ` and shared with ` RARArchive ` .
5976
77+ [ 1.2.3 ] : https://github.com/NeWbY100/ReScene.NET/releases/tag/v1.2.3
6078[ 1.2.2 ] : https://github.com/NeWbY100/ReScene.NET/releases/tag/v1.2.2
You can’t perform that action at this time.
0 commit comments