commit 2aeeee5b986616e9cc0050b995fa4833049f59fd
parent 35a4ea76a7640c4181924ab7fdd2829627e2a7da
Author: cfillion <cfillion@users.noreply.github.com>
Date: Fri, 6 Jan 2017 08:45:03 -0500
bump version to 1.1rc7
Diffstat:
2 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/Extensions/ReaPack.ext b/Extensions/ReaPack.ext
@@ -1,4 +1,4 @@
-@version 1.1rc6
+@version 1.1rc7
@author cfillion
@description ReaPack: Package manager for REAPER
@provides
@@ -8,10 +8,12 @@
[win64] reaper_reapack64.dll https://github.com/cfillion/reapack/releases/download/v$version/$path
@changelog
Added:
- * about repo: prompt to enable local "Install new packages when sychronizing" override when installing everything
- * config: add ReaTeam/LangPacks to the default repositories
+ * about: save window position and size [p=1779566]
+ * filter: implement exact word matching [t=185894]
+ * manager: save window position, size and list state
Changed:
- * dialog: allow about and browser windows to be resized smaller than the default size
+ * dialog: limit window centering to the nearest monitor [p=1779566]
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
+ * browser: fix crash if saved state is bigger than expected
+ * dialog: fix window positionning with some multi-monitor setups on macOS
+ * listview: fix crash if sort is disabled in saved state
diff --git a/src/reapack.cpp b/src/reapack.cpp
@@ -34,7 +34,7 @@
using namespace std;
-const char *ReaPack::VERSION = "1.1rc6";
+const char *ReaPack::VERSION = "1.1rc7";
const char *ReaPack::BUILDTIME = __DATE__ " " __TIME__;
#ifdef _WIN32