reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

commit 71fc2410359e2bb976e8edf77cb7928785505b82
parent 221fc278a21371863bd652ab2c7b830e93cfed73
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Thu,  6 Jan 2022 22:26:12 -0500

bump version to 1.2.4rc1

Diffstat:
MExtensions/ReaPack.ext | 19+++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/Extensions/ReaPack.ext b/Extensions/ReaPack.ext @@ -1,5 +1,5 @@ @description ReaPack: Package manager for REAPER -@version 1.2.3.1 +@version 1.2.4rc1 @author cfillion @donation https://reapack.com/donate @provides @@ -13,6 +13,17 @@ [win32 ] reaper_reapack-x86.dll https://github.com/cfillion/reapack/releases/download/v$version/$path [win64 ] reaper_reapack-x64.dll https://github.com/cfillion/reapack/releases/download/v$version/$path @changelog - • Add macOS ARM64 build - • Fix filter keywords following an AND subgroup in a OR group being added to the OR group - • Fix truncated first character of top-level absolute paths on Linux and macOS [p=2359736] + Added: + • Add an option to browse packages in each repository's install/update menu + • Match synonymous words when filtering packages (Options > Search for synonyms of common words) [p=2512900] + + Fixed: + • Fix loading from a symlinked resource path on macOS Catalina and newer [#34] + • Fix the browser's filter text box not being auto-focused on macOS REAPER v6 + • Fix typing parentheses in the browser's filter box + • Improve window positionning on Linux in multimonitor setups + + Changed: + • Allow ReaPack to be installed as a symbolic link in UserPlugins on Linux and macOS + • Don't modify the database at every startup + • Rename "Upload packages" to "Package editor" in the browser's menu