From 888fd661eedff610798db016934949ed7e4c558b Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 2 Dec 2021 22:32:15 -0500 Subject: [PATCH] Bump version. Update changelog. --- CHANGELOG.md | 7 ++++++- Core.json | 2 +- Makefile | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99bc2c1c..5b2a19fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ In this document, Mod is Ctrl on Windows/Linux and Cmd on Mac. -### 2.0.0 (in development) +### 2.0.1 (2021-12-02) +- Fix network connection timeout. +- Flush log file when logging to avoid truncated logs. + +### 2.0.0 (2021-11-30) - Redesign Module Browser with compact layout, adjustable zoom levels, sorting options, intelligent searching, and multiple tag selection. - Redesign component graphics and Core panels by [Pyer](https://www.pyer.be/). - Add port tooltips with name, voltage, and list of connected ports. @@ -107,6 +111,7 @@ In this document, Mod is Ctrl on Windows/Linux and Cmd on Mac. - Add on/off threshold values to `dsp::SchmittTrigger`. - Add `dsp::convert()` template functions for converting audio between normalized floats and integers. - Add `bool app::SvgSwitch::latch` setting for latching button switches. + - Dispatch `Module::SampleRateChange` event when `Module` is added to engine. ### 1.1.6 (2019-11-04) - Add ability for plugins to use LuaJIT on Mac. diff --git a/Core.json b/Core.json index 4479d9c7..8f2c40cf 100644 --- a/Core.json +++ b/Core.json @@ -1,7 +1,7 @@ { "slug": "Core", "name": "VCV Core", - "version": "2.0.0", + "version": "2.0.1", "license": "GPL-3.0-or-later", "author": "VCV", "brand": "VCV", diff --git a/Makefile b/Makefile index 0f7f05b5..d72a6e40 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.0 +VERSION := 2.0.1 FLAGS += -Iinclude -Idep/include