From 29bda13c3fa2d62e4bf04c6151c17e3862612c05 Mon Sep 17 00:00:00 2001 From: Persune Date: Sun, 14 Jan 2024 04:25:37 +0800 Subject: [PATCH] Include bug reporters in change log --- docs/CHANGELOG.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 31c81f1c..4d633240 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -24,22 +24,22 @@ Version 0.5.0.2 - January 13, 2024 - ### Bug fixes: - - Fix effect number input using numpad (@Gumball2415 #48 #214) - - Force modules to be saved as Dn-FT modules (@Gumball2415 #184 #214) - - Fix outputting audio to multi-channel output devices (@nyanpasu64 #205 #226) + - Fix effect number input using numpad (@ZeroJanitor @Gumball2415 #48 #214) + - Force modules to be saved as Dn-FT modules (@Threxx11 @Gumball2415 #184 #214) + - Fix outputting audio to multi-channel output devices (@CoolJosh3k @nyanpasu64 #205 #226) - Wait for APU mutex lock during .wav export (@nyanpasu64 @Gumball2415 #206 #214) - - Avoid checking assert with unsigned integer cast (@Gumball2415 #209 #214) - - Assert legacy mixing levels and ranges (@Gumball2415 #213 #214) + - Avoid checking assert with unsigned integer cast (@freq-mod @N-SPC700 @Gumball2415 #209 #214) + - Assert legacy mixing levels and ranges (@trashbinenthusiast @N-SPC700 @nyanpasu64 @Gumball2415 #213 #214) - Avoid division by zero in MML sequence parsing (@Gumball2415 #222 #214) - - Fix incorrect speed in PAL NSF exports (@Gumball2415 #223 #214) + - Fix incorrect speed in PAL NSF exports (@TakuikaNinja @eugene-s-nesdev @Gumball2415 #223 #242 #214) - Fix detune offset direction (@Gumball2415 #225 #214) - - Disable Custom Exporter DLL loading (@Gumball2415 #232 #214) - - Fix access violation in MRU submenu list update (@Gumball2415 #243 #214) + - Disable Custom Exporter DLL loading (@eatscrayon @Gumball2415 #232 #214) + - Fix access violation in MRU submenu list update (@eugene-s-nesdev @Gumball2415 #243 #214) - ### Internal: - - Fix version checker repository link (@Gumball2415 #212) - - Include logo and icon resources in the repository (@Gumball2415 #236) + - Fix version checker repository link (@Gumball2415 #229 #212) + - Include logo and icon resources in the repository (@Gumball2415 #218 #236) - Add AddressSanitizer project configurations (@Gumball2415 #236) - Separate Github Actions binary downloads (@Gumball2415 #237) - Add automated draft release binary upload (@Gumball2415 #237) @@ -47,6 +47,7 @@ Version 0.5.0.2 - January 13, 2024 - Generate HTMLHelp manual change log on build time (@Gumball2415 #238) + ## Dn0.5.0.1 - 05/10/2023 - ### Important changes: