Skip to content

A7Box v0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jul 03:47

A7Box v0.1.1

✨ Features

  • feat(backend): add reminder commands and notification event handlers
  • feat: add reminder module with local notification system
  • feat: add shortcut conflict detection with override confirmation
  • feat: inject app version via Vite define constant
  • feat: add macOS Gatekeeper workaround docs and CI signing scaffolding
  • feat(screenshot): add ellipse drawing tool with Shift constraint for circle/square

🐛 Bug Fixes

  • fix(ci): conditionally set APPLE_SIGNING_IDENTITY to skip macOS codesign when secret is not configured
  • fix: CommandPalette auto-scroll and category filter index mismatch
  • fix: improve TitleBar/Dialog interaction and resolve z-index conflicts
  • fix(macOS): title bar, file dialog i18n, Finder Quick Actions

📝 Other Changes

  • chore: bump version to 0.1.1
  • refactor: clean up utility windows and screenshot module
  • docs: rewrite bilingual README with restructured content
  • style: migrate CapturePreview from inline styles to Tailwind CSS