Skip to content

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 02 Sep 13:00
· 22 commits to main since this release

Features & Improvements

  • Context-Aware Web Search: When triggered inside a supported web browser (Safari, Chrome, Arc, Brave, Edge, etc.), web searches now open directly in the active browser rather than defaulting to the system default browser (#25).
  • Configurable Bar Width Slider & Dynamic Packing: Replaced fixed page sizes with an intuitive 5-level bar width slider and dynamic page packing in the floating popup HUD.
  • Command Line Flags: Added CLI support for --version / -v and --help / -h flags for quick version and usage inspection from the terminal (#29).
  • Extension Local Icon Validation: Added automated verification in validate_extension.sh to ensure referenced local icon files exist and are accessible (#30).

Fixes & Stability

  • Action Group Persistence: Preserved custom user action group configurations and member assignments across extension updates and catalog reloads (#24).
  • Toast Positioning: Centered toast notifications in-place directly over the closed popup frame to prevent visual jumps during action execution.
  • Extension Update Error Reporting: Enhanced extension updater to log and surface individual update failures instead of silently dropping errors (#32).
  • Calendar Event Cleanup: Ensured temporary .ics event files are cleanly removed following Calendar imports with strict regular-file verification (#31).
  • Settings Type Safety: Replaced unsafe force-casts in SettingsStore.get with safe fallback defaults (#26).
  • Documentation & Localization: Synchronized documentation with Swift 6 and updated contributing prerequisites for Xcode 16+ (#28).

Contributors