Skip to content

Commit

Permalink
bump version to 1.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed Jun 8, 2016
1 parent 673120b commit 26ed36c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
21 changes: 9 additions & 12 deletions Extensions/ReaPack.ext
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
@version 1.0rc2
@version 1.0rc3
@author cfillion
@changelog
Added:
+ browser: implement Ctrl+A, Ctrl+Shift+A and Ctrl+C shortcuts
+ manager: implement Ctrl+A, Ctrl+Shift+A and Ctrl+C shortcuts
+ version: support v0.0 and lesser
+ manager: add restore default settings feature
--
Changed:
+ about: annotate main files with an asterisk
+ browser: minor UI tweaks
+ browser: restore actions button
+ manager: add browse packages button
+ browser: don't uninstall packages from protected repositories
+ import: open the manager along with the import dialog
+ manager: consider the whole selection when building the context menu
+ manager: disable the apply button when config is unchanged
+ manager: make copy url use the whole selection
+ manager: prompt to apply changes when clicking on browse packages button
--
Fixed:
+ revert "browser: avoid reloading indexes unless they were updated by the transaction"
+ transaction: fix registration of scripts embedded in non-script packages
+ transaction: fix removal of obsolete files
+ transaction: unregister obsolete main files
+ win32: support unicode chars in REAPER resource path
@provides
[darwin32] reaper_reapack32.dylib https://github.com/cfillion/reapack/releases/download/v$version/$path
[darwin64] reaper_reapack64.dylib https://github.com/cfillion/reapack/releases/download/v$version/$path
Expand Down
2 changes: 1 addition & 1 deletion src/reapack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

using namespace std;

const char *ReaPack::VERSION = "1.0rc2";
const char *ReaPack::VERSION = "1.0rc3";
const char *ReaPack::BUILDTIME = __DATE__ " " __TIME__;

#ifdef _WIN32
Expand Down

0 comments on commit 26ed36c

Please sign in to comment.