Skip to content

Releases: DropSnorz/OwlPlug

OwlPlug 1.24.0

18 Aug 16:50
Compare
Choose a tag to compare

Features

  • Directory statistics and metrics: The directory view displays statistics about the directory's largest files. It was a highly requested feature to track space consumption by plugins and files.
    Implementation mostly inspired by @the-simian initial proposal. See #201 and #118

Misc and Bugfixes

  • Number of additional directories is correctly displayed in the Welcome dialog. Issue #196 reported by @jotacoro
  • Welcome dialog can now be closed correctly. Issue #197 reported by @jotacoro
  • Upgrade to spring boot 3 by @DropSnorz in #200
    • ⚠️ Due to the H2 update, data has been cleared and plugins must be re-synced
  • CI Maintenance - Q2 2023 by @DropSnorz in #195

Full Changelog: 1.23.1...1.24.0

OwlPlug 1.23.1

31 Mar 18:25
Compare
Choose a tag to compare

Misc & Bugfixes

  • Fix a NPE on owlplug-host module. An unexpected output from some plugins can put the OwlPlug scan in an unrecoverable error using OwlPlug Scanner (9fcba8e)

OwlPlug 1.23.0

05 Feb 17:42
Compare
Choose a tag to compare

Features

  • New registry model support for downloading plugins by @DropSnorz in #183
    • The default source for plugins download is the new owlplug-registry
    • The OwlPlug Central collection is now deprecated.
    • A new feed is available to download Studiorack plugins from OwlPlug app.
  • Multi-Archive type support for plugin downloads by @DropSnorz in #189

Misc and Bugfixes

  • A directory chooser is now correctly displayed if the preferred path is not set for a plugin format
  • OwlPlug Registry and Studiorack feed are suggested sources in the app.
  • Plugins from OwlPlug and Studiorack are now identified in Explore tab.
  • Dependencies updates:
    • JUCE: 7.0.4
    • JavaFX: 19 (Fix for #187, thanks to @Yetispapa)
    • Spring boot: 2.7.7 (intermediate for v3)

Compatibility

  • Minimum macOS version is now High Sierra 10.13 (Previously 10.12)

Full Changelog: 1.22.1...1.23.0

OwlPlug 1.22.1

07 Sep 08:17
Compare
Choose a tag to compare

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

05 Sep 20:03
Compare
Choose a tag to compare

Features

  • Plugin subcomponents and Waveshell compatibility in #169
  • LV2 format support in #170

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

14 Jul 11:41
Compare
Choose a tag to compare

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

26 May 20:48
Compare
Choose a tag to compare

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

12 May 20:46
Compare
Choose a tag to compare

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

12 Mar 11:19
Compare
Choose a tag to compare

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

21 Nov 10:26
Compare
Choose a tag to compare

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.