]>
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 | ||
aaf058f0 BB |
7 | ## [Unreleased] |
8 | ### Added | |
9 | - `printLyrics(_ currentTrack: Track)` allows directly specifying | |
10 | track in library | |
11 | - `lyricli_command` specifies the flags | |
12 | ||
13 | ### Changed | |
2cbb0a97 | 14 | - CI scripts updated for gitlab CI instead of Travis |
a95769b5 | 15 | - Flags are now single words |
aaf058f0 BB |
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 | ||
d1a147d4 | 23 | ## [0.3.0] |
1b1c5f49 | 24 | ### Added |
d1a147d4 ER |
25 | - Spotify Source Support |
26 | ||
1b1c5f49 BB |
27 | ### Changed |
28 | - Fix case where iTunes returned track when app was closed | |
29 | - Fix structure and links in CHANGELOG.md | |
30 | ||
6536622b | 31 | ## [0.2.0] |
4c5df35e BB |
32 | ### Added |
33 | - iTunes Source Support | |
34 | ||
1b1c5f49 BB |
35 | ### Changed |
36 | - Fix Lyricli freezes when no track found | |
37 | - Fix README URLs | |
4c5df35e | 38 | |
0d4485a4 | 39 | ## 0.1.0 - 2017-05-20 |
8b945f7e | 40 | ### Added |
5398a7be | 41 | - Documentation with Jazzy / SourceKitten |
fc3f842a BB |
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 | |
8b945f7e BB |
48 | - Parsing of options to match legacy lyricli |
49 | - Placeholder for the library with expected endpoints | |
50 | ||
1b1c5f49 BB |
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 | |
6536622b | 53 | [Unreleased]: https://github.com/lyricli-app/lyricli/compare/master...develop |