reapack

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

commit 7b06d31a2b806bfedb19172e2314ff274c1dd4a2
parent 67225ceb772828a6e2b8d5472c57ed125199acce
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Fri, 10 Jun 2016 17:16:58 -0400

bump version to 1.0

Diffstat:
MExtensions/ReaPack.ext | 15++-------------
Msrc/reapack.cpp | 2+-
2 files changed, 3 insertions(+), 14 deletions(-)

diff --git a/Extensions/ReaPack.ext b/Extensions/ReaPack.ext @@ -1,19 +1,8 @@ -@version 1.0rc3 +@version 1.0 @author cfillion @changelog - Added: - + manager: add restore default settings feature - -- Changed: - + 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: - + win32: support unicode chars in REAPER resource path + + make the transaction report dialog a little bigger @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 @@ -32,7 +32,7 @@ using namespace std; -const char *ReaPack::VERSION = "1.0rc3"; +const char *ReaPack::VERSION = "1.0"; const char *ReaPack::BUILDTIME = __DATE__ " " __TIME__; #ifdef _WIN32