]>
Commit | Line | Data |
---|---|---|
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 | ||
7 | ## [0.3.0] | |
8 | ### Added | |
9 | - Spotify Source Support | |
10 | ||
11 | ### Changed | |
12 | - Fix case where iTunes returned track when app was closed | |
13 | - Fix structure and links in CHANGELOG.md | |
14 | ||
15 | ## [0.2.0] | |
16 | ### Added | |
17 | - iTunes Source Support | |
18 | ||
19 | ### Changed | |
20 | - Fix Lyricli freezes when no track found | |
21 | - Fix README URLs | |
22 | ||
23 | ## 0.1.0 - 2017-05-20 | |
24 | ### Added | |
25 | - Documentation with Jazzy / SourceKitten | |
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 | |
32 | - Parsing of options to match legacy lyricli | |
33 | - Placeholder for the library with expected endpoints | |
34 | ||
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 | |
37 | [Unreleased]: https://github.com/lyricli-app/lyricli/compare/master...develop |