Skip to content

Latest commit

 

History

History
80 lines (53 loc) · 5.58 KB

File metadata and controls

80 lines (53 loc) · 5.58 KB

Changelog

0.5.0 (2026-05-31)

Features

  • assistant: Improve command suggestion intent handling (ba630e1)
  • tauri: Upgrade local AI model to Qwen 3B (ec3dc8b)
  • ui: Add local AI install progress widget (d53d76d)
  • ui: Add tooltips to title bar actions (6b4def4)

0.4.0 (2026-05-31)

Features

  • assistant: Add intent classification and prompt parsing (ae27f48)
  • assistant: Enrich insights context and model prompts (bd7e257)
  • search: Improve palette navigation and shortcut labels (e80912d)
  • ui: Add GitHub link to request registry commands (741028e)
  • ui: Expand assistant page with attachments and chat UX (c8a3723)
  • ui: Show learn results in images unified search (572c841)
  • ui: Wire unified search through app shell (389be4b)

0.3.0 (2026-05-30)

Features

  • tauri: Add resource deletes and app insights assistant (bed6a55)
  • ui: Add AI Elements chat components (6679215)
  • ui: Add app insights assistant experience (b714030)
  • ui: Add bulk resource selection and deletion (eeb0c98)
  • ui: Add dashboard and assistant navigation (a9f5ccd)
  • ui: Add Docker dashboard overview (f3d3009)
  • ui: Add sidebar resource panel and navigation icons (89be516)
  • ui: Wire bulk actions into Docker resource pages (6652175)

Bug Fixes

  • release: allow Release Please to create version tags (49617dd)
  • tauri: Wrap app insights assistant invoke params (ac2866b)

0.2.0 (2026-05-28)

Features

  • menu: Add standard Edit menu shortcuts (a09800c)
  • tauri: Add Docker desktop backend (0d10955)
  • tauri: Stream AI model install progress events (033d865)
  • ui: Add container row lifecycle actions (e24a7db)
  • ui: Add Oxidock desktop interface (da7b77e)
  • ui: Improve CLI playground confirmation and state (23275ec)
  • ui: Show AI assistant install progress (157139d)

Bug Fixes

  • release: Normalize entitlements for macOS codesign (6348487)
  • tauri: Classify docker rm as destructive (4e9a1a8)

0.1.0 (2026-05-27)

Features

  • OSS governance: LICENSE, CONTRIBUTING, SECURITY, CODE_OF_CONDUCT, issue/PR templates, Dependabot config
  • CI workflow for frontend and Rust quality gates
  • macOS release workflow: Developer ID signing, Apple notarization, universal .dmg on GitHub Releases (RELEASE.md)
  • Vitest tests for core UI and search utilities
  • Server-side enforcement for destructive Docker CLI commands
  • Content Security Policy for the Tauri webview
  • Registry URL validation (HTTPS only, blocks private/loopback hosts)

Miscellaneous Chores

  • README with development, security, and quality-check documentation
  • Lazy-loaded secondary app pages to reduce initial bundle size