2 All notable changes to this project will be documented in this file.
4 The format is based on [Keep a Changelog](http://keepachangelog.com/)
5 and this project adheres to [Semantic Versioning](http://semver.org/).
9 - `printLyrics(_ currentTrack: Track)` allows directly specifying
11 - `lyricli_command` specifies the flags
14 - Flags are now camelCase
15 - Update to Swift 5 tools
16 - Replace CommandLineKit with Bariloche
17 - Reorganize sources folder
20 - Arguments Source (functionality moved to main)
24 - Spotify Source Support
27 - Fix case where iTunes returned track when app was closed
28 - Fix structure and links in CHANGELOG.md
32 - iTunes Source Support
35 - Fix Lyricli freezes when no track found
40 - Documentation with Jazzy / SourceKitten
42 - Documentation to help use lyricli and contribute
43 - Makefile to help build and install
45 - Lyrics engine to fetch the lyrics from lyricswiki
46 - Arguments source to read song and artist from command line
47 - Parsing of options to match legacy lyricli
48 - Placeholder for the library with expected endpoints
50 [0.3.0]: https://github.com/lyricli-app/lyricli/compare/0.2.0...0.3.0
51 [0.2.0]: https://github.com/lyricli-app/lyricli/compare/0.1.0...0.2.0
52 [Unreleased]: https://github.com/lyricli-app/lyricli/compare/master...develop