File tree 2 files changed +10
-13
lines changed
2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 1
- @version 1.0rc2
1
+ @version 1.0rc3
2
2
@author cfillion
3
3
@changelog
4
4
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
8
6
--
9
7
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
14
14
--
15
15
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
20
17
@provides
21
18
[darwin32] reaper_reapack32.dylib https://github.com/cfillion/reapack/releases/download/v$version/$path
22
19
[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.0rc2 " ;
35
+ const char *ReaPack::VERSION = " 1.0rc3 " ;
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