commit bdce4a60828188e172d1fc6bd52aa42e12a91cd5 parent 9be6deabff2c01597be105a20e5174685f4bf3ef Author: cfillion <cfillion@users.noreply.github.com> Date: Sun, 13 Nov 2016 21:01:56 -0500 bump version to 1.1rc4 Diffstat:
M | Extensions/ReaPack.ext | | | 14 | ++++---------- |
M | src/reapack.cpp | | | 2 | +- |
2 files changed, 5 insertions(+), 11 deletions(-)
diff --git a/Extensions/ReaPack.ext b/Extensions/ReaPack.ext @@ -1,4 +1,4 @@ -@version 1.1rc3 +@version 1.1rc4 @author cfillion @description ReaPack: Package manager for REAPER @provides @@ -8,13 +8,7 @@ [win64] reaper_reapack64.dll https://github.com/cfillion/reapack/releases/download/v$version/$path @changelog Added: - * about pkg: contents: add "Locate in explorer/finder" context menu action - * config: add ReaTeam/Themes to the default repositories - * config: enable all default repos on upgrade from previous version - * implement per-repository override for the "Install new packages" setting - Changed: - * about pkg: auto-select the current version - * manager: make the window user-resizable [#10] - * remote: improve name validation (now limited to 4..24 chars) + * add support for Language Pack packages [p=1753437] + * browser: add Language Packs filtering option Fixed: - * report: only display changes up to the newly installed version + * win32: fix temporary file removal (was broken since v1.1rc2) [p=1755742] diff --git a/src/reapack.cpp b/src/reapack.cpp @@ -34,7 +34,7 @@ using namespace std; -const char *ReaPack::VERSION = "1.1rc3"; +const char *ReaPack::VERSION = "1.1rc4"; const char *ReaPack::BUILDTIME = __DATE__ " " __TIME__; #ifdef _WIN32