From 6dda4f9683e306e7afe99f6952b11a286ad5bcae Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 15 Jul 2020 17:47:03 +0200 Subject: [PATCH] Add a changelog entry for yabridgectl --- CHANGELOG.md | 13 +++++++++++++ README.md | 7 +++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 888d0384..743b4d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added + +- By somewhat popular demand, yabridge now comes with yabridgectl, a utility + that can automatically set up and manage yabridge for you. It also performs + some basic checks to ensure that everything has been set up correctly. + Yabridgectl can be downloaded separately from the GitHub releases page and its + use is completely optional, so you don't have to use it if you don't want to. + Check out the + [readme](https://github.com/robbert-vdh/yabridge/tree/feature/cli-tools/tools/yabridgectl/README.md) + for more information on how it works. + ## [1.2.1] - 2020-06-20 ### Changed diff --git a/README.md b/README.md index db928931..4428f7c4 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,11 @@ Please let me know if there are any issues with other VST hosts. ## Usage -TODO: Refactor these sections to refer to yabridgectl for most of the setup. -Manual setup can be moved to its own section. +TODO: Refactor these sections to refer to yabridgectl for most of the setup. If +you are reading this, then you can either follow the instructions below or you +can download a preview version of yabridgectl from the [automated +builds](https://github.com/robbert-vdh/yabridge/actions?query=workflow%3A%22Automated+builds%22+branch%3Amaster) +page. You can either download a prebuilt version of yabridge through the GitHub [releases](https://github.com/robbert-vdh/yabridge/releases) section, or you can