Releases: DropSnorz/OwlPlug
Releases · DropSnorz/OwlPlug
OwlPlug 1.22.1
Misc & BugFixes
- LV2 plugins are scanned correctly from additional directories (#174, thanks to @dromer)
- Default vst plugin path has been changed to
/usr/lib/vst
(#172)
Full Changelog: 1.22.0...1.22.1
OwlPlug 1.22.0
Features
Misc & BugFixes
- Plugins VST3 and AU are now displayed correctly if the base file is a directory
- Update JUCE dependency to version 7.0.1
Full Changelog: 1.21.0...1.22.0
OwlPlug 1.21.0
Features
- Export installed plugins to CSV and JSON format by @DropSnorz in #159
- Plugins can be searched by category in the Plugins view
Full Changelog: 1.20.1...1.21.0
OwlPlug 1.20.1
Changelog
Misc & BugFixes
- Remove unused Google Drive scope during auth with Google provider
Full Changelog: 1.20.0...1.20.1
OwlPlug 1.20.0
Changelog
Features
- Linux support by @DropSnorz in #143
- All target environments can be selected on the Store tab filter to browse cross-platform plugins.
Misc & BugFixes
- Options tab is correctly refreshed when user data is cleared (#140)
- Options are correctly deleted after a data reset
- Native scanner timeout is increased from 10s to 30s
- Fix an issue while parsing native scanner output without XML content
Full Changelog: 1.19.0...1.20.0
OwlPlug 1.19.0
Changelog
Features
-
Plugins synchronization can be sandboxed to avoid app crashes (#27). A selector is available in the Options tab to choose between two implementations OwlPlug JNI (legacy) and the new OwlPlug Scanner. For now, the legacy implementation is used by default, but based on community feedback, it may be replaced by the new scanner in future releases. More information about this feature is available on this wiki page.
-
OwlPlug can be installed using winget on windows :
winget install owlplug
-
Google Analytics features have been removed from the app.
OwlPlug 1.18.0
Changelog
Features
- Additional directories can be configured for scanning on each plugin format : VST, VST3, AU (#38)
Misc & BugFixes
- Directory-based audio plugins can be disabled (#117)
- A new icon identifies top-level plugin directories in the treeview.
- Components in the Options tab will be updated correctly when some features are enabled or disabled.
- Links and symlinks are now correctly detected on VST3 and AU directories.
- Various typo issues fixed (UI, docs, codebase, ...)
- OwlPlug version updated from 0.17.X to 1.18.X. A version tag starting with a 0 is invalid on macOS.
- Java and JavaFX updated from version 16 to 17.
OwlPlug 0.17.1
Changelog
Misc & Bugfixes
- Update JUCE dependency to 6.1.2
- Stores are synced on first app launch
- Plugin sync is not triggered on startup if the previous sync has failed.
- A new "Unstable" plugin state tracks crashing plugin during sync.
OwlPlug 0.17.0
Changelog
Features
- Plugins can be disabled from OwlPlug UI (#61)
Misc & BugFixes
- Improved plugin state management and display.
- Support Store specification 1.2.0
- A License field is displayed in the store product details.
- Various dependency updates
OwlPlug 0.16.0
Changelog
Features
- Add Audio Units (AU) support. #40
Misc & BugFixes
- Juce dependencies as been upgraded to 6.0.8. Should improve stability on native discovery.