From 7942a48f73075485f4684096fa1f0cefb4e79477 Mon Sep 17 00:00:00 2001 From: Puyo <15311104+daniel11420@users.noreply.github.com> Date: Sat, 5 Jun 2021 01:59:51 +0200 Subject: [PATCH] add PRs to changelog [skip ci] --- docs/changelogs/latest.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/changelogs/latest.md b/docs/changelogs/latest.md index 6db0b2d..770ca42 100644 --- a/docs/changelogs/latest.md +++ b/docs/changelogs/latest.md @@ -6,7 +6,7 @@ Changes marked with 💖 will be listed in the short version of the changelog in - [PR #307](https://github.com/KadeDev/Kade-Engine/pulls/307): Fix freeplay lag, add freeplay background changes, and add icons updating in charting state - Updated to Week 7 input with anti mash - 💖 Added toggle for ghost tapping -- 💖 [PR #328](https://github.com/KadeDev/Kade-Engine/pulls/328) and [PR #331](https://github.com/KadeDev/Kade-Engine/pulls/331): Distractions toggle +- (maybe 💖) [PR #328](https://github.com/KadeDev/Kade-Engine/pulls/328) and [PR #331](https://github.com/KadeDev/Kade-Engine/pulls/331): Distractions toggle - [PR #341](https://github.com/KadeDev/Kade-Engine/pull/341): Update heads in realtime in charting state - 💖 [PR #362](https://github.com/KadeDev/Kade-Engine/pull/362): Officially support macOS (and add macOS requirements to docs) - Set up macOS CI builds @@ -18,6 +18,13 @@ Changes marked with 💖 will be listed in the short version of the changelog in - [PR #413](https://github.com/KadeDev/Kade-Engine/pulls/413): Option to disable flashing lights in menus - [PR #428](https://github.com/KadeDev/Kade-Engine/pulls/428): Move documentation to GitHub Pages + new changelog system - [PR #431](https://github.com/KadeDev/Kade-Engine/pull/431): Add Max NPS counter +- [PR #447](https://github.com/KadeDev/Kade-Engine/pull/447): New outdated version screen with small patch notes +- (maybe 💖) [PR #490](https://github.com/KadeDev/Kade-Engine/pull/490): Bring back `R` to reset, but now you can toggle it in the options +- [PR #513](https://github.com/KadeDev/Kade-Engine/pull/513): Alt animations can now have idles +- [PR #551](https://github.com/KadeDev/Kade-Engine/pull/551): Add setActorScaleXY, setActorFlipX, setActorFlipY, setStrumlineY to lua modcharts +- [PR #582](https://github.com/KadeDev/Kade-Engine/pull/582): Add changeDadCharacter, changeBoyfriendCharacter, keyPressed to lua modcharts +- [PR #603](https://github.com/KadeDev/Kade-Engine/pull/603) and [PR #604](https://github.com/KadeDev/Kade-Engine/pull/604): Add note shifting to the chart editor +- [PR #672](https://github.com/KadeDev/Kade-Engine/pull/672): Add getWindowWidth, getWindowHeight to lua modcharts ### Changes - Tutorial is now a modchart instead of being hardcoded @@ -25,6 +32,12 @@ Changes marked with 💖 will be listed in the short version of the changelog in - [PR #334](https://github.com/KadeDev/Kade-Engine/pull/334): Unhardcode GF Version, stages, and noteskins and make them loaded from chart - [PR #291](https://github.com/KadeDev/Kade-Engine/pull/291): Make it so you can compile with 4.0.x - 💖 [PR #440](https://github.com/KadeDev/Kade-Engine/pull/440): Change how replays work + store scroll speed and direction in replays +- [PR #480](https://github.com/KadeDev/Kade-Engine/pull/480): Alphabet now supports spaces, songs now use spaces instead of dashes internally +- (maybe 💖) [PR #504](https://github.com/KadeDev/Kade-Engine/pull/504): Opponent strumline now lights up when they hit a note, like the player's does +- 💖 [PR #519](https://github.com/KadeDev/Kade-Engine/pull/519): Now using the new recharts from Funkin v0.2.8 +- [PR #528](https://github.com/KadeDev/Kade-Engine/pull/528): setCamZoom and setHudZoom now use floats in lua modcharts +- [PR #590](https://github.com/KadeDev/Kade-Engine/pull/590): The license is now automatically distributed with the game +- (maybe 💖) [PR #612](https://github.com/KadeDev/Kade-Engine/pull/612): BPM is now a float (can have decimals) ### Bugfixes - [PR #289](https://github.com/KadeDev/Kade-Engine/pulls/289): Player 2 now plays idle animation properly when camera zooms in @@ -37,3 +50,8 @@ Changes marked with 💖 will be listed in the short version of the changelog in - [PR #399](https://github.com/KadeDev/Kade-Engine/pulls/399): Fix downscroll typo - [PR #431](https://github.com/KadeDev/Kade-Engine/pull/431): Fix NPS counter - [#404](https://github.com/KadeDev/Kade-Engine/issues/404) ([PR #446](https://github.com/KadeDev/Kade-Engine/pull/446)): Fix bug where Alt Animation in charting state doesn't stay checked after going to another section then back +- [PR #503](https://github.com/KadeDev/Kade-Engine/pull/503): Fix menu jittering +- [PR #600](https://github.com/KadeDev/Kade-Engine/pull/600): Fix bug where modcharts would break pausing +- [PR #638](https://github.com/KadeDev/Kade-Engine/pull/638): Fix bug with Girlfriend's dance in the tutorial +- [PR #678](https://github.com/KadeDev/Kade-Engine/pull/678): Fix opening URLs on Linux +- [PR #672](https://github.com/KadeDev/Kade-Engine/pull/672): Fix getScreenWidth and getScreenHeight in lua modcharts