]> git.r.bdr.sh - rbdr/lyricli/commitdiff
Update CHANGELOG & Version
authorBen Beltran <redacted>
Sun, 14 Apr 2019 14:12:02 +0000 (16:12 +0200)
committerBen Beltran <redacted>
Sun, 14 Apr 2019 14:12:02 +0000 (16:12 +0200)
CHANGELOG.md
Makefile

index 6c63ee9d681b92e3acb025b989c738f6c7159df4..c6d852535cef280b88a0fa67b64bdc563c4ce640 100644 (file)
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
+## [Unreleased]
+### Added
+- `printLyrics(_ currentTrack: Track)` allows directly specifying
+  track in library
+- `lyricli_command` specifies the flags
+
+### Changed
+- Flags are now camelCase
+- Update to Swift 5 tools
+- Replace CommandLineKit with Bariloche
+- Reorganize sources folder
+
+### Removed
+- Arguments Source (functionality moved to main)
+
 ## [0.3.0]
 ### Added
 - Spotify Source Support
index 6bbe7357771803b076b18335c18ccd4648c1712f..8c79c08d93411e433843dcdcef6da0a33a64dca4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ document: build
                --author Lyricli \
                --author_url https://github.com/lyricli-app \
                --github_url https://github.com/lyricli-app/lyricli \
-               --module-version 0.3.0 \
+               --module-version 0.4.0 \
                --module Lyricli \
 
 clean: