reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

commit 01b6cf2e240cf0c76cbc83401d9ed591e557d521
parent ce1a4b4936abc3ffd5844eefe2f2332e6fe06c89
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Thu,  6 Oct 2016 23:44:29 -0400

bump to v1.1rc2

Diffstat:
MExtensions/ReaPack.ext | 19++++++++++---------
Msrc/reapack.cpp | 2+-
2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/Extensions/ReaPack.ext b/Extensions/ReaPack.ext @@ -1,4 +1,4 @@ -@version 1.1rc1 +@version 1.1rc2 @author cfillion @description ReaPack: Package manager for REAPER @provides @@ -8,13 +8,14 @@ [win64] reaper_reapack64.dll https://github.com/cfillion/reapack/releases/download/v$version/$path @changelog Added: - + filter: implement ^ and $ anchors to match start and end of string - + filter: implement NOT, OR and ( ) grouping operators à la REAPER - + manager: synchronize after enabling a repo or the auto install mode [p=1726030] + + support multiple action list sections for scripts [p=1732794] Changed: - + about repo: add ^anchors$ to when setting the browser's filter - + about: make the window user-resizable [#10] - + config: enable all repositories by default [p=1726030] - + manager: make the window bigger [#10] + + 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 <respath>/ReaPack/cache/ subfolder + + source: ignore AL registration information of non-script files Fixed: - + win32: update curl to v7.50.2 (bugfix for wine) [p=1717444] + + 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 diff --git a/src/reapack.cpp b/src/reapack.cpp @@ -34,7 +34,7 @@ using namespace std; -const char *ReaPack::VERSION = "1.1rc1"; +const char *ReaPack::VERSION = "1.1rc2"; const char *ReaPack::BUILDTIME = __DATE__ " " __TIME__; #ifdef _WIN32