Funkin/CHANGELOG.md

85 lines
4.2 KiB
Markdown
Raw Normal View History

2020-10-09 21:24:20 +00:00
# Changelog
All notable changes will be documented in this file.
2020-11-07 02:17:27 +00:00
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).
2020-12-13 06:08:21 +00:00
## [UNRELEASED]
2020-12-24 23:24:11 +00:00
### Added
- Different icons depending on which character you are against
2020-12-13 06:42:48 +00:00
### Fixed
2020-12-17 20:03:33 +00:00
- Crash when playing Week 3 and then playing a non-week 3 song
2020-12-13 06:42:48 +00:00
- When pausing music at the start, it doesn't continue the song anyways. ([shoutouts gedehari for the Pull Request!](https://github.com/ninjamuffin99/Funkin/pull/48))
- IDK i think backing out of song menu should play main menu songs again hehe ([shoutouts gedehari for the Pull Request!](https://github.com/ninjamuffin99/Funkin/pull/48))
2020-12-13 06:08:21 +00:00
2020-12-11 22:22:22 +00:00
## [0.2.4] - 2020-12-11
2020-12-11 13:08:41 +00:00
### Added
- 3 NEW SONGS BY KAWAISPRITE. Pico, Philly, and Blammed.
- NEW CHARACTER, PICO. Based off the classic Flash game "Pico's School" by Tom Fulp
- NEW LEVEL WOW! PHILLY BABEEEE
2020-12-11 05:57:42 +00:00
### Changed
- Made it less punishing to ATTEMPT to hit a note and miss, rather than let it pass you
2020-12-09 23:16:16 +00:00
### Fixed
- Song desync of you paused and unpaused frequently ([shoutouts SonicBlam](https://github.com/ninjamuffin99/Funkin/issues/37))
2020-12-11 11:45:00 +00:00
- Animation offsets when GF is scared
2020-12-09 23:16:16 +00:00
2020-12-06 21:52:26 +00:00
## [0.2.3] - 2020-12-04
2020-12-04 17:46:03 +00:00
### Added
- More intro texts
2020-12-02 00:51:45 +00:00
### Fixed
2020-12-04 17:36:28 +00:00
- Exploit where you could potentially give yourself a high score via the debug menu
2020-12-02 00:51:45 +00:00
- Issue/bug where you could spam the confirm button on the story menu ([shoutouts lotusotho for the CODE contribution/pull request!](https://github.com/ninjamuffin99/Funkin/pull/19))
2020-12-02 17:31:09 +00:00
- Glitch where if you never would lose health if you missed a note on a fast song (shoutouts [MrDulfin](https://github.com/ninjamuffin99/Funkin/issues/10), [HotSauceBurritos](https://github.com/ninjamuffin99/Funkin/issues/13) and [LobsterMango](https://lobstermango.newgrounds.com))
2020-12-04 07:33:34 +00:00
- Fixed tiny note bleed over thingies (shoutouts [lotusotho](https://github.com/ninjamuffin99/Funkin/pull/24))
2020-12-02 00:51:45 +00:00
2020-11-25 03:53:48 +00:00
## [0.2.2] - 2020-11-20
### Added
- Music playing on the freeplay menu.
- UI sounds on freeplay menu
- Score now shows mid-song.
- Menu on pause screen! Can resume, and restart song, or go back to main menu.
- New music made for pause menu!
2020-11-16 20:29:18 +00:00
### Changed
- Moved all the intro texts to its own txt file instead of being hardcoded, this allows for much easier customization. File is in the data folder, called "introText.txt", follow the format in there and you're probably good to go!
2020-11-11 10:00:13 +00:00
### Fixed
2020-11-25 03:53:48 +00:00
- Fixed soft lock when pausing on song finish ([shoutouts gedehari](https://github.com/ninjamuffin99/Funkin/issues/15))
- Think I fixed issue that led to in-game scores being off by 2 ([shoutouts Mike](https://github.com/ninjamuffin99/Funkin/issues/4))
- Should have fixed the 1 frame note appearance thing. ([shoutouts Mike](https://github.com/ninjamuffin99/Funkin/issues/6))
2020-11-11 10:00:13 +00:00
- Cleaned up some charting on South on hard mode
2020-11-25 03:53:48 +00:00
- Fixed some animation timings, should feel both better to play, and watch. (shoutouts Dave/Ivan lol)
- Animation issue where GF would freak out on the title screen if you returned to it([shoutouts MultiXIII](https://github.com/ninjamuffin99/Funkin/issues/12)).
2020-11-11 10:00:13 +00:00
2020-11-07 02:17:27 +00:00
## [0.2.1.2] - 2020-11-06
### Fixed
- Story mode scores not properly resetting, leading to VERY inflated highscores on the leaderboards. This also requires me to clear the scores that are on the leaderboard right now, sorry!
- Difficulty on storymode and in freeplay scores
2020-11-07 21:59:25 +00:00
- Hard mode difficulty on campaign levels have been fixed
2020-11-07 02:17:27 +00:00
## [0.2.1.1] - 2020-11-06
### Fixed
- Week 2 not unlocking properly
## [0.2.1] - 2020-11-06
### Added
- Scores to the freeplay menu
- A few new intro boot messages.
- Lightning effect in Spooky stages
- Campaign scores, can now compete on scoreboards for campaign!
- Can now change difficulties in Freeplay mode
### Changed
- Balanced out Normal mode for the harder songs(Dadbattle and Spookeez, not South yet). Should be much easier all around.
- Put tutorial in it's own 'week', so that if you want to play week 1, you don't have to play the tutorial.
### Fixed
- One of the charting bits on South and Spookeez during the intro.
## [0.2.0] - 2020-11-01
2020-10-09 21:24:20 +00:00
### Added
2020-11-07 02:17:27 +00:00
- Uhh Newgrounds release lolol I always lose track of shit.
## [0.1.0] - 2020-10-05
2020-10-09 21:24:20 +00:00
### Added
2020-12-02 00:51:45 +00:00
- Uh, everything. This the game's initial gamejam release. We put it out