]>
Commit | Line | Data |
---|---|---|
8b945f7e BB |
1 | # Changelog |
2 | All notable changes to this project will be documented in this file. | |
3 | ||
4 | The format is based on [Keep a Changelog](http://keepachangelog.com/) | |
5 | and this project adheres to [Semantic Versioning](http://semver.org/). | |
6 | ||
6536622b | 7 | ## [0.2.0] |
4c5df35e BB |
8 | ### Added |
9 | - iTunes Source Support | |
10 | ||
11 | ### Fixed | |
12 | - Lyricli freezes when no track found | |
6536622b | 13 | - README URLs |
4c5df35e | 14 | |
0d4485a4 | 15 | ## 0.1.0 - 2017-05-20 |
8b945f7e | 16 | ### Added |
5398a7be | 17 | - Documentation with Jazzy / SourceKitten |
fc3f842a BB |
18 | - Apache License |
19 | - Documentation to help use lyricli and contribute | |
20 | - Makefile to help build and install | |
21 | - CI integration | |
22 | - Lyrics engine to fetch the lyrics from lyricswiki | |
23 | - Arguments source to read song and artist from command line | |
8b945f7e BB |
24 | - Parsing of options to match legacy lyricli |
25 | - Placeholder for the library with expected endpoints | |
26 | ||
6536622b BB |
27 | [Unreleased]: https://github.com/lyricli-app/lyricli/compare/0.1.0...0.2.0 |
28 | [Unreleased]: https://github.com/lyricli-app/lyricli/compare/master...develop |