Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

32 lines (26 loc) · 1.61 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.7] - 2021-07-24

Changed

  • Process proc now use relative paths instead of absolute paths #3
  • Auto-select 64-bit ID if the current ID is detected as such (duh).
  • If it's the first time a Symlink is made and there is Backup, it will be moved f8b91dd

Fixed

  • 64-bit ID now works #1
  • Excl*List.txt are now replaced as long as they are different #2
  • Sometimes backups are not moved #4
  • Exclude PrtlUpd and some fixes fb65373
  • Relative path for H1Prtl and fixed DirectoryNotEmptyException 4404227

[0.1.0] - 2021-07-12

Added

  • Java 8 compatibility (goodbye .isBlank() hello .chars().allMatch(Character::isWhitespace)).
  • Auto-selection of the Injector##.exe based on the selected game.
  • Auto-creation of ayria_appid.txt with App ID based on the selected game (and button pressed).
  • JTextArea to show some information to the user.
  • Symbolic links to be able to use the Launcher in one place and run the 5 possible games.

Changed

  • The way to move files (moveFiles()) is now similar to the way H1PrtlUpd() does it.

Fixed

  • The "PLAY XXX" buttons will not attempt to repeat their action multiple times.