Skip to content

Commit 96bc171

Browse files
committed
Update changelog for 0.67
1 parent 655ea08 commit 96bc171

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.changelog/Release_0-67.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Windows x64, Windows i386, and Mac installer release.
1616
- Login/Logout hotkey set to Ctrl+L - [cdbc3e4](../../../commit/cdbc3e400bcabad0582ebf556fddb8497eb13331)
1717
- Lua-accessible way to set Practice Mode - [090b236](../../../commit/090b236cc765c772db6de2facc2c1581c6a10ccb) [d71d937](../../../commit/d71d93752c61da83f9012c2202a8b8bc0d65b530)
1818
- Lua-accessible way to recalculate Player Rating - [fe7f462](../../../commit/fe7f462d676d1279443800ecba382d097cb8259d)
19+
- Lua-accessible way to check Player Options for Replay breaking mods - [d80a510](../../../commit/d80a510e62da097a44217b38f6b21a575a67ae7d)
1920
- LuaJIT profiler added to fallback scripts - [4e6f2fc](../../../commit/4e6f2fc03a6debf223d0cce465719cc3fe21e0e0)
2021
- NoteDataUtil has access to just setting up part of the NoteData - [373e034](../../../commit/373e034cf258d2db4a5c1e29e0464f889346180b) [565e0a9](../../../commit/565e0a9d34e860ed6f72feac2c30ebb65393270c)
2122
- Offset Plot in Evaluation can be hovered to show the Judgments and WifePercent - [2f47527](../../../commit/2f47527eaeb20a1daff57df6f7d8089fe4c2f666) [92eb552](../../../commit/92eb552eaef4c8482fca856f5bf95c4d5645967c) [1a32edd](../../../commit/1a32edded148a402d366136be37ae144695905ea) [aae918c](../../../commit/aae918cbf8eb5bfd3fe2d6dd7af895ac98779c6d) [6842407](../../../commit/6842407a0e22e46944d5c9f329a25053f5157db2)
@@ -27,6 +28,7 @@ Windows x64, Windows i386, and Mac installer release.
2728
- Practice Mode has a Loop Region in addition to the Bookmark - [418fea6](../../../commit/418fea65646a4f440d319555f8dad2f64ed5f0eb) [e0d022f](../../../commit/e0d022f1a6b99e1a7d903418365a05ef5f62cf40) [f4153d1](../../../commit/f4153d1fb2717a3eb8a4e2453e940c41b36b51ac)
2829
- Practice Mode lets you reload the song from Gameplay using the same binding as usual - [aedd490](../../../commit/aedd490ab24d6e198e130e91571660e0ee164bc8) [bb978df](../../../commit/bb978df9f30a5b9c0d192a98ca708aee2a9eb031) [a3632ba](../../../commit/a3632ba437b2196c4e6dae18dc72023a1320415f)
2930
- ScreenGameplayReplay and ScreenGameplayPractice are their own Screen - [0375254](../../../commit/0375254ebf81964b65a2b37cb76049b2e550d4f0) [f0f71b0](../../../commit/f0f71b0055d38ca7f0011d0e57d98a3f460962d4) [b51df95](../../../commit/b51df953f7b68c0ba2364b09dc465ed7c4ba2395) [ac19b96](../../../commit/ac19b961f9069daf27f14d17b49b23ff83684907) [66792d3](../../../commit/66792d33efb56bd90b5b1617a8bcc9945f3ab42b) [0952d74](../../../commit/0952d74b8049ba71cbfd9fd4b554f60b665a1531)
31+
- Song Search supports "subtitle=" in addition to Title, Author, and Artist - [f4d200a](../../../commit/f4d200a2f77dae159ee63ac26edf4bdbb4d3e940)
3032
- StageStats tracks whether or not they were created by the Player or a Replay - [86a4947](../../../commit/86a49470c9bd0a293f5b21c2d55018caf49d74ea)
3133
- RageSounds keep track of the paused state - [3fd8f50](../../../commit/3fd8f502db3fe7e1d927120cab9e3a04d8315740) [6539851](../../../commit/65398514af02918360b3bb786fc581a4ea3aa05b)
3234
- ReplaySnapshots added to PlayerAI, to provide a "Snapshot" of the Replay at any given noterow - [11b81cf](../../../commit/11b81cfcb1d0a04748d7409b2b486d475873fd47) [23f1e08](../../../commit/23f1e0822eba1ce62db78ccf47d934d25be3cafa) [7abdc4e](../../../commit/7abdc4e9547ddbf7c899e332d6521c2c91ba2118) [f3cdf3d](../../../commit/f3cdf3dc447580e5e9ce7d3cfa762067b8fac943) [3accece](../../../commit/3accece749e900af02f3388ab42a9f6138cb7fd8) [4cc4d07](../../../commit/4cc4d0797d85764a2abfaff68f2aa949cc67bada) [d7d8248](../../../commit/d7d8248d927fc586b4accdcbcc023029d387487f) [a4b9e0d](../../../commit/a4b9e0de4da0685a560844f0914ce2083fb0e5ac) [b1afbaf](../../../commit/b1afbafd7aa4cafac08b63e333201e9aca9dd82d) [075b994](../../../commit/075b9944a5b11d741d305c44707e9ada84e3e60a) [0310b38](../../../commit/0310b38665ae5802a39bbb06e2488ca447b92c2b)
@@ -37,13 +39,15 @@ Windows x64, Windows i386, and Mac installer release.
3739
- Buttons to change song BPM (F9, F10) require Ctrl to be pressed - [1d8fcc2](../../../commit/1d8fcc280b8cbe18df8c71b8241669e55bf6c095)
3840
- Chart Leaderboards wait to load until the MusicWheel settles (Music Preview attempts to load) - [d4cc865](../../../commit/d4cc8659ee333758424751ce95dc9f60ca854618)
3941
- Chart Preview Music doesn't need a fallback setup - [6f84167](../../../commit/6f84167d8f9b3d910e0b6977d2b41d092560180e)
42+
- Chart Preview NoteField hides when changing music - [261edcf](../../../commit/261edcff5915fb3dad4d05e1f8e0bb0fc106b4bd)
4043
- Checking a PlayerOptions for any Transform skips ones that don't invalidate a score - [11ee317](../../../commit/11ee3178121f66256a4222eb6cb9dcf7762d9080) [93fad2e](../../../commit/93fad2eab2671ccb749efdd3439c64e2366e3409)
4144
- Combo Graph Generation Logging is hidden behind the Verbose Logging Preference - [aad1817](../../commit/aad18170427ef1999fdc18772056ec0c02453a18)
4245
- Differential Reload will show Transliterated names when using that option - [2b5d377](../../../commit/2b5d377ddfd935d725e7dc473072fd2ebfa0fc8a)
4346
- Downloaded Replays are identified with the Online_ prefix on their keys - [0781f2f](../../../commit/0781f2f878aff302a5b1f48cb90eb3027ada465e)
4447
- Evaluation will indicate that the score on screen is a Replay - [7529489](../../../commit/75294892b15c5acee726cc5f47ecdbc1d0299b18)
4548
- Gameplay's PlayerInfo vector is now just an attribute - [0fd192d](../../../commit/0fd192d0c147284d2ef9711646152053479bb853)
4649
- Gameplay Restart stuff got moved internally from Gamemanager to Gamestate - [e8cd51c](../../../commit/e8cd51c1a5ba08c33f3b4815a5ce2595dd288fc3) [149cf04](../../../commit/149cf04a78842e56ef2f2980cce966d6c33bad80)
50+
- Gameplay Restart button can be pressed in Multiplayer now - [cabf0cd](../../../commit/cabf0cdcb8c633ca096cd27bfce576d36e25495a) [a4e40bc](../../../commit/a4e40bca47cf8c6779656964b1f8a05c5284654a)
4751
- GameplaySyncMachine should use the mods of the first profile - [9305595](../../../commit/930559503a410a5862c64b654565451a11c5cc50)
4852
- JudgedRows moved to the Player header instead of cpp - [78e8b4f](../../../commit/78e8b4fddac5ec85aa903aec99a9e948db0871d8)
4953
- Jumping to the Practice Bookmark/Loop unpauses the music - [642312f](../../../commit/642312f3bc07f45913cd47ce8c5c77e9b498c388)
@@ -100,6 +104,7 @@ Windows x64, Windows i386, and Mac installer release.
100104
- Chart Preview sometimes restarted when changing tabs and doing other stuff - [44a4999](../../../commit/44a4999facc71135bd05c0d8af1507fd3255ba77) [66a54ea](../../../commit/66a54ea3a63239eafd70d87d2a2fd3140b45d8cf)
101105
- Chord Density Graphs were not synced for files that end in a hold - [7bc619f](../../../commit/7bc619f2a9112691b12df0513bf483bcf8de84dd)
102106
- Crash logs stopped showing the Build information at some point due to a CMake change - [14acf71](../../../commit/14acf7178b558f90c88d60bda1c41a9c3fc7d23d) [a9794ff](../../../commit/a9794ffd54c37cd2cad0ac1614748074131276cf)
107+
- Crashed if logged in to Multiplayer while not actually being in Multiplayer on some systems - [655ea08](../../../commit/655ea086cf18cc565fdedae17f7351fa930b573b)
103108
- Crashed rarely on multithreaded startup in a specific case where a profile has at least 1 score for each difficulty on a song that has multiple difficulties - [c988456](../../../commit/c988456cf0fe010c0e1b113a7ea74c0cb5ace93c)
104109
- Customize Gameplay movement caused very heavy I/O usage - [852cd31](../../../commit/852cd31d4d0495cd867be17b0b75f3b2faf9463c)
105110
- Custom Windows caused a rare Lua error in Offset Plots - [d75dd20](../../../commit/d75dd20d14812dc4755a5cfd992ec6cdbc73a634)
@@ -128,6 +133,7 @@ Windows x64, Windows i386, and Mac installer release.
128133
- Replays missed negative noterows - [5820aa7](../../../commit/5820aa7c7167d0c434b750289f4c2fca9f1bb37a)
129134
- Replay Scrolling using the Progress Bar Slider was not accurate - [d7e77d3](../../../commit/d7e77d33e3d78707e2a01984a590b72ad5c416d1)
130135
- Right clicking to pause the music on ScreenSelectMusic conflicted with Profile and Score tab functionality. It is now impossible to pause on these tabs. - [979e95d](../../../commit/979e95dcac18b4b469769e8d67391edc3293d026)
136+
- Searching for Songs using certain orders of result-returning and empty result-returning searches and deleting the searches caused some weird behavior - [f1aa6c0](../../../commit/f1aa6c0ac7a990eba5f36af2c5705b58021e1bb8)
131137
- Seeking in variable bitrate MP3s caused incorrect position reporting - [c7bc664](../../../commit/c7bc66466389b01d78d6ebc143c1dd4f1fbc7589) [2453611](../../../commit/24536112cd5cabc3732e3b3a8bc2982ea8d8bfe8) [7f6148d](../../../commit/7f6148d5a93ea181bfa8de42f6cdef3e869c992d) [46ee353](../../../commit/46ee353f3881652734f1b5f37c4aab7039a24f55) [2422ec7](../../../commit/2422ec7c126a83b79cccee60a3002a544016befe) [e7ad42e](../../../commit/e7ad42e6f1dcc507a6289a27c76fdf73860c4c66) [b8ae11a](../../../commit/b8ae11adea3021a3d678ad8dc4d70a681f504da0) [0a60b59](../../../commit/0a60b59029510b877eab273af30ad0054c6c31c7)
132138
- Sometimes Gameplay sent a TNS_None, throwing a Lua error from the Error Bar - [bdca4ea](../../../commit/bdca4ea3b3ca90532ccb1ac43c2b2f7f160f3b86)
133139
- Style changes with Chart Preview on caused the CDTitle & Difficulties to drift on non 16:9 aspect ratios - [4e83933](../../../commit/4e839336cecf1474b9421093398b421998fddaa1)

0 commit comments

Comments
 (0)