mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -04:00
update CHANGELOG.md and README.md
This commit is contained in:
parent
df2605fddd
commit
b65d11cbb7
@ -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/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
## Unreleased
|
## 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
|
### Fixed
|
||||||
- The sointu-vsti-native plugin has different plugin ID and plugin name
|
- The sointu-vsti-native plugin has different plugin ID and plugin name
|
||||||
to not confuse it with the non-native one
|
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
|
## v0.2.0
|
||||||
### Added
|
### Added
|
||||||
|
13
README.md
13
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).
|
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
|
(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
|
Summary
|
||||||
-------
|
-------
|
||||||
|
Loading…
Reference in New Issue
Block a user