Skip to content

Commit 7b06d31

Browse files
committed
bump version to 1.0
1 parent 67225ce commit 7b06d31

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

Extensions/ReaPack.ext

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
1-
@version 1.0rc3
1+
@version 1.0
22
@author cfillion
33
@changelog
4-
Added:
5-
+ manager: add restore default settings feature
6-
--
74
Changed:
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
14-
--
15-
Fixed:
16-
+ win32: support unicode chars in REAPER resource path
5+
+ make the transaction report dialog a little bigger
176
@provides
187
[darwin32] reaper_reapack32.dylib https://github.com/cfillion/reapack/releases/download/v$version/$path
198
[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.0rc3";
35+
const char *ReaPack::VERSION = "1.0";
3636
const char *ReaPack::BUILDTIME = __DATE__ " " __TIME__;
3737

3838
#ifdef _WIN32

0 commit comments

Comments
 (0)