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 - CI scripts updated for gitlab CI instead of Travis
15 - Flags are now single words
16 - Update to Swift 5 tools
17 - Replace CommandLineKit with Bariloche
18 - Reorganize sources folder
21 - Arguments Source (functionality moved to main)
25 - Spotify Source Support
28 - Fix case where iTunes returned track when app was closed
29 - Fix structure and links in CHANGELOG.md
33 - iTunes Source Support
36 - Fix Lyricli freezes when no track found
41 - Documentation with Jazzy / SourceKitten
43 - Documentation to help use lyricli and contribute
44 - Makefile to help build and install
46 - Lyrics engine to fetch the lyrics from lyricswiki
47 - Arguments source to read song and artist from command line
48 - Parsing of options to match legacy lyricli
49 - Placeholder for the library with expected endpoints
51 [0.3.0]: https://github.com/lyricli-app/lyricli/compare/0.2.0...0.3.0
52 [0.2.0]: https://github.com/lyricli-app/lyricli/compare/0.1.0...0.2.0
53 [Unreleased]: https://github.com/lyricli-app/lyricli/compare/master...develop