Releases: eigeen/ree-pak-rs
Release list
v0.7.2
Full Changelog: v0.7.1...v0.7.2
Core
supports extra_data feature flag (RE9)
Thanks to: https://github.com/kagenocookie/RE-Engine-Lib @kagenocookie
CLI
v0.7.1
v0.7.0
v0.6.2
v0.2.4
Alert
此仓库未来将会作为库使用,应用将会在对应的子仓库发布。
在这里下载v0.3.0以后的版本:https://github.com/eigeen/ree-pak-gui/releases
This repository will be used as a library in the future, and applications will be released in the corresponding sub-repositories.
Download v0.3.0 later version here: https://github.com/eigeen/ree-pak-gui/releases
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_unknownandlist_fileCLI 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.