Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Latest commit

 

History

History
67 lines (42 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

67 lines (42 loc) · 1.43 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.

[2.4.1] - 2023-02-19

Fixed

  • Fix internal versioning

[2.4.0] - 2023-02-19

Added

  • Add new feature get hex value of the specified address

Changed

  • Improved user interface

[2.3.0] - 2023-02-19

Added

  • Add new feature to patch all values at once
  • Add new feature to restore all values at once
  • Add new feature to patch all values at once
  • New feature Patcher.patch to apply a patch without adding it to the patcher instance
  • New feature patchOnStart in value config to automatically apply the patch when Patcher:run() is called
  • Patcher config now accepts menuBuilder as function to build custom menu items in UI (see in example here)

[2.2.0] - 2023-02-19

Added

  • New Class member Patcher.getVersions()
  • New Class member Patcher.require()

Fixed

  • Minor fixes and improvements in code

[2.1.0] - 2023-02-18

Added

  • New feature showUiButton in config
  • Minor fixes and improvements in code

[2.0.0] - 2023-02-18

Initial release