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