Skip to content

Commit b62a808

Browse files
NeWbY100claude
andcommitted
docs: add CHANGELOG entry for v1.2.3
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent bc17bcf commit b62a808

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to ReScene.NET are documented here.
44
Releases 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

0 commit comments

Comments
 (0)