Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

52 lines (40 loc) · 1.74 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.2.4 - 2019-03-25

Fixed

  • Socket hang up on /player/stop because of missing send()

1.2.3 - 2019-03-25

Added

  • Changelog
  • Optional param shuffle for endpoint /playlists/:playlist/play

Changed

  • Added shuffle option to README

1.1.3 - 2019-03-15

Added

  • Log given output device name if device not found

Changed

  • Let winston log errors to stderr

1.1.2 - 2019-03-15

Added

  • Implemented winston as global logger

1.1.1 - 2019-03-02

Removed

  • Removed unnecessary error logging if there is no playback at all

1.1.0 - 2019-03-02

Changed

  • Completed README.md (for now)
  • Made some minor improvements to error logging

1.0.0 - 2019-02-28

Added

  • This is v1.0 which contains all of my current use cases so far.