File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,32 @@ All notable changes will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.1.2] - 9/14/25
9
+
10
+ ### Added
11
+ - ` useAbsolutePositions ` property for stages
12
+ - ` camOther ` camera
13
+ - GF sing notetype
14
+ - Next section preview in chart editor (like in psych engine)
15
+
16
+ ### Changed
17
+ - Note shaders are now batched, leading to improved performance.
18
+ - Scrolling into an invalid section in the chart editor now sends you back to the start.
19
+
20
+ ### Fixed
21
+ - Sustains are now rendered correctly on downscroll.
22
+ - Antialiasing sometimes being applied, even when turned off in options.
23
+ - The game crashing when performing a ghost tap on a character group with ghost tapping disabled.
24
+ - Scale not saving in character editor
25
+ - Scale not saving in stage editor
26
+ - Scaled stage objects not having correct positioning.
27
+ - Group characters having invalid camera positioning.
28
+
29
+
30
+ ### Removed
31
+ - Chart editor horizontal scroll limit.
32
+
33
+
8
34
## [ 1.1.1] - 8/22/25
9
35
10
36
### Fixed
You can’t perform that action at this time.
0 commit comments