summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Belt <andrewpbelt@gmail.com>2022-01-01 05:38:40 -0500
committerAndrew Belt <andrewpbelt@gmail.com>2022-01-01 05:38:40 -0500
commit2dc80509d29880e8b8ca67ba5d1af4835a6b6cad (patch)
treeea2431c9e4f9d5b1003fb105c2e1b3f79f247042
parentdf85327549abdaa4fd54ea04d4deae9284bbbee3 (diff)
Update changelog and bump version.v2.0.5
-rw-r--r--CHANGELOG.md7
-rw-r--r--Core.json2
-rw-r--r--Makefile2
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 04d1e44f..d27e8503 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
In this document, Ctrl means Cmd on Mac.
+### 2.0.5 (2022-01-01)
+- Swap order of parameter name and module name in MIDI-Map.
+- Parse all note names from c0 to b9 and accidentals like c# and cb in parameter entry field.
+- Tweak framebuffer render-skipping algorithm to always render at least 1 framebuffer after the frame deadline, to prevent framebuffers from never being rendered.
+- Set audio device default sample rate to 44100, and block size to 256 except DirectSound to 1024.
+- Fix file dialog truncating Unicode filenames on Mac.
+
### 2.0.4 (2021-12-18)
- Fix hang when initializing Audio module.
- Fix hidden window after closing while minimized and reopening.
diff --git a/Core.json b/Core.json
index 506d50d7..96addb29 100644
--- a/Core.json
+++ b/Core.json
@@ -1,7 +1,7 @@
{
"slug": "Core",
"name": "VCV Core",
- "version": "2.0.4",
+ "version": "2.0.5",
"license": "GPL-3.0-or-later",
"author": "VCV",
"brand": "VCV",
diff --git a/Makefile b/Makefile
index c7074ce3..c1dfccad 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.4
+VERSION := 2.0.5
FLAGS += -Iinclude -Idep/include