reapack

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

commit 0231e39f7d48c61163d065b32a2f787afe70dcbe
parent 20a723289a0f169c41cc15626221b0f1a2791ae0
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Sun, 18 Dec 2016 23:34:02 -0500

bump version to v1.1rc5

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

diff --git a/Extensions/ReaPack.ext b/Extensions/ReaPack.ext @@ -1,4 +1,4 @@ -@version 1.1rc4 +@version 1.1rc5 @author cfillion @description ReaPack: Package manager for REAPER @provides @@ -8,7 +8,7 @@ [win64] reaper_reapack64.dll https://github.com/cfillion/reapack/releases/download/v$version/$path @changelog Added: - * add support for Language Pack packages [p=1753437] - * browser: add Language Packs filtering option - Fixed: - * win32: fix temporary file removal (was broken since v1.1rc2) [p=1755742] + * about: make Ctrl+C copy pkg name or source url + * about pkg: double clicking on a file opens it in file explorer + * add support for REAPER v5.30 custom Web Interfaces + * browser: prompt to enable "Install new packages when sychronizing" when installing everything diff --git a/src/reapack.cpp b/src/reapack.cpp @@ -34,7 +34,7 @@ using namespace std; -const char *ReaPack::VERSION = "1.1rc4"; +const char *ReaPack::VERSION = "1.1rc5"; const char *ReaPack::BUILDTIME = __DATE__ " " __TIME__; #ifdef _WIN32