Releases: cfillion/reapack
Releases · cfillion/reapack
v1.2.4rc2
v1.2.4rc1
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
v1.2.3.1
v1.2.3
The curated list of changes between ReaPack v1.2.2 and v1.2.3 is available at https://reapack.com/release-notes/v1.2#v1-2-3.
v1.2.3rc2
v1.2.3rc1
Note: The dll/dylib/so filename has changed in this release. The transition is handled automatically when using ReaPack's package browser to install this pre-release (or Synchronize packages once the v1.2.3 update is marked as stable).
For macOS and Linux: The minimum required versions of REAPER are now v5.1 and v5.20 (respectively). REAPER v6.04 is the new recommended version (it includes patches to WDL/SWELL fixing minor UI bugs in ReaPack). libxml2 2.6+ is required on Linux.
Added:
- Add a "Visible columns:" label to the top of the list column header context menu
- Add support for ARM 32-bit (armv7l) and ARM 64-bit (aarch64) on Linux
- Add support for UNC paths on Windows [p=2207357]
- Fill the Details tab of the DLL's properties in Windows Explorer
Fixed:
- Adjust the text color to be readable in the About dialog when macOS dark mode is enabled
- Correctly display download error messages containing non-English characters on Windows [#26]
- Don't put a check mark on the Versions menu when reinstalling the current version in the package browser
- Fix a crash when reading repository indexes without a root element
- Fix creating directories with paths longer than 248 characters on Windows
- Fix flickering I-beam cursor when hovering text edit fields on macOS
- Fix the list column header customization context menu on Linux
- Re-enable the file URI scheme on Windows [p=2142236]
Changed:
- Improve the search filter syntax (making it more similar to REAPER's implementation):
- Allow matching literal leading ^and trailing$when quoted
- Interpret opening quotes in the middle of a word literally
- Treat closing quotes as the end of a word
 
- Allow matching literal leading 
- Optimize filtering and selecting all packages in the package browser on macOS
- Produce the Linux binaries on Ubuntu 18.04 for better compatibility across various distributions
Removed:
- Drop support for macOS 10.7 and 10.8 due to their lack of modern SSL protocols [t=222487]
- Drop support for REAPER 5.04 and older on macOS (use 6.04 or later for best results)
v1.2.2
v1.2.2rc3
Added:
- implement SHA-256 checksum verification for downloaded files
- browser: add "Synchronize packages" to the menu [p=2084579]
- browser: add "Upload packages" action to the menu opening https://reapack.com/upload
- receipt: annotate installation type and previous version
Fixed:
- import: fix possible crash after downloading indexes
v1.2.2rc2
v1.2.2rc
Fixed:
- Fix a possible crash when changing the about dialog contents
- Fix a possible crash when closing some windows [p=2037784]
- Fix empty context menus being displayed on Linux instead of being discarded
- Prevent erroneous SSL certificate verification failure on some macOS installs [p=1956940]
- Remove scripts from the Action List even if the files do not exist when uninstalling [t=209330]
Changed:
- Automate the build system using continuous integration services
- Use system-provided zlib on Linux and macOS
- Replace ReaPack's own repository URL to point to reapack.com instead of GitHub