Skip to content

v0.6.0

Choose a tag to compare

@victorhqc victorhqc released this 28 Jul 09:46
b55a690

Description

Filbert adds opt-in automatic refresh for each provider. Users can choose Regular or Smart refresh behavior, with clear settings, accessibility support, and Claude Code quota warnings.

Features

  • Per-provider automatic refresh — enable background checks only for selected providers.
  • Regular and Smart modes — use fixed intervals or adjust refresh speed based on usage changes.
  • Refresh Settings — configure shared intervals with localized and accessible controls.
  • Fast refresh status — show which providers are currently refreshing more often.
  • Claude Code disclosure — explain that automatic checks may use Claude Code quota.

What's Changed

  • feat: add opt-in smart auto-refresh with per-provider settings by @victorhqc in #45

Full Changelog: v0.5.0...v0.6.0

Filbert 0.6.0

Unsigned macOS build (Apple Silicon). Direct distribution, ad-hoc signed.

  • DMG: Filbert-0.6.0-arm64.dmg
  • SHA-256: a568883ad6940117f82d7c5b84029aa658b993620be0b17416fb2b8eae4ee487

Install

  1. Mount the DMG and drag Filbert to /Applications.
  2. 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.