]> git.r.bdr.sh - rbdr/lyricli/blame - CHANGELOG.md
Use single word long options
[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
12
13### Changed
14- Flags are now camelCase
15- Update to Swift 5 tools
16- Replace CommandLineKit with Bariloche
17- Reorganize sources folder
18
19### Removed
20- Arguments Source (functionality moved to main)
21
d1a147d4 22## [0.3.0]
1b1c5f49 23### Added
d1a147d4
ER
24- Spotify Source Support
25
1b1c5f49
BB
26### Changed
27- Fix case where iTunes returned track when app was closed
28- Fix structure and links in CHANGELOG.md
29
6536622b 30## [0.2.0]
4c5df35e
BB
31### Added
32- iTunes Source Support
33
1b1c5f49
BB
34### Changed
35- Fix Lyricli freezes when no track found
36- Fix README URLs
4c5df35e 37
0d4485a4 38## 0.1.0 - 2017-05-20
8b945f7e 39### Added
5398a7be 40- Documentation with Jazzy / SourceKitten
fc3f842a
BB
41- Apache License
42- Documentation to help use lyricli and contribute
43- Makefile to help build and install
44- CI integration
45- Lyrics engine to fetch the lyrics from lyricswiki
46- Arguments source to read song and artist from command line
8b945f7e
BB
47- Parsing of options to match legacy lyricli
48- Placeholder for the library with expected endpoints
49
1b1c5f49
BB
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
6536622b 52[Unreleased]: https://github.com/lyricli-app/lyricli/compare/master...develop