Skip to content

Releases: jcorporation/myMPD

myMPD v4.2.1

23 Sep 22:03
adc4d5f
Compare
Choose a tag to compare

This is mainly a bugfix release.

  • Feat: add rescan database command
  • Fix: don't use serviceworker for http:// uris -> fixes http stream in local player
  • Fix: show lastPlayed in song details
  • Fix: moved pics directory to /var/lib/mympd
  • Fix packaging issues
    • Fix: improve uninstall scripts
    • Fix: don't remove user/group on uninstall
    • Fix: test of /var/lib/mympd ownership

myMPD v4.2.0

20 Sep 17:20
Compare
Choose a tag to compare

myMPD 4.2.0 fixes some bugs and includes the new jukebox mode.

In jukebox mode, myMPD adds random songs from database or selected playlist to the queue, if it's empty. To use jukebox mode enable it in settings and enable Consume.

All changes:

  • Feat: jukebox mode #37
  • Feat: configuration option for used tags in ui #52
  • Fix: don't add redundant eventhandler on popovers
  • Fix: don't hide "connection error"
  • Fix: check if document root exists
  • Fix: allow websocket connections only to /ws
  • Fix: improve packaging
  • Fix: filter empty tag values in browse database install and uninstall

myMPD v4.1.2

16 Sep 21:29
Compare
Choose a tag to compare

This release fixes some packaging issues.

  • Fix: Archlinux PKGBUILD checksums and install script #45
  • Fix: Debian packaging #54

myMPD v4.1.1

13 Sep 21:57
0380ec6
Compare
Choose a tag to compare

This is only a small bugfix release. It also fixes a security issue in mongoose.

  • Fix: base64 encode JSON.stringify output, if saved in dom - should fix bug #50
  • Fix: update mongoose to 6.12
  • Fix: add mympd user & group as system user & group #51
  • Feat: add PKGBUILD for Archlinux

myMPD v4.1.0

11 Sep 20:29
Compare
Choose a tag to compare

This minor release supports more tags for search and database browse mode. myMPD now runs under a dedicated user.

  • Feat: packaging for Fedora, Suse and Debian #45
  • Feat: central backend for search functions #36
  • Feat: Album actions in menu in search card #42
  • Feat: mpd feature detection #44
  • Feat: check supported mpd tag types #44
  • Feat: browse and search database by more tags #43 #36
  • Feat: link album in playback card
  • Fix: use mpd taglist in songdetails modal
  • Feat: run myMPD under myMPD user
  • Fix: setgroups before setuid

myMPD v4.0.0

27 Aug 19:52
Compare
Choose a tag to compare

The fourth major release of myMPD. Now myMPD don't poll mpd every second anymore. myMPD instead uses the idle protocol to listening for status changes. This should be much more resource friendly.

Changelog:

  • Feat: replace status polling with mpd idle protocol #33
  • Feat: song voting and play statistics (uses mpd stickers) #32
  • Feat: support covers for http streams
  • Feat: improved layout of playback card
  • Feat: handle database update events #31
  • Fix: cleanup api #34
  • Fix: cleanup logging
  • Fix: cleanup source files
  • Fix: improve speed for listing large queues #35
  • Fix: link to music_directory
  • Fix: redirect to https with request host header #30

myMPD v3.5.0

09 Aug 16:36
51e54e7
Compare
Choose a tag to compare

WARNING
This version breaks all command line options. Use /etc/mympd/mympd.conf for configuration.
myMPD now setuids to user nobody in default configuration.

Further changes:

  • Feat: get outputnames and outputstates in single command
  • Feat: clear playback card if songpos = -1
  • Fix: formating of source code

myMPD v3.4.0

06 Aug 18:17
Compare
Choose a tag to compare

Now are playlists fully supported.

  • Feat: option to create playlist in "Add to playlist" dialog
  • Feat: "add all to playlist" in search card
  • Feat: "add all to playlist" in browse filesystem card
  • Feat: add stream to playlist
  • Feat: hide pagination if not needed
  • Feat: crop queue
  • Feat: link to songdetails and albumlist in playback card
  • Fix: move 3rd-party sources and buildtools to dist directory
  • Fix: delete song from playlist

myMPD v3.3.0

29 Jul 22:41
b2fedfe
Compare
Choose a tag to compare
  • Feat: Add playlist actions
  • Feat: validation feedback for queue save
  • Feat: validation feedback for add stream
  • Feat: enable queue and playlist sorting with drag & drop
  • Fix: mkrelease.sh
  • Fix: html markup
  • Fix: renamed card "Now playing" to "Playback"
  • Fix: service worker cache update

myMPD v3.2.1

19 Jul 20:27
Compare
Choose a tag to compare

This is mainly a bugfix release:

  • use javascript in strict mode
  • fixed some javascript errors (issue #22)
  • error handling code for ajax requests
  • better error handling for unknown requests
  • enabled ssl by default