Skip to content

Commit 26ed36c

Browse files
committed
bump version to 1.0rc3
1 parent 673120b commit 26ed36c

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

Extensions/ReaPack.ext

+9-12
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
1-
@version 1.0rc2
1+
@version 1.0rc3
22
@author cfillion
33
@changelog
44
Added:
5-
+ browser: implement Ctrl+A, Ctrl+Shift+A and Ctrl+C shortcuts
6-
+ manager: implement Ctrl+A, Ctrl+Shift+A and Ctrl+C shortcuts
7-
+ version: support v0.0 and lesser
5+
+ manager: add restore default settings feature
86
--
97
Changed:
10-
+ about: annotate main files with an asterisk
11-
+ browser: minor UI tweaks
12-
+ browser: restore actions button
13-
+ manager: add browse packages button
8+
+ browser: don't uninstall packages from protected repositories
9+
+ import: open the manager along with the import dialog
10+
+ manager: consider the whole selection when building the context menu
11+
+ manager: disable the apply button when config is unchanged
12+
+ manager: make copy url use the whole selection
13+
+ manager: prompt to apply changes when clicking on browse packages button
1414
--
1515
Fixed:
16-
+ revert "browser: avoid reloading indexes unless they were updated by the transaction"
17-
+ transaction: fix registration of scripts embedded in non-script packages
18-
+ transaction: fix removal of obsolete files
19-
+ transaction: unregister obsolete main files
16+
+ win32: support unicode chars in REAPER resource path
2017
@provides
2118
[darwin32] reaper_reapack32.dylib https://github.com/cfillion/reapack/releases/download/v$version/$path
2219
[darwin64] reaper_reapack64.dylib https://github.com/cfillion/reapack/releases/download/v$version/$path

src/reapack.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
using namespace std;
3434

35-
const char *ReaPack::VERSION = "1.0rc2";
35+
const char *ReaPack::VERSION = "1.0rc3";
3636
const char *ReaPack::BUILDTIME = __DATE__ " " __TIME__;
3737

3838
#ifdef _WIN32

0 commit comments

Comments
 (0)