From ca85e0a607a3a54fed8d2c3f0821c04ae62b8db7 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 4 Jul 2022 03:00:36 -0400 Subject: [PATCH] Bump version. Update changelog. --- CHANGELOG.md | 8 ++++++++ Core.json | 2 +- Makefile | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1e0ee71..69070fe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ In this document, Ctrl means Cmd on Mac. +### 2.1.2 (in development) +- Add old module moving behavior (nearest and force-moving), available by disabling "View > Auto-squeeze algorithm". +- Reorganized View menu. +- Add version comparator so Rack only updates plugins or itself if the remote version is "greater" than the local version, as defined by the `string::Version` documentation. +- Add file association to Mac, so double-clicking a `.vcv` patch file in Finder opens Rack and loads the patch. +- Fix expanders not updating (connecting or disconnecting to adjacent modules) when cloning or removing modules. +- Fix VCV Audio 2 VU meter light thresholds not matching label. + ### 2.1.1 (2022-05-21) - Allow changing cable colors with port menu. - Fix placement bugs and improve behavior when moving or duplicating modules. diff --git a/Core.json b/Core.json index 8bb2f1d3..7e7b6d93 100644 --- a/Core.json +++ b/Core.json @@ -1,7 +1,7 @@ { "slug": "Core", "name": "VCV Core", - "version": "2.1.0", + "version": "2.1.2", "license": "GPL-3.0-or-later", "author": "VCV", "brand": "VCV", diff --git a/Makefile b/Makefile index c4e199f1..59d27122 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.1.1 +VERSION := 2.1.2 FLAGS += -Iinclude -Idep/include