Skip to content

Commit

Permalink
bump version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed Jun 10, 2016
1 parent 67225ce commit 7b06d31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 deletions Extensions/ReaPack.ext
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
@version 1.0rc3
@version 1.0
@author cfillion
@changelog
Added:
+ manager: add restore default settings feature
--
Changed:
+ 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:
+ win32: support unicode chars in REAPER resource path
+ make the transaction report dialog a little bigger
@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.0rc3";
const char *ReaPack::VERSION = "1.0";
const char *ReaPack::BUILDTIME = __DATE__ " " __TIME__;

#ifdef _WIN32
Expand Down

0 comments on commit 7b06d31

Please sign in to comment.