ympd v1.3.0 Release Notes
Release Date: 2016-02-13 // about 9 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)