Skip to content

Commit 040c4f5

Browse files
NeWbY100claude
andcommitted
chore(release): prepare v1.7.1
Compare/Inspector diagnostics: show all header flags (set + unset), surface the End-of-Archive reserved space, and run the Compare load+compare off the UI thread with a busy overlay. Bumps the ReScene.Lib pointer to its 1.7.1 commit so the workflow releases the library alongside the app. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent e4309a4 commit 040c4f5

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to ReScene.NET are documented here. Releases follow [SemVer](https://semver.org/) and this file follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
44

5+
## [1.7.1] — 2026-06-29
6+
7+
### Added
8+
9+
- **All archive flags are shown.** The Inspector and Compare tabs now list every header flag — set *and* unset (e.g. VOLUME / SOLID / FIRST_VOLUME), each marked with its meaning or "Not set". In Compare this means the differing flag is highlighted directly, instead of you having to notice a row that's simply missing on one side.
10+
- **End-of-Archive reserved space is shown.** The reserved bytes some archives keep at the end of the terminator (the REV_SPACE region) appear as a "Reserved Space" field, so a 20-byte terminator is no longer indistinguishable from a 13-byte one.
11+
- **Responsive Compare with a busy indicator.** Loading and comparing two files now runs in the background with a "Comparing files…" overlay, so the window no longer freezes; Browse/Swap/Close are disabled while a comparison is in progress.
12+
513
## [1.7.0] — 2026-06-28
614

715
### Added

0 commit comments

Comments
 (0)