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/).
11 - `printLyrics(_ currentTrack: Track)` allows directly specifying
13 - `lyricli_command` specifies the flags
14 - Support for catalina Music app
17 - CI scripts updated for gitlab CI instead of Travis
18 - Flags are now single words
19 - Update to Swift 5 tools
20 - Replace CommandLineKit with Bariloche
21 - Reorganize sources folder
22 - Does not open apps when running
25 - Arguments Source (functionality moved to main)
29 - Spotify Source Support
32 - Fix case where iTunes returned track when app was closed
33 - Fix structure and links in CHANGELOG.md
37 - iTunes Source Support
40 - Fix Lyricli freezes when no track found
45 - Documentation with Jazzy / SourceKitten
47 - Documentation to help use lyricli and contribute
48 - Makefile to help build and install
50 - Lyrics engine to fetch the lyrics from lyricswiki
51 - Arguments source to read song and artist from command line
52 - Parsing of options to match legacy lyricli
53 - Placeholder for the library with expected endpoints
55 [1.0.0]: https://github.com/lyricli-app/lyricli/compare/0.3.0...1.0.0
56 [0.3.0]: https://github.com/lyricli-app/lyricli/compare/0.2.0...0.3.0
57 [0.2.0]: https://github.com/lyricli-app/lyricli/compare/0.1.0...0.2.0
58 [Unreleased]: https://github.com/lyricli-app/lyricli/compare/master...develop