Skip to content

Releases: Shiryou/brut

nightly

nightly Pre-release
Pre-release

Choose a tag to compare

@Shiryou Shiryou released this 06 Sep 00:07

A build of the most recent compilable commit to the repository. Use at your own risk.

📦 Release v0.1.1

Choose a tag to compare

@Shiryou Shiryou released this 30 Aug 02:35

Added

  • GUI: Allow closing files to release them
  • Logging
  • GUI: Add File menu entry to create new resource files
  • GUI: Add an audio preview button for WAV files

Changed

  • GUI: Only show rotation warning for rotated files
  • GUI: Move the Most Recently Used file list to a more logical place
  • GUI: Make file sizes human readable
  • Update dependencies
  • Test: Add tests for LZSS decompression and PCX to bitmap conversion

Fixed

  • Support opening read-only files
  • Fix 'Extract all' bug resulting in 0 byte files
  • Lib: Properly run-length encode during PCX restoration
  • GUI: Fix MRU overflow issue

📦 Release v0.1.0

Choose a tag to compare

@Shiryou Shiryou released this 30 Oct 00:35

Added

  • CLI and C# library consistent with RESUTIL.EXE, but missing file compression and respfile support.
  • GUI supporting all CLI/Lib features, and adding some file preview support.
  • Descriptive README, valid LICENSE, and this CHANGELOG.