From 26ed36c5c1670193248af88e6d31eb816b67d729 Mon Sep 17 00:00:00 2001 From: cfillion Date: Tue, 7 Jun 2016 20:21:45 -0400 Subject: [PATCH] bump version to 1.0rc3 --- Extensions/ReaPack.ext | 21 +++++++++------------ src/reapack.cpp | 2 +- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/Extensions/ReaPack.ext b/Extensions/ReaPack.ext index 890ebd20..c276ac38 100644 --- a/Extensions/ReaPack.ext +++ b/Extensions/ReaPack.ext @@ -1,22 +1,19 @@ -@version 1.0rc2 +@version 1.0rc3 @author cfillion @changelog Added: - + browser: implement Ctrl+A, Ctrl+Shift+A and Ctrl+C shortcuts - + manager: implement Ctrl+A, Ctrl+Shift+A and Ctrl+C shortcuts - + version: support v0.0 and lesser + + manager: add restore default settings feature -- Changed: - + about: annotate main files with an asterisk - + browser: minor UI tweaks - + browser: restore actions button - + manager: add browse packages button + + browser: don't uninstall packages from protected repositories + + import: open the manager along with the import dialog + + manager: consider the whole selection when building the context menu + + manager: disable the apply button when config is unchanged + + manager: make copy url use the whole selection + + manager: prompt to apply changes when clicking on browse packages button -- Fixed: - + revert "browser: avoid reloading indexes unless they were updated by the transaction" - + transaction: fix registration of scripts embedded in non-script packages - + transaction: fix removal of obsolete files - + transaction: unregister obsolete main files + + win32: support unicode chars in REAPER resource path @provides [darwin32] reaper_reapack32.dylib https://github.com/cfillion/reapack/releases/download/v$version/$path [darwin64] reaper_reapack64.dylib https://github.com/cfillion/reapack/releases/download/v$version/$path diff --git a/src/reapack.cpp b/src/reapack.cpp index 741beedf..52880186 100644 --- a/src/reapack.cpp +++ b/src/reapack.cpp @@ -32,7 +32,7 @@ using namespace std; -const char *ReaPack::VERSION = "1.0rc2"; +const char *ReaPack::VERSION = "1.0rc3"; const char *ReaPack::BUILDTIME = __DATE__ " " __TIME__; #ifdef _WIN32