diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b2a19fd..f47faafb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Core.json b/Core.json index 8f2c40cf..d29a7583 100644 --- a/Core.json +++ b/Core.json @@ -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", diff --git a/Makefile b/Makefile index d72a6e40..6e10c126 100644 --- a/Makefile +++ b/Makefile @@ -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