Releases: jcorporation/myMPD
Releases · jcorporation/myMPD
myMPD v10.3.2
This is a small bugfix release.
Changelog
- Upd: ko-KR, es-AR translation
- Upd: use update_jukebox events
- Fix: Jukebox actions
myMPD v10.3.1
myMPD v10.3.0
This release reworks the context menus. myMPD now uses the offcanvas component for context menus. This is better accessible on mobile devices with small screens and removes some workarounds for the popovers.
Note
The sort order for the Last-Modified tag is reversed. Newer songs are now displayed first.
Changelog
- Feat: custom placeholder images #980
- Feat: fail gracefully if API request fails or is redirected #984
- Feat: improve queue sort handling #983
- Feat: use offcanvas instead of popover for context menus #974
- Feat: better compression of webfont #991
- Feat: add option to change song position in queue/playlist without drag and drop support
- Feat: configurable highlight contrast color
- Feat: reverse order for last-modified #1008
- Upd: bootstrap.native 5.0.6
- Upd: Bootstrap 5.3.0-alpha3
- Upd: libmympdclient 1.0.18
- Upd: sds
- Upd: long-press-event 2.4.6 #1009
- Upd: use asserts in release build
- Upd: translation enhancements
- Upd: jsdoc improvements
- Fix: add btn-secondary class in ligature select modal #1007
- Fix: Volume dropup is not displayed if clicked on button text #1017
myMPD v10.2.6
This is a small bugfix release.
Changelog
- Fix: preselect database in "Add to queue modal"
- Fix: refresh of current displayed playlist
- Fix: do not refresh settings, if a settings modal is shown #1002
myMPD v10.2.5
myMPD v10.2.4
This is a small bugfix release.
Changelog
- Feat: add pl-PL translation
- Upd: remove zh-Hant translation
- Upd: IT, zh-Hans translation
- Fix: JS error when clearing the search box #982
- Fix: update clear button for inputs on breadcrumb select
- Fix: Finishing IME composition with Enter key also clears the search box, thanks @soya-daizu #977
- Fix: Album view does not work with disabled Albumartist tag #988
myMPD v10.2.3
myMPD v10.2.2
This is a small bugfix release.
Changelog
- Feat: add es-AR translation
- Feat: add documentation for multiroom audio, thanks @tsunulukai
- Upd: FR, NL, IT and JP translations, thanks @ all translators
- Upd: remove bootstrap.native patches, use new updated events
- Upd: improved docker image creation and documentation #968
- Fix: correct location for the systemd unit #964
- Fix: popover event in album list
- Fix: ignore special keys for input key handlers #969
myMPD v10.2.1
This is a small bugfix release.
Changelog
myMPD v10.2.0
This release reworks the scripting api and improves the scripting documentation. The new presets feature lets you switch mpd and jukebox options with one click.
Notes
- Existing lua scripts must be adapted to the new simplified API
- Existing play timers must be changed to use presets
- Some views are renamed
- Use systemd-run, if you use a distribution with systemd
Changelog
- Feat: add option to save and load mpd and jukebox presets #888
- Feat: play timer uses presets #888
- Feat: rework and simplify scripting api
- Feat: add option to ignore hated songs in jukebox mode #882
- Feat: configurable tags for album views #901
- Feat: ability to disable listening on plain HTTP #914
- Feat: save album and sticker cache between restarts #913
- Feat: manual refresh of album and sticker cache
- Feat: rework main menu
- Feat: add shortcuts for more modals
- Feat: add
mympd_uri
config option #950 - Upd: libmympdclient 1.0.17
- Upd: some UI cleanups and improvements #909
- Upd: Bootstrap 5.3.0-alpha1
- Upd: bootstrap.native 5.0.0-alpha2
- Upd: documentation improvements
- Upd: some backend improvements
- Upd: do not create files with root permissions
- Upd: start mpd autoconfiguration if
state/mpd_host
does not exist