From 1ecdfce2ea6b0a5427edc02a0f76b57b4dc48f77 Mon Sep 17 00:00:00 2001 From: cfillion Date: Sat, 29 Oct 2016 20:06:35 -0400 Subject: [PATCH] bump version to 1.1rc3 --- Extensions/ReaPack.ext | 19 +++++++++---------- src/reapack.cpp | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/Extensions/ReaPack.ext b/Extensions/ReaPack.ext index a2054fbd..78d4dd1f 100644 --- a/Extensions/ReaPack.ext +++ b/Extensions/ReaPack.ext @@ -1,4 +1,4 @@ -@version 1.1rc2 +@version 1.1rc3 @author cfillion @description ReaPack: Package manager for REAPER @provides @@ -8,14 +8,13 @@ [win64] reaper_reapack64.dll https://github.com/cfillion/reapack/releases/download/v$version/$path @changelog Added: - + support multiple action list sections for scripts [p=1732794] + * about pkg: contents: add "Locate in explorer/finder" context menu action + * config: add ReaTeam/Themes to the default repositories + * config: enable all default repos on upgrade from previous version + * implement per-repository override for the "Install new packages" setting Changed: - + about pkg: display in which Action List section the files are registered - + browser: make the about window follow browser selection [p=1730194] - + browser: clarify package registry read failure error message - + move the repo index cache to /ReaPack/cache/ subfolder - + source: ignore AL registration information of non-script files + * about pkg: auto-select the current version + * manager: make the window user-resizable [#10] + * remote: improve name validation (now limited to 4..24 chars) Fixed: - + about: don't reset the dialog when the content remains the same - + registry: don't downgrade the db version when higher than current - + tabbar: avoid flickering on wine when switching tab + * report: only display changes up to the newly installed version diff --git a/src/reapack.cpp b/src/reapack.cpp index ef0c7e06..d124c4d0 100644 --- a/src/reapack.cpp +++ b/src/reapack.cpp @@ -34,7 +34,7 @@ using namespace std; -const char *ReaPack::VERSION = "1.1rc2"; +const char *ReaPack::VERSION = "1.1rc3"; const char *ReaPack::BUILDTIME = __DATE__ " " __TIME__; #ifdef _WIN32