File tree 2 files changed +3
-14
lines changed
2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 1
- @version 1.0rc3
1
+ @version 1.0
2
2
@author cfillion
3
3
@changelog
4
- Added:
5
- + manager: add restore default settings feature
6
- --
7
4
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
17
6
@provides
18
7
[darwin32] reaper_reapack32.dylib https://github.com/cfillion/reapack/releases/download/v$version/$path
19
8
[darwin64] reaper_reapack64.dylib https://github.com/cfillion/reapack/releases/download/v$version/$path
Original file line number Diff line number Diff line change 32
32
33
33
using namespace std ;
34
34
35
- const char *ReaPack::VERSION = " 1.0rc3 " ;
35
+ const char *ReaPack::VERSION = " 1.0 " ;
36
36
const char *ReaPack::BUILDTIME = __DATE__ " " __TIME__;
37
37
38
38
#ifdef _WIN32
You can’t perform that action at this time.
0 commit comments