Codebase list squeezelite / 388794f
bump version to 1.5 Adrian Smith 10 years ago
2 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
5454 - fix problem with libmpg123 playback not playing to end of track
5555 - add ablity for player name change to be stored locally in a file (to emulate hardware where name is stored on player)
5656
57 Version 1.5-dev
58 ===============
57 Version 1.5 12/1/14
58 ===================
5959
6060 Minor changes
6161 - add configurable delay for switch between pcm and dop
6262 - allow visexport to work with jivelite running as any user
63 - bug fixes for dsf playback and for status progress on windows using wdm-ks output
63 - bug fixes for dsf playback, for status progress on windows using wdm-ks output, and to avoid 100% cpu
6464 - change some logging levels for slimproto to aid readablity
6565
1919
2020 // make may define: PORTAUDIO, SELFPIPE, RESAMPLE, VISEXPORT, DSD, LINKALL to influence build
2121
22 #define VERSION "v1.5-dev"
22 #define VERSION "v1.5"
2323
2424 // build detection
2525 #if defined(linux)