Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

38 lines (34 loc) · 2.31 KB

Version 2.0.0

Additions/Changes

  • Overhual the main GUI with a new redesign, cuz it looks cool. (inspired by OreUI from Minecraft)
  • Overhual the main source-code of the mod for organization and an ability to soft-code new skin states.
    • Loads separated chunks of object sprites for skins when switching pages.
  • Additions/Changes on the NoteSkin Selector State.
    • Added a functional slider for switching skin pages.
      • It automatically snaps to its nearest page index.
      • It also automatically disables itself if there's only currently 1 page index.
    • Added a functional search bar for fining & selecting skins.
      • Automatically selects the searched skin.
    • Increase the skin grid selections from 3x4 to 4x4, cuz it's better.
  • Organized file locations.
    • Added an api folder to group: classes, libraries, and modules for convenient sake.

Note

The Noteskin Debug State is temporarily removed becuase. I wanna rush it out becuase it has been 4 months without an update, so cut me some slack. This will be re-added back in the version 2.5.0.

Version 1.5.0

Additions/Changes

  • Additions/Changes on the NoteSkin Debug State.
    • Added an ability to erase all data offset files for clearing stuff, just pressed SHIFT + B.
    • Added a delay when saving and deleting data offset files.
    • Added an easter egg. (You will never find this)
  • Added support for animated noteskins for note preview animations.
  • The "Enable Double-Tapping Safe" setting will now work for when pressing SHIFT key.
  • Remove any external scripts for better performace and to avoid conflicts with other scripts.
  • Organized the files inside the modules folder, for coders like me.

Bug Fixes

  • Fixed a bug, when deleting a noteskin file in-game, it will crash the moment the countdown finished.
  • Fixed a bug on the note preview animations, when holding the LEFT-BRACKET key then changing the type of animation, it will display the last note animation that was playing.
  • Fixed a bug on the NoteSkin Debug State.
    • When attempting to move the idle note offset animations, it will actually move it.
    • When saving the offset positions, the positions will swap confirm and pressed positions, causing bugs.

Version 1.0.0

  • Initial Release