Skip to content

Releases: jcorporation/myMPD

myMPD v12.0.2

22 Sep 15:46
Compare
Choose a tag to compare

This is a small bug fix release.

Changelog

  • Upd: Bootstrap 5.3.2
  • Fix: listing of outputs to move to current partition #1106

myMPD v12.0.1

15 Sep 17:36
Compare
Choose a tag to compare

This release fixes only a small packaging bug for alpine linux.

Changelog

  • Fix: Use perl to create defines.js

myMPD v12.0.0

15 Sep 16:42
Compare
Choose a tag to compare

This release improves hopefully the user experience by providing descriptive help texts, error messages and improved dialogs. Further the advanced search feature is now available for all reasonable views.

As in most recent releases, the source code has been cleaned up further. The most changes are made in the frontend code.

Notes

  • Some of the UI related settings are reset to default
  • Old home icon links to some views are invalid

API changes

This release changes some API methods.

  • merge MYMPD_API_QUEUE_SEARCH_ADV and MYMPD_API_QUEUE_LIST into MYMPD_API_QUEUE_SEARCH
  • rename MYMPD_API_PRESET_LOAD to MYMPD_API_PRESET_APPLY
  • MYMPD_API_PLAYLIST_RM_ALL: parameters changed
  • MYMPD_API_PLAYER_OUTPUT_GET: new
  • MYMPD_API_PLAYER_OUTPUT_LIST: respond with fewer details

Changelog

  • Feat: move song fingerprint calculation in worker thread #1046
  • Feat: display album tags in jukebox album list #1069
  • Feat: add option for compact grids #1074
  • Feat: add advanced search to more views #1048
  • Feat: add more inline help text's #1072
  • Feat: improve validation of form fields #1083
  • Feat: add spinners to buttons
  • Feat: display the number of channels #1085
  • Feat: show source objects in action modals
  • Feat: add enforce disc tag option #1086
  • Feat: add bulgarian translation
  • Upd: support multiple languages for webradioDB #1097
  • Upd: some code enhancements #1045
  • Upd: Bootstrap 5.3.1
  • Upd: rework settings
  • Upd: split JavaScript in separate files for views and modals
  • Upd: dependencies sds, utest, utf8
  • Fix: calculate correct position for jukebox list
  • Fix: calculate correct position for playlist content list
  • Fix: enable connection settings if myMPD can not connect to MPD #1102

myMPD v11.0.5

31 Aug 09:29
Compare
Choose a tag to compare

This is a small bug fix release.

Changelog

  • Fix: use highlight color for radio buttons #1095
  • Fix: do not overflow modal #1095
  • Fix: select default sort order in 'Add smart playlist' modal #1088
  • Fix: populate disc tag for album cache #1086
  • Fix: stream not filled in "add to playlist" pop up #1095
  • Fix: click on current song toggles playmode #1096

myMPD v11.0.4

19 Aug 19:35
Compare
Choose a tag to compare

This is a small bug fix release.

Changelog

  • Fix: add playlist to queue from playlist view #1087
  • Fix: unselect all selected rows
  • Fix: set song priority
  • Fix: SEGFAULT on partition deletion

myMPD v11.0.3

15 Aug 18:18
Compare
Choose a tag to compare

This is a small bug fix release.

Changelog

  • Upd: enable more tags by default
  • Upd: es-AR translation
  • Fix: set initial disc count to 1 #1086

myMPD v11.0.2

30 Jul 09:41
Compare
Choose a tag to compare

This is a small bug fix release.

Changelog

  • Upd: translations
  • Fix: set translated title for navbar icons
  • Fix: jukebox list context menu actions
  • Fix: calculate correct myMPDuri for IPv6 [::]
  • Fix: display all values in playback card #1076

myMPD v11.0.1

23 Jul 19:09
Compare
Choose a tag to compare

This is a small bug fix release.

Changelog

  • Upd: translations
  • Fix: memory leak after script execution
  • Fix: always enable connection save button
  • Fix: add missing jukebox list remove action
  • Fix: IPv4-mapped address broken #1066

myMPD v11.0.0

18 Jul 18:08
Compare
Choose a tag to compare

This release improves the queue and playlist management in many ways. You can now select multiple songs or playlists and take actions on this selection. There are new methods to copy, merge, validate and deduplicate playlists. Further the mpd error handling and the mpd communication was improved by using command lists.

Notes

  • This is the first release that enforces the OpenSSL dependency.
  • Some home icons are invalid, you must re-add the icons, sorry for that.

API changes

