8000 Releases · eigeen/ree-pak-rs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: eigeen/ree-pak-rs

v0.2.4

05 Mar 08:44
ce84ffa
Compare
Choose a tag to compare

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

04 Mar 10:18
344a513
Compare
Choose a tag to compare

What's Changed

New Contributors

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

11 Feb 08:05
bb7fe6b
Compare
Choose a tag to compare

Support ZSTD compressed file name list files.

v0.2.1

05 Feb 11:17
cbb5a39
Compare
Choose a tag to compare

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.

v0.2.0

23 Jan 15:00
acdc151
Compare
Choose a tag to compare

Supports decryption of independently encrypted resources.

GUI edition: update to tauri 2.0

0