From 76e443c08471ab2e691c01f5cd05370a43ccd59c Mon Sep 17 00:00:00 2001 From: "Rian (Reza Mouna Hendrian)" <52914632+Rian8337@users.noreply.github.com> Date: Sat, 23 Nov 2024 23:10:53 +0800 Subject: [PATCH] Update changelog --- assets/app/changelog.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/app/changelog.md b/assets/app/changelog.md index fcf5009e3..c66aeebe2 100644 --- a/assets/app/changelog.md +++ b/assets/app/changelog.md @@ -1,3 +1,23 @@ +Version 1.8 Patch 3 +=================== + +# Additions + +- Added support for `skin.ini`'s `CursorTrailRotate` setting in `skin.json` + - To use in `skin.json`, add the following entry: + ```json + { + "Cursor": { + "rotateCursorTrail": true + } + } + ``` + +# Bug Fixes + +- Fixed fail animation still playing when the Perfect mod is enabled +- Fixed a potential case where hitsounds may not be stopping until the game is restarted + Version 1.8 Patch 2 ===================