]>
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 | ||
d1a147d4 | 7 | ## [0.3.0] |
1b1c5f49 | 8 | ### Added |
d1a147d4 ER |
9 | - Spotify Source Support |
10 | ||
1b1c5f49 BB |
11 | ### Changed |
12 | - Fix case where iTunes returned track when app was closed | |
13 | - Fix structure and links in CHANGELOG.md | |
14 | ||
6536622b | 15 | ## [0.2.0] |
4c5df35e BB |
16 | ### Added |
17 | - iTunes Source Support | |
18 | ||
1b1c5f49 BB |
19 | ### Changed |
20 | - Fix Lyricli freezes when no track found | |
21 | - Fix README URLs | |
4c5df35e | 22 | |
0d4485a4 | 23 | ## 0.1.0 - 2017-05-20 |
8b945f7e | 24 | ### Added |
5398a7be | 25 | - Documentation with Jazzy / SourceKitten |
fc3f842a BB |
26 | - Apache License |
27 | - Documentation to help use lyricli and contribute | |
28 | - Makefile to help build and install | |
29 | - CI integration | |
30 | - Lyrics engine to fetch the lyrics from lyricswiki | |
31 | - Arguments source to read song and artist from command line | |
8b945f7e BB |
32 | - Parsing of options to match legacy lyricli |
33 | - Placeholder for the library with expected endpoints | |
34 | ||
1b1c5f49 BB |
35 | [0.3.0]: https://github.com/lyricli-app/lyricli/compare/0.2.0...0.3.0 |
36 | [0.2.0]: https://github.com/lyricli-app/lyricli/compare/0.1.0...0.2.0 | |
6536622b | 37 | [Unreleased]: https://github.com/lyricli-app/lyricli/compare/master...develop |