]> git.r.bdr.sh - rbdr/lyricli/blame_incremental - CHANGELOG.md
Bumping to 1.0.0 to use semver
[rbdr/lyricli] / CHANGELOG.md
... / ...
CommitLineData
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
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- 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
19
20### Removed
21- Arguments Source (functionality moved to main)
22
23## [0.3.0]
24### Added
25- Spotify Source Support
26
27### Changed
28- Fix case where iTunes returned track when app was closed
29- Fix structure and links in CHANGELOG.md
30
31## [0.2.0]
32### Added
33- iTunes Source Support
34
35### Changed
36- Fix Lyricli freezes when no track found
37- Fix README URLs
38
39## 0.1.0 - 2017-05-20
40### Added
41- Documentation with Jazzy / SourceKitten
42- Apache License
43- Documentation to help use lyricli and contribute
44- Makefile to help build and install
45- CI integration
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
50
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