Releases: DarkEnergyProcessor/HonokaMiku
HonokaMiku v5.0.1
Fixed -e
flag broken (API not affected)
HonokaMiku v5.0.0 "Pi Day"
HonokaMiku v5.0.0 beta-2
Command-line system has been changed!
Some incompatibilities with previous command-line options:
-
There are no more double dash option (
--
). All command-line options now single dashed (-
). Example: from--basename
to-basename
and from--cross-encrypt
to-cross-encrypt
. -
Game options now defaults to V3 decryption/encryption if none is specificed. Example:
-sif-ww
or-w
will default to version 3 algorithm. However-sif-jp-v4
or-j4
will force it to version 4 (if supported by the game) -
Command-line options that requires parameter must be separated with space now. Example:
-ba.txt
is invalid, while-b a.txt
is valid.
Now changelog:
-
Complete API rewrite. No documentation atm
-
JP V4 encryption is now supported. Use
-sif-jp-v4
or-j4
with encrypt options to enable it.
HonokaMiku v5.0.0 beta-1
Support JP4 decryption. Encryption still not supported.
I only distribute Windows x64 binaries.
HonokaMiku v4.2.1 "All LL!SIF Support"
Added TW version 3 encryption/decryption
HonokaMiku v4.1
Added CN version 3 decrypt/encrypt support
HonokaMiku v4.0.1
- Fixed SIF EN version 3 encrypt
- Changed some command-line option.
HonokaMiku v4.0
Added support for SIF EN version 3 encryption/decryption
HonokaMiku v3.0
Added support for SIF Version 1 encrypted file types.
HonokaMiku v2.4.0
- Smaller executable, lol.
- Now supports reading from file which does not support seeking like stdin. Also setting stdin and stdout to binary mode in Windows.
I did not have time to build the Linux and Android executable because I want to rewrite Itsudemo and add more compression support.