Skip to content

Commit

Permalink
updated changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pundang committed Jul 9, 2024
1 parent f22a160 commit 7390fbd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v1.2.0

- Added `Randomize on editor exit` setting.
- Added `Notification time` setting.
- Added `Use custom songs path` setting.
- Added `SongManager.hpp`
- Added custom songs support.
- Added `stoi` to `Utils` (prolly it crashed because of Autonong)
- Added a button to add custom songs (present in the settings tab)
- Added a button for randomizing the song manually.
- Most of the functions related to the `m_songs` vector are now in `SongManager`
- Fixed crash when there are no songs (original menuLoop plays instead)
- Fixed crash caused by switching the songs location.
- Modified `PlayingCard` to fit the new system.
- Now the song randomizes every time you change `Use custom songs path`

# v1.1.0

- Fixed crash when opening the game (missing textures crash)
Expand Down

0 comments on commit 7390fbd

Please sign in to comment.