Releases: eigeen/ree-pak-rs
v0.2.4
Full Changelog: v0.2.3...v0.2.4
Core
Store unknown attributes in entry.
Support a new feature flag 0x10 (1 << 4), which tagged that there has a new u32 value between TOC and encryption key. The new feature appears in MHWilds hi-res DLC paks. (Thanks to @gibbed)
Add PakWriter
to support re-package paks.
CLI
Features
pack
command: package a pak file. Now it is a basic implemention, no customize options. The default param is: Ver4.0, no entry encryption, no resource encryption and compression, no checksums.
Fixes
Bad default --filter
argument.
v0.2.3
What's Changed
- Add
skip_unknown
andlist_file
CLI args. by @Synthlight in #1
New Contributors
- @Synthlight made their first contribution in #1
Full Changelog: v0.2.2...v0.2.3
Feature
CLI
Argument --project
supports both .list
file path and project name. ( by @Synthlight )
New command dump-info
for ree-pak-cli, can export a json format report of pak header and entry data.
New cli argument --filter
or -f
to specify one or multiple filters for filtering file paths, which use Regex pattern.
Fix
Fixed some bugs in GUI. The progress bar / log view / re-package functions are in progress.
v0.2.2
v0.2.1
Full Changelog: v0.2.0...v0.2.1
fix: crashes when file size < 8 bytes (caused by ExtensionReader).
feature: more detailed io error in EntryReader.
GUI: show message box when paniked.