You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/changelog.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,3 +49,17 @@ now being released as an AppImage file, so dotnet will no longer be a required p
49
49
50
50
The AppImage file has been tested onto Linux Mint 21 (based on Ubuntu 22.04), Linux Mint Debian Edition 6 (based on Debian Bookworm), EndeavourOS
51
51
(based on Arch), and Fedora. When first starting, the application will offer to create a Desktop file to add it to your desktop environment's menu.
52
+
53
+
## Miscellaneous Changes and Fixes
54
+
55
+
- Pressing space bar after clicking the button to play a song will now pause playing songs.
56
+
- An additional track list format has been added. You can select "album - song (artist)", "song by artist (album)", and the "table" formats.
57
+
- Fixed an issue where packaging MSUs into a zip file was adding in files that were no longer selected to be added.
58
+
- Dither has been added as a per track option. If this is enabled, you will no longer be able to generate a tracks.json to send to other people to generate the MSU.
59
+
- Fixed an issue where the file inputs would allow you to type into the them.
60
+
- For non-looped tracks, the audio player will add a small pause before replaying from the beginning.
61
+
- Fixed an issue where clicking prev in the PyMusicLooper panel would prevent you from clicking next again.
62
+
- Fixed a crash that would occur when running PyMusicLooper and the starting samples would filter out all results.
63
+
- Fixed an issue where pausing, moving the play tracker location, and resuming play would play a few incorrect samples before playing from the correct location.
64
+
- Lowered the memory footprint that used to occur when changing tracks/songs (fixed by UI rewrite)
65
+
- Fixed an issue where sometimes you would scroll accidentally down the page after entering values (fixed by UI redesign)
0 commit comments