Browse Source

Bump version. Update changelog.

tags/v2.0.2
Andrew Belt 3 years ago
parent
commit
00808b52bb
3 changed files with 11 additions and 2 deletions
  1. +9
    -0
      CHANGELOG.md
  2. +1
    -1
      Core.json
  3. +1
    -1
      Makefile

+ 9
- 0
CHANGELOG.md View File

@@ -2,6 +2,15 @@

In this document, Mod is Ctrl on Windows/Linux and Cmd on Mac.

### 2.0.2 (2021-12-06)
- Turn off lights if module is bypassed.
- Fix Font and Image not loading UTF-8 filenames on Windows.
- Fix plugins not loading if their fallback alias exists.
- Fix crash when sometimes unsetting audio interface on Mac.
- Rack Pro
- Save/restore plugin window size in patch.
- Fix crash on scan in Renoise.

### 2.0.1 (2021-12-02)
- Fix network connection timeout.
- Flush log file when logging to avoid truncated logs.


+ 1
- 1
Core.json View File

@@ -1,7 +1,7 @@
{
"slug": "Core",
"name": "VCV Core",
"version": "2.0.1",
"version": "2.0.2",
"license": "GPL-3.0-or-later",
"author": "VCV",
"brand": "VCV",


+ 1
- 1
Makefile View File

@@ -1,7 +1,7 @@
RACK_DIR ?= .
VERSION_MAJOR := 2
# VERSION := 2.git.$(shell git rev-parse --short HEAD)
VERSION := 2.0.1
VERSION := 2.0.2

FLAGS += -Iinclude -Idep/include



Loading…
Cancel
Save