Add a changelog entry for yabridgectl

This commit is contained in:
Robbert van der Helm
2020-07-15 17:47:03 +02:00
parent 1929d1a6d1
commit 6dda4f9683
2 changed files with 18 additions and 2 deletions
+13
View File
@@ -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
+5 -2
View File
@@ -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