This release changes definitions of many API methods.

  • MYMPD_API_JUKEBOX_RM: parameters changed
  • MYMPD_API_QUEUE_RM_SONG -> MYMPD_API_QUEUE_RM_IDS: parameters changed
  • MYMPD_API_QUEUE_MOVE_SONG -> MYMPD_API_QUEUE_MOVE_POSITION: parameters changed
  • MYMPD_API_QUEUE_MOVE_RELATIVE: new
  • MYMPD_API_QUEUE_APPEND_URI -> MYMPD_API_QUEUE_APPEND_URIS: parameters changed
  • MYMPD_API_QUEUE_INSERT_URI -> MYMPD_API_QUEUE_INSERT_URIS: parameters changed
  • MYMPD_API_QUEUE_REPLACE_URI -> MYMPD_API_QUEUE_REPLACE_URIS: parameters changed
  • MYMPD_API_QUEUE_APPEND_PLAYLIST -> MYMPD_API_QUEUE_APPEND_PLAYLISTS: parameters changed
  • MYMPD_API_QUEUE_INSERT_PLAYLIST -> MYMPD_API_QUEUE_INSERT_PLAYLISTS: parameters changed
  • MYMPD_API_QUEUE_REPLACE_PLAYLIST -> MYMPD_API_QUEUE_REPLACE_PLAYLISTS: parameters changed
  • MYMPD_API_QUEUE_PRIO_SET: parameters changed
  • MYMPD_API_QUEUE_PRIO_SET_HIGHEST: parameters changed
  • MYMPD_API_QUEUE_APPEND_ALBUMS: new
  • MYMPD_API_QUEUE_INSERT_ALBUMS: new
  • MYMPD_API_QUEUE_REPLACE_ALBUMS: new
  • MYMPD_API_QUEUE_APPEND_ALBUM_DISC: new
  • MYMPD_API_QUEUE_INSERT_ALBUM_DISC: new
  • MYMPD_API_QUEUE_REPLACE_ALBUM_DISC: new
  • MYMPD_API_PLAYLIST_CONTENT_RM_SONG -> MYMPD_API_PLAYLIST_CONTENT_RM_POSITIONS: parameters changed
  • MYMPD_API_PLAYLIST_CONTENT_MOVE_SONG -> MYMPD_API_PLAYLIST_CONTENT_MOVE_POSITION: parameters changed
  • MYMPD_API_PLAYLIST_CONTENT_APPEND_URI -> MYMPD_API_PLAYLIST_CONTENT_APPEND_URIS: parameters changed
  • MYMPD_API_PLAYLIST_CONTENT_INSERT_URI -> MYMPD_API_PLAYLIST_CONTENT_INSERT_URIS: parameters changed
  • MYMPD_API_PLAYLIST_CONTENT_REPLACE_URI -> MYMPD_API_PLAYLIST_CONTENT_REPLACE_URIS: parameters changed
  • MYMPD_API_PLAYLIST_CONTENT_MOVE_TO_PLAYLIST: new
  • MYMPD_API_PLAYLIST_RM: parameters changed
  • MYMPD_API_PLAYLIST_COPY: new
  • MYMPD_API_PLAYLIST_CONTENT_VALIDATE: new
  • MYMPD_API_PLAYLIST_CONTENT_DEDUP: new
  • MYMPD_API_PLAYLIST_CONTENT_VALIDATE_DEDUP: new
  • MYMPD_API_PLAYLIST_CONTENT_VALIDATE_ALL: new
  • MYMPD_API_PLAYLIST_CONTENT_DEDUP_ALL: new
  • MYMPD_API_PLAYLIST_CONTENT_VALIDATE_DEDUP_ALL: new
  • MYMPD_API_PLAYLIST_CONTENT_APPEND_ALBUMS: new
  • MYMPD_API_PLAYLIST_CONTENT_INSERT_ALBUMS: new
  • MYMPD_API_PLAYLIST_CONTENT_REPLACE_ALBUMS: new
  • MYMPD_API_PLAYLIST_CONTENT_APPEND_ALBUM_DISC: new
  • MYMPD_API_PLAYLIST_CONTENT_INSERT_ALBUM_DISC: new
  • MYMPD_API_PLAYLIST_CONTENT_REPLACE_ALBUM_DISC: new
  • MYMPD_API_WEBRADIO_FAVORITE_RM: parameters changed
  • MYMPD_API_SCRIPT_VALIDATE: new

Changelog

  • Feat: add multiple selections and actions #1001
  • Feat: improve queue and playlist management #1001
  • Feat: copy, merge, validate and deduplicate playlists #1038
  • Feat: migrate to JavaScript fetch() API #1006
  • Feat: add test target to cmake #1023
  • Feat: improve mpd error handling #1028
  • Feat: improve mpd communication
  • Feat: add quick remove and quick play buttons to more views
  • Feat: support MUSICBRAINZ_RELEASEGROUPID tag (MPD 0.24)
  • Feat: handle preflighted requests in CORS
  • Feat: add consume one shot to queue context menu
  • Upd: Mongoose 7.11 #1060
  • Upd: Bootstrap 5.3.0 final
  • Upd: libmympdclient 1.0.21
  • Upd: OpenSSL is now required #1033
  • Upd: Replace tinymt with OpenSSL prng #1034
  • Upd: use OpenSSL hash functions
  • Upd: documentation improvements
  • Upd: improve error handling in build system
  • Upd: show stream name in title tag
  • Fix: various small css and javascript fixes
  • Fix: improve Mongoose logging #1032
  • Fix: set correct song start time sticker #1044
  • Fix: Fall back from AlbumArtist to Artist tag for MusicBrainz tags #1056
  • Fix: correct position in last played list #1063

myMPD v10.3.3

02 Jun 19:30
Compare
Choose a tag to compare

This is a small bugfix release.

Changelog

  • Upd: wrap footer text in cards #1030
  • Fix: improve javascript error logging
  • Fix: drag&drop on same element #1026
  • Fix: js error on disabled MUSICBRAINZ_ALBUMID tag #1025
  • Fix: Add Pos column to playlist detail view #1027