diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-03-09 21:36:21 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-03-09 21:36:21 -0500 |
| commit | ebc27030ab873e6f65e67277bd543951a2e4d54b (patch) | |
| tree | c5f43838a2601ce15424401a02aa07d1e615f71a | |
| parent | c71a08f54d2846ca1d2139120d53aa36485e6752 (diff) | |
Update CHANGELOG
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fbae3f..333c601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `printLyrics(_ currentTrack: Track)` allows directly specifying track in library - `lyricli_command` specifies the flags +- Support for catalina Music app ### Changed - CI scripts updated for gitlab CI instead of Travis @@ -16,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Update to Swift 5 tools - Replace CommandLineKit with Bariloche - Reorganize sources folder +- Does not open apps when running ### Removed - Arguments Source (functionality moved to main) |