]> git.r.bdr.sh - rbdr/lyricli/blame - CHANGELOG.md
Update CHANGELOG
[rbdr/lyricli] / CHANGELOG.md
CommitLineData
8b945f7e
BB
1# Changelog
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](http://keepachangelog.com/)
5and this project adheres to [Semantic Versioning](http://semver.org/).
6
aaf058f0
BB
7## [Unreleased]
8### Added
9- `printLyrics(_ currentTrack: Track)` allows directly specifying
10 track in library
11- `lyricli_command` specifies the flags
ebc27030 12- Support for catalina Music app
aaf058f0
BB
13
14### Changed
2cbb0a97 15- CI scripts updated for gitlab CI instead of Travis
a95769b5 16- Flags are now single words
aaf058f0
BB
17- Update to Swift 5 tools
18- Replace CommandLineKit with Bariloche
19- Reorganize sources folder
ebc27030 20- Does not open apps when running
aaf058f0
BB
21
22### Removed
23- Arguments Source (functionality moved to main)
24
d1a147d4 25## [0.3.0]
1b1c5f49 26### Added
d1a147d4
ER
27- Spotify Source Support
28
1b1c5f49
BB
29### Changed
30- Fix case where iTunes returned track when app was closed
31- Fix structure and links in CHANGELOG.md
32
6536622b 33## [0.2.0]
4c5df35e
BB
34### Added
35- iTunes Source Support
36
1b1c5f49
BB
37### Changed
38- Fix Lyricli freezes when no track found
39- Fix README URLs
4c5df35e 40
0d4485a4 41## 0.1.0 - 2017-05-20
8b945f7e 42### Added
5398a7be 43- Documentation with Jazzy / SourceKitten
fc3f842a
BB
44- Apache License
45- Documentation to help use lyricli and contribute
46- Makefile to help build and install
47- CI integration
48- Lyrics engine to fetch the lyrics from lyricswiki
49- Arguments source to read song and artist from command line
8b945f7e
BB
50- Parsing of options to match legacy lyricli
51- Placeholder for the library with expected endpoints
52
1b1c5f49
BB
53[0.3.0]: https://github.com/lyricli-app/lyricli/compare/0.2.0...0.3.0
54[0.2.0]: https://github.com/lyricli-app/lyricli/compare/0.1.0...0.2.0
6536622b 55[Unreleased]: https://github.com/lyricli-app/lyricli/compare/master...develop