mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-22 23:57:50 -05:00
Start work on 0.3.2
This commit is contained in:
parent
e4ac63033b
commit
057799c3a2
1 changed files with 11 additions and 8 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -4,8 +4,18 @@ All notable changes will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [0.3.1]
|
## [0.3.2] - 2024-05-??
|
||||||
|
### Changed
|
||||||
|
- Songs in the mod folders will display in Freeplay without any extra scripting.
|
||||||
|
- Story levels in the mod folders will display in Story without any extra scripting.
|
||||||
|
|
||||||
|
## [0.3.1] - 2024-05-01
|
||||||
|
### Changed
|
||||||
|
- Ensure the Git commit hash always displays in the log files.
|
||||||
|
- Added whether the local Git repo was modified to the log files.
|
||||||
|
- Removed "PROTOTYPE" text on release builds only (it still shows on debug builds).
|
||||||
|
- Added additional credits and special thanks.
|
||||||
|
- Updated peepo in creds to peepo173
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix a crash when retrieving system specs while handing a crash.
|
- Fix a crash when retrieving system specs while handing a crash.
|
||||||
- Fix a crash triggered when pausing before the song started.
|
- Fix a crash triggered when pausing before the song started.
|
||||||
|
@ -15,13 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- When exiting from a song into freeplay, main menu no longer takes inputs unintentionally (aka issues with merch links opening up when selecting songs)
|
- When exiting from a song into freeplay, main menu no longer takes inputs unintentionally (aka issues with merch links opening up when selecting songs)
|
||||||
- Fix for arrow keys causing web browser page scroll
|
- Fix for arrow keys causing web browser page scroll
|
||||||
|
|
||||||
### Changed
|
|
||||||
- Ensure the Git commit hash always displays in the log files.
|
|
||||||
- Added whether the local Git repo was modified to the log files.
|
|
||||||
- Removed "PROTOTYPE" text on release builds only (it still shows on debug builds).
|
|
||||||
- Added additional credits and special thanks.
|
|
||||||
- Updated peepo in creds to peepo173
|
|
||||||
|
|
||||||
## [0.3.0] - 2024-04-30
|
## [0.3.0] - 2024-04-30
|
||||||
### Added
|
### Added
|
||||||
- New Story Level: Weekend 1, starting Pico, Darnell, and Nene.
|
- New Story Level: Weekend 1, starting Pico, Darnell, and Nene.
|
||||||
|
|
Loading…
Reference in a new issue