v0.3.1
Overview
Cursor users can now remove the Cursor provider from the popover. The Settings "Remove Helper" action clears filbert's stored Cursor credentials instead of throwing an error.
✨ Features
- Cursor provider now responds to the "Remove Helper" action, clearing its imported credentials so the provider leaves the popover.
📝 Changes since v0.3.0
- feat(cursor): add credential removal via removeHelper (#37) (
0e39ab5)
Full Changelog: v0.3.0...v0.3.1
Filbert 0.3.1
Unsigned macOS build (Apple Silicon). Direct distribution, ad-hoc signed.
- DMG: Filbert-0.3.1-arm64.dmg
- SHA-256:
f933df0c0feab00114c7b280eca85b21d40fc2c0d7221b8c9c3d5b330845dbd2
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.