v0.5.0
Overview
Every provider now has an on/off switch. You can keep a provider configured
but turned off — Filbert won't fetch, refresh, or import credentials from it
until you flip the switch back on. Saving an API key automatically enables
the provider.
✨ Features
- Enable/disable toggles for every provider. Each provider card in
Settings has a toggle. When a provider is off, Filbert skips it entirely.
Saving an API key turns the provider on automatically. - Disabled providers show guidance. Instead of setup controls, a disabled
provider card shows a short note telling you to enable it first.
📝 Changes since v0.4.0
- feat: add explicit enable/disable toggles for every provider in Settings (#44) (
37fdfdf)
Full Changelog: v0.4.0...v0.5.0
Filbert 0.5.0
Unsigned macOS build (Apple Silicon). Direct distribution, ad-hoc signed.
- DMG: Filbert-0.5.0-arm64.dmg
- SHA-256:
60c681709ec96bbe8cb9c117f8015c30a5416995c339e546ec1a06b41e635096
Install
- Mount the DMG and drag Filbert to /Applications.
- On first launch, macOS Gatekeeper will block the app because it is
unsigned. Do one of:-
Right-click Filbert in /Applications → Open → confirm the
prompt. Only needed once. -
Or run this in Terminal:
xattr -cr '/Applications/Filbert.app'
-
Why unsigned?
This is a transitional state. The moment an Apple Developer Program
membership is configured, releases automatically become signed and
notarized with no action on your part.