X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/blobdiff_plain/38d5d6de414ad69d6a7dc744e4aed39c488ba30f..3f746cc0beb5756e706e289ab2b92b43de928f74:/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c63ee9..2021ed1 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 single words +- 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