diff --git a/CHANGELOG.md b/CHANGELOG.md index 075dcbe..2cf485d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index a6e1e5a..cb3fa3f 100644 --- a/README.md +++ b/README.md @@ -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 -------