update CHANGELOG.md and README.md

This commit is contained in:
5684185+vsariola@users.noreply.github.com 2023-10-01 15:07:50 +03:00
parent df2605fddd
commit b65d11cbb7
2 changed files with 18 additions and 2 deletions

View File

@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
### Added
- Save the GUI state periodically to a recovery file and load it on
startup of the app, if present. The recovery file is located in the
home directory of the user.
### Fixed
- The sointu-vsti-native plugin has different plugin ID and plugin name
to not confuse it with the non-native one
- The VSTI waits for the gioui actually have quit when closing the
plugin
## v0.2.0
### Added

View File

@ -9,9 +9,18 @@ Windows, Mac, Linux (and related) + browser.
User manual will be in the [Wiki](https://github.com/vsariola/sointu/wiki).
Download prebuilt binaries from the [here](https://github.com/vsariola/sointu/actions)
Installation
------------
You can either 1) download the prebuilt release binaries from the [releases](https://github.com/vsariola/sointu/releases);
or 2) download the latest build from the master branch from the [actions](https://github.com/vsariola/sointu/actions)
(find workflow "Binaries" and scroll down for .zip files containing the
artifacts.)
artifacts). Then just run one of the executables or, in the case of the
VST plugins library files, copy them wherever you keep you VST2 plugins.
The pre 1.0 version tags are mostly for reference: no backwards
compatibility will be guaranteed while upgrading to a newer version.
Backwards compatibility will be attempted from 1.0 onwards.
Summary
-------