Releases: jplsek/MPCParty
Releases · jplsek/MPCParty
Version 1.1.0
Additions
- Add MPD priority support.
- Add filename search support to the playlist.
Improvements
- A known bug when saving a playlist now gives a more descriptive warning when it occurs.
Bug fixes
- Fixed an error when trying to list playlists when there were none.
- Fixed the downloader location chooser not working.
Development changes
- Changed dependency management to yarn.
- Add basic style rules.
- New code is in ES6+.
Updated most dependencies to their latest versions that are compatible.
Version 1.0.0
Improvements
- Improved Drag and Drop system
- Performance improvements
- Minor mobile improvements
- Playlist buffer -> Playlist editor
Bug fixes
- Fixed the table headers going to the top of the page on a refresh
- Fixed an issue when the downloader was disabled and something was trying to reference it
- Album art now shows when parenthesis is in the name
Please read the "Other Notes" in the readme regarding future updates.
Version 0.4.0
(more like 0.3.0, but ¯\_(ツ)_/¯) (Had to do with config changes during development.)
Additions from 0.2.0
- Album art will now show up if you set the "library" config variable
Changes from 0.2.0
- The downloader has been reworked to only download songs instead of have a separate player (this requires the "libarary" config varaible to be set)
And other small additions and fixes!
Huh, thats a lot less changes than I would have thought. Either way, imo this is a much improved version to 0.2.0.
Version 0.2.0
Additions from 0.1.1:
- Library mode
- Searching support to the playlist
- Playlists modal shows song count and have basic hot key support (up, down, enter)
- mpd's consume mode to the settings
- Materialish theme
- "clear" button to most text inputs
- Drag and drop support to empty playlists
- Files names (that are not tagged properly) are now included in the search
- Mini api with "mpcp"
Changes from 0.1.1:
- Improved drag and drop functionality
- DOM optimizations
- Theme modifications
- Pressing "play" in the download player will now download the video if nothing has been downloaded instead of not doing anything
- Moved the update database button to left side of the page
- Multi-selection improvements
- Player module detection. (In case it fails to load, it will just disable it instead of crashing)
- Icons are more representative of their function
And other small additions and fixes!
Version 0.1.1
Updates from 0.1.0:
- Fix config variable "location" to "directory".
- Using "~" now works for the "directory" variable in config.
- Playlist Buffer should no longer have the "off by one" bug.
- Extra white space in playlist titles should now be handled properly.
- Add database statistics to information modal.
Version 0.1.0
Initial Release of MPCParty.