aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2019-04-14 16:12:02 +0200
committerBen Beltran <ben@nsovocal.com>2019-04-14 16:12:02 +0200
commitaaf058f0d6fa4868e4360780c50aa6e620e0f3db (patch)
tree2ffa1d26141208604a6708b6b2e0435fe4633b1d
parenta2e8f128a03663ee5af4461707ed3af55723ff45 (diff)
Update CHANGELOG & Version
-rw-r--r--CHANGELOG.md15
-rw-r--r--Makefile2
2 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c63ee9..c6d8525 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/Makefile b/Makefile
index 6bbe735..8c79c08 100644
--- 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: