reapack

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

commit 5fde54d36d703a58535a860beb270a31734df700
parent 3162960d2e4fbc55009d567391756b93c09ec438
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Wed, 28 Dec 2016 23:35:59 -0500

bump version to v1.1rc6

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

diff --git a/Extensions/ReaPack.ext b/Extensions/ReaPack.ext @@ -1,4 +1,4 @@ -@version 1.1rc5 +@version 1.1rc6 @author cfillion @description ReaPack: Package manager for REAPER @provides @@ -8,7 +8,10 @@ [win64] reaper_reapack64.dll https://github.com/cfillion/reapack/releases/download/v$version/$path @changelog Added: - * 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 + about repo: prompt to enable local "Install new packages when sychronizing" override when installing everything + config: add ReaTeam/LangPacks to the default repositories + Changed: + dialog: allow about and browser windows to be resized smaller than the default size + Fixed: + about: fix for the Escape key not closing the window in some cases on macOS + about: fix link button positioning when the window is resized diff --git a/src/reapack.cpp b/src/reapack.cpp @@ -34,7 +34,7 @@ using namespace std; -const char *ReaPack::VERSION = "1.1rc5"; +const char *ReaPack::VERSION = "1.1rc6"; const char *ReaPack::BUILDTIME = __DATE__ " " __TIME__; #ifdef _WIN32