This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Releases: jdennis9/ratmp
Releases · jdennis9/ratmp
RatMP-1.3.1
UI
- Added an album list view
- Added a 'Show' drop-down menu to show hidden windows
- Playlist length is now displayed in the navigation window
Fixes
- Fixed volume slider not working
- Fixed tab bar controls having no padding
RatMP-1.3.0
UI
- Completely reworked UI
- Can now move, resize and dock windows as you see fit
- Added a new layout system allowing you to save and load layouts at runtime
- Restyled the seek bar so progress is highlighted in the track waveform
- Improved the quality of the track waveform. Volume levels are now much more dynamic and better reflect the original audio
- You can now configure the resolution of the track waveform
- The missing tracks UI got moved to its own window where you can fix and remove missing files
Improvements
- Now respects Windows DPI scaling
- Switched rendering back-end to DirectX10 from OpenGL. This should result in lower memory and CPU usage
- Many actions that would overwrite existing files now require confirmation
Themes
- Reworked theme system. Old theme configurations will no longer work
- The theme editor now exposes ALL ImGui colors to edit as you see fit
- Background and font are no longer part of the theme; they are now stored in the main configuration
Fixes
- Fixed some typos
- Fixed FreeType not actually being used; this should result in better looking small fonts
- Can now play search results like a playlist
RatMP-1.2.1
UI
- Can now right-click on the control panel to add the current playing track to a playlist
Fixes
- Navigation panel no longer automatically resizes when minimizing the window
- Right-click context menu on the current playing track in the track list view now displays the correct color
RatMP-1.2.0
UI Changes
- Control, navigation and track list panels are now spaced out
- The left panel is now resizable
- Search results, preferences, theme editor etc. are now shown as popups rather than using half the track list panel
- Unsaved changes in the theme editor are now marked in the window title
- The tiny '+' button to create a new playlist was replaced with a "New playlist..." button
- The currently queued playlist is now indicated in the navigation view similar to how the playing track is indicated in the track list view
- Pressing play when there is no track loaded will now play what you had queued in the last session
Improvements
- The number of times you've played a track, album or artist are now recorded and can be viewed via View -> Playback statistics
- Load times have been improved drastically, especially for large libraries
- Album art sizes are now configurable
- F2 now allows you to rename the selected playlist
- Added new theme colors
- Changed default themes to include new theme colors
Fixes
- Text in the popup menu after right-clicking a track that is playing now has the correct color
- Theme colors and variables are now set to default when creating a new theme
RatMP-1.1.0
Improvements
- Added many new editable theme variables
- Icon size can now be edited
- Added a new volume slider widget
- Hovering playlists now shows how many tracks they have
- Missing tracks are now stored in playlists
- Missing tracks can be viewed via View -> Show missing tracks
- Missing tracks can be removed via Edit -> Remove missing tracks
Fixes
- Fixed a bug where the first few seconds of a track could not be seeked to after seeking elsewhere in the track
RatMP-1.0.4
Improvements
- Created playlists are now sorted alphabetically on the navigation panel
- Improved load times slightly
- Opening a new instance while there is a running instance will now bring up the running instance window
- Middle-mouse or double click on "Library" in the navigation will now play the library like it would a playlist
Fixes
- Fixed a bug where sorting tracks in the queued playlist and then playing a track from the playlist would play the wrong track
RatMP-1.0.3
- Added playlist track sorting functionality
- Preferences are now saved automatically while being edited
- Fixed a bug where tracks added to the currently queued playlist via File -> Add folder could not be played without switching to another playlist first
RatMP-1.0.2
- Fixed crash when trying to play missing files
RatMP-1.0.1
- Added simple album view
- Added feature to change fonts via theme editor
- Added configurable feature to retrieve specified languages from fonts if they are available
- Embedded some files in exe
RatMP-1.0.0
Initial release