reapack

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

commit ace0895a24d18b1dbf3870c3723e79f055835375
parent b2f6b62e911703d4f30e70f817961c38143546cb
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Thu, 15 Aug 2024 12:21:37 -0400

bump verson to 1.2.4.6

Diffstat:
MExtensions/ReaPack.ext | 7+++----
1 file changed, 3 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.4.5 +@version 1.2.4.6 @author cfillion @donation https://reapack.com/donate @provides @@ -13,6 +13,5 @@ [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 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] + • Fix committing action list changes when the last file in a package is not a registered script + • Increase maximum concurrent downloads from 4 to 6