Skip to content

Commit bf09ebe

Browse files
committedDec 10, 2017
bump version to 1.2.1beta
1 parent 09dbbf6 commit bf09ebe

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed
 

‎Extensions/ReaPack.ext

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@description ReaPack: Package manager for REAPER
2-
@version 1.2
2+
@version 1.2.1beta
33
@author cfillion
44
@donation https://www.paypal.com/cgi-bin/webscr?business=T3DEWBQJAV7WL&cmd=_donations&currency_code=CAD&item_name=ReaPack%3A+Package+manager+for+REAPER
55
@provides
@@ -10,6 +10,15 @@
1010
[linux32] reaper_reapack32.so https://github.com/cfillion/reapack/releases/download/v$version/$path
1111
[linux64] reaper_reapack64.so https://github.com/cfillion/reapack/releases/download/v$version/$path
1212
@changelog
13-
This is the third stable release of ReaPack. Thank you for using ReaPack and keeping your packages up to date!
13+
Fixed:
14+
* don't open the progress dialog while a modal dialog is shown [p=1920318]
15+
* fix list desynchronisation when removing rows (eg. uninstalling repositories)
16+
* fix possible crash when synchronizing a repository from about dialog while the obsolete prompt is displayed
17+
* fix the about dialog sometime reloading multiple times in a row
18+
* ignore '.' and do Windows absolute path detection logic when parsing the last or only path segment [p=1919963]
19+
* use CRLF as newline separator when copying multiple values on Windows
1420

15-
The curated list of changes between ReaPack v1.1 and v1.2 is available at <https://reapack.com/release-notes/v1.2>.
21+
Changed:
22+
* don't convert the resource path given by REAPER 5.65+ from system default ANSI code page to UTF-8 on Windows [p=1921620]
23+
* restore behavior of always enabling existing repositories on re-import
24+
* synchronize when changing the URL of a repository and the autoinstall setting is enabled

‎src/reapack.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
using namespace std;
3939

40-
const char *ReaPack::VERSION = "1.2";
40+
const char *ReaPack::VERSION = "1.2.1beta";
4141
const char *ReaPack::BUILDTIME = __DATE__ " " __TIME__;
4242

4343
ReaPack *ReaPack::s_instance = nullptr;

0 commit comments

Comments
 (0)