Skip to content

Commit 92f6e9f

Browse files
NeWbY100claude
andcommitted
chore(release): prepare v1.5.0
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent f65737a commit 92f6e9f

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.5.0] — 2026-06-20
6+
7+
### Added
8+
9+
- **View embedded images.** Proof and cover images stored inside an SRR (JPG, PNG, GIF, BMP) open in a resizable preview window — via a "View Image" button in the Inspector's Properties header (or double-clicking the stored file), and a "Preview…" button in the Edit-an-SRR wizard.
10+
- **Inspector Text view.** The Inspector's bottom panel now has Hex and Text tabs; the Text tab decodes the selected block as text with a selectable encoding (UTF-8, UTF-16 LE, UTF-16 BE, ASCII, Windows-1252, ISO-8859-1, and CP437 for DOS/NFO art) and an optional word-wrap, shown up to a 1 MB cap.
11+
12+
### Fixed
13+
14+
- Exporting a stored file from the Inspector now writes just the file's contents, not the surrounding SRR block header — so an exported `.srs`, `.nfo`, or proof image opens correctly in its own application.
15+
- Files that fail to open in the Inspector now show an error dialog explaining why, instead of only a status-bar note that is easy to miss.
16+
17+
### Changed
18+
19+
- Bundled `ReScene.Lib` updated in lockstep — it adds the in-memory stored-file read (`SRRFile.ReadStoredFile`) that backs the new image preview and text view.
20+
521
## [1.4.0] — 2026-06-18
622

723
### Added

ReScene.Lib

0 commit comments

Comments
 (0)