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.