ympd v1.3.0 Release Notes

Release Date: 2016-02-13 // about 8 years ago
  • Hi!

    Last months were quite exhausting for me, so I found nearly no time to improve ympd.
    ๐Ÿš€ A lot of cool people contributed features since last release, kudos!

    ๐Ÿ”„ Changes

    • comma in music title fix #13 (thx @SuperBFG7)
    • ๐Ÿ’ป remember last folder in browser (thx @SuperBFG7)
    • ๐Ÿ‘€ do not use mouseenter/leave on touch devices (thx @SuperBFG7)
    • ๐Ÿ‘ Compile mongoose with SSL support (thx @SuperBFG7)
    • playbutton in queue header clickable (thx @BenjaminHae)
    • โšก๏ธ moved Update-DB Button to settings (thx @BenjaminHae)
    • โž• Added the ability to save queue as playlist #87 (thx @BenjaminHae)
    • โœ‚ removed manual minified files
    • ๐Ÿ‘ Dirble Support (currently broken, needs manual replacement of API key in ympd.js) (thx @Nofre)
    • โž• Add arrow left/right and spacebar controls #89 (thx @dewyatt)
    • โž• Add "Add all" button in the Browse section #84 (thx @hsoft)
    • โž• add support for output enable/disable #69 (thx @kurt-vd)
    • ๐Ÿ‘Œ Improve the add stream dialog user experience. #82 (thx @iwanders)
    • ๐Ÿ›  Fix browsing for non-ascii entity URI under Safari #78 (thx @hsoft)
    • ๐Ÿ›  fix webport using the wrong variable in init scripts #73 (thx @jpleau)
    • ๐Ÿšš various patches: manpage, remove external js, init scripts #72 (thx @jpleau)
    • โšก๏ธ Update mongoos 56 #67 (thx @jpleau)
    • โž• Added ability to add streams #56 (thx @warhog)
    • โž• Add crossfade support. #52 (thx @ajs124)
    • ๐Ÿ”„ Change websocket URL to allow easy incorporation of different backends. #40 (thx @iwanders)
    • โž• add jquery source file #38 (thx @jpleau)
    • Create ympd.spec #26 (thx KAMiKAZOW)
    • ympd.c: add a break statement for the mpd port argument #37 (Thx @jpleau)
    • 0๏ธโƒฃ init.debian: correct typo in shebang and adjust default webport #36 (Thx @jpleau)
      ... and some more changes

    ๐Ÿ‘ I'am planing to make a rewrite of ympd with a better and cleaner backend and a top of the notch frontend. Any serious help for maintaining and reviewing this repository are welcome!


Previous changes from v1.2.3

  • ๐Ÿ›  This release contains mainly overdue bugfixes.

    ๐Ÿ”„ Changes

    • ๐Ÿ›  fix firefox desktop notification #13 (Thanks to @ajs124)
    • ๐Ÿ›  fix cmake warning
    • ๐Ÿ›  fix *bsd builds (thanks to @eraserewind)
    • ๐Ÿ†• new mongoose 5.4, now with ipv6 support (e.g. -w [::1]:8080) (thanks to @nerab)
    • ๐Ÿ›  fix segfault due to password changes (thanks to @tm-calculate)
    • ๐Ÿ›  fix cross-compiling support by reintroducing mkdata.pl generator script (thanks to @limpens)