Skip to content

Releases: DarkEnergyProcessor/HonokaMiku

HonokaMiku v5.0.1

24 Mar 07:35
Compare
Choose a tag to compare

Fixed -e flag broken (API not affected)

HonokaMiku v5.0.0 "Pi Day"

14 Mar 10:39
Compare
Choose a tag to compare

Finally no longer a beta release.

Please see this and this for more information.

HonokaMiku v5.0.0 beta-2

11 Mar 06:06
Compare
Choose a tag to compare
Pre-release

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

04 Mar 07:15
Compare
Choose a tag to compare
Pre-release

Support JP4 decryption. Encryption still not supported.

I only distribute Windows x64 binaries.

HonokaMiku v4.2.1 "All LL!SIF Support"

19 Nov 04:50
Compare
Choose a tag to compare

Added TW version 3 encryption/decryption

HonokaMiku v4.1

14 Nov 09:33
Compare
Choose a tag to compare

Added CN version 3 decrypt/encrypt support

HonokaMiku v4.0.1

05 Oct 13:19
Compare
Choose a tag to compare
  • Fixed SIF EN version 3 encrypt
  • Changed some command-line option.

HonokaMiku v4.0

29 Sep 10:36
Compare
Choose a tag to compare

Added support for SIF EN version 3 encryption/decryption

HonokaMiku v3.0

27 Aug 11:58
Compare
Choose a tag to compare

Added support for SIF Version 1 encrypted file types.

HonokaMiku v2.4.0

15 May 03:07
Compare
Choose a tag to compare
  • 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.