reapack

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

commit ca7e474e918066d102167d7acbe718997c7578ea
parent 7134045dcbde7910e85fe37ced7008474e9c2f45
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Wed, 14 Feb 2024 06:31:18 -0500

bump version to 1.2.4.5

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

diff --git a/Extensions/ReaPack.ext b/Extensions/ReaPack.ext @@ -1,5 +1,5 @@ @description ReaPack: Package manager for REAPER -@version 1.2.4.4 +@version 1.2.4.5 @author cfillion @donation https://reapack.com/donate @provides @@ -13,5 +13,6 @@ [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 2nd/second, unpool/un-pool and spacer/separator to the filter synonyms to match REAPER v7.09 - • Fix a crash when downloading or extracting filenames containing '%' + • Add a mnemonic to ReaPack's menu in Extensions and remove the separator above it + • Fix spurious selection when reloading the package browser on macOS + • Restore compatibility with Linux distributions shipping GCC 7-11 accidentally lost in v1.2.4.4 [t=288248]