Skip to content

Releases: jcorporation/myMPD

myMPD v10.1.7

22 Dec 18:33
Compare
Choose a tag to compare

This is a small bugfix release.

Changelog

  • Upd: FR and NL translations
  • Fix: relax validation of webradio codecs #933
  • Fix: javascript error on login

myMPD v10.1.6

10 Dec 10:01
Compare
Choose a tag to compare

This is a small bugfix release.

Changelog

  • Fix: pthread join bug #918
  • Fix: workdir/cachedir for install to /usr/local #926 #927

myMPD v10.1.5

06 Dec 18:29
Compare
Choose a tag to compare

This is a small bugfix release.

Changelog

  • Fix: Debian postinst script #917
  • Fix: build.sh purge - do not fail if not all install_manifest files can be removed

myMPD v10.1.4

04 Dec 19:50
Compare
Choose a tag to compare

This is a small bugfix release.

Changelog

  • Fix: improve styleTip positioning for scrolling window #907
  • Fix: carousel indicator border override #909
  • Fix: myMPD preconfiguration with systemd #912
  • Fix: build.sh purge removes the group and systemd private directories
  • Upd: improve album cache creation performance #913

myMPD v10.1.3

26 Nov 09:50
Compare
Choose a tag to compare

This is a small bugfix release.

Changelog

  • Fix: Remove "-" from musicbrainz_artistid and musicbrainz_albumartistid #903
  • Fix: scrobble repeated songs #904
  • Fix: When switching through consume mode skip oneshot for mpd < 0.24 #905
  • Fix: unescape mpd filter expression value #906
  • Upd: improve mpd filter expression parsing

myMPD v10.1.2

21 Nov 18:05
Compare
Choose a tag to compare

This is a small bugfix release.

Changelog

  • Fix: parsing timer list
  • Fix: some small ui issues
  • Fix: 'Goto playing song' button #892
  • Fix: dedup san names #890

myMPD v10.1.1

13 Nov 11:45
Compare
Choose a tag to compare

This is a small bugfix release.

Changelog

  • Feat: add es-ES translation
  • Upd: translations
  • Upd: man pages
  • Fix: remove song progress indicator in queue view after switching to new song #881
  • Fix: arch, gentoo and rpm packaging #886 #887

myMPD v10.1.0

06 Nov 11:19
Compare
Choose a tag to compare

This minor release adds support of new MPD 0.24 features. The javascript frontend is now documented with jsDoc and linted with the typescript compiler.

Changelog

  • Feat: autoconfiguration for playlist_directory (MPD 0.24) #836
  • Feat: autoconfiguration for pcre support (MPD 0.24) #843
  • Feat: support consume oneshot (MPD 0.24) #837
  • Feat: support starts_with filter expression (MPD 0.24) #843
  • Feat: support queue save modes (MPD 0.24) #848
  • Feat: add elapsed sticker to save recent position from songs #781
  • Feat: jsDoc compatible API documentation and linting with typescript compiler
  • Feat: add view action to default radio click actions
  • Feat: add "Add to" button to filesystem root #860
  • Feat: add "Open modal" to home icon actions
  • Feat: cache coverimages for webradios
  • Feat: create debug packages for Alpine, Arch, Debian and RPM
  • Upd: improve cmake and packaging, thanks @dvzrv
  • Upd: improve systemd unit, thanks @dvzrv
  • Upd: libmympdclient 1.0.15
  • Upd: refactor translation framework
  • Upd: de-DE, en-US, fr-FR, it-IT, nl-NL translations
  • Upd: Bootstrap 5.2.2
  • Upd: parse mpd bitrate #855
  • Upd: improve integrated http client
  • Upd: content-security-policy allows fetching images only from myMPD host
  • Fix: language name in japanese #854
  • Fix: mime type detection of special jpg images #864
  • Fix: improve popover and dropdown positioning and sizing #869, #868
  • Fix: force reflow of body before scrolling to pos #868
  • Fix: clang 15 compatibility

myMPD v10.0.3

13 Oct 18:58
Compare
Choose a tag to compare

This is a small bug fix release.

Changelog

  • Feat: add japanese translation
  • Fix: Segmentation fault when clicking on last played list #850
  • Fix: Scrobble script - artist_mbids MBID format invalid #853
  • Fix: do not show streamUri input on showAddToPlaylistCurrentSong

myMPD v10.0.2

03 Oct 15:09
Compare
Choose a tag to compare

This is a small bug fix release that also updates some translations.

Many thanks to all translators!

Changelog

  • Upd: zh-CN, it-IT translations
  • Fix: contextmenu for discs
  • Fix: flashing progress bar
  • Fix: translate locale select
  • Fix: run feature detection only in main thread #845
  • Fix: pass script_arguments in feedback trigger #846
  • Fix: Gentoo Linux ebuild, thanks @itspec-ru #847
  • Fix: add missing translation phrases attributes #849
  • Fix: API usage in some example scripts #846