Skip to content

Commit 1240bf3

Browse files
NeWbY100claude
andcommitted
chore(release): prepare v1.7.0
Multi-disc RAR reconstruction: each archive set (e.g. DVD1/DVD2) is brute-forced and CRC-verified independently with subfolder-preserving output, full per-volume verification, and seeded cross-set search. Bumps the ReScene.Lib pointer to its 1.7.0 commit so the workflow releases the library alongside the app. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 1a42945 commit 1240bf3

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.0] — 2026-06-28
6+
7+
### Added
8+
9+
- **Multi-disc reconstruction.** The RAR Reconstructor now rebuilds releases that contain more than one archive set (e.g. a game's `DVD1` and `DVD2`, or a movie's `CD1`/`CD2`). Each set is brute-forced and reconstructed independently — with its own input file(s), its own settings, and its own expected CRCs — and the rebuilt volumes are written under the release's original subfolders (`output\DVD1\…`, `output\DVD2\…`). When a later set was packed with the same settings as the first, those settings are tried first so it resolves almost immediately. The import shows a notice when a release has multiple sets, and the Brute Force Progress window gains a **Set** column.
10+
- **Every rebuilt volume is verified.** When recreating a whole release, the CRC of *every* produced volume is now checked against the release's `.sfv` (not just the first), so a match means the entire set is byte-exact.
11+
12+
### Fixed
13+
14+
- **Multi-disc releases reconstructed incorrectly.** Previously the whole release was packed as a single archive and only the first produced volume was verified, so additional discs — and the last volume of the first disc — came out with the wrong CRCs and were silently misnamed. The reconstructor now treats each disc as its own archive set and keeps searching settings until one reproduces the complete, fully-verified set.
15+
516
## [1.6.2] — 2026-06-28
617

718
### Changed

ReScene.Lib

0 commit comments

Comments
 (0)