commit a582f448d5b9e186ea8c3a8d8e4c599da81ae11a parent 1706476c5af5ecd1b28df14a40c4fbc284505f0b Author: cfillion <cfillion@users.noreply.github.com> Date: Wed, 22 Nov 2017 02:52:49 -0500 bump version to v1.2 :rocket: Diffstat:
M | Extensions/ReaPack.ext | | | 14 | +++----------- |
M | src/reapack.cpp | | | 2 | +- |
2 files changed, 4 insertions(+), 12 deletions(-)
diff --git a/Extensions/ReaPack.ext b/Extensions/ReaPack.ext @@ -1,5 +1,5 @@ @description ReaPack: Package manager for REAPER -@version 1.2rc3 +@version 1.2 @author cfillion @donation https://www.paypal.com/cgi-bin/webscr?business=T3DEWBQJAV7WL&cmd=_donations¤cy_code=CAD&item_name=ReaPack%3A+Package+manager+for+REAPER @provides @@ -10,14 +10,6 @@ [linux32] reaper_reapack32.so https://github.com/cfillion/reapack/releases/download/v$version/$path [linux64] reaper_reapack64.so https://github.com/cfillion/reapack/releases/download/v$version/$path @changelog - Fixed: - - browser: don't add two consecutive separators in the context menu when selection > 1 and the cursor is not above a package - - browser: don't enable the selection-wide reinstall action if the current version is not in the repository - - browser: fix the package list not being refreshed after toggling the pinned status without installing or removing packages (another v1.2rc1 regression) - - browser: prevent selection-wide install/update action from installing an older version when the current one is not in the repository - - linux: attempt to produce binaries compatible with more Linux flavors (such as Linux Mint) + This is the third stable release of ReaPack. Thank you for using ReaPack and keeping your packages up to date! - Changed: - - browser: rename "Copy package names" back to "Copy package name" in context menu - - browser: sort package types alphabetically in the filter menu (top right button) - - edit the title of a few windows to match the action/menu name + The curated list of changes between ReaPack v1.1 and v1.2 is available at <https://reapack.com/release-notes/v1.2>. diff --git a/src/reapack.cpp b/src/reapack.cpp @@ -37,7 +37,7 @@ using namespace std; -const char *ReaPack::VERSION = "1.2rc3"; +const char *ReaPack::VERSION = "1.2"; const char *ReaPack::BUILDTIME = __DATE__ " " __TIME__; ReaPack *ReaPack::s_instance = nullptr;