github 66HEX/frame 0.23.1
v0.23.1

latest release: 0.23.2
6 hours ago

Added

  • i18n Guardrails Tooling: Added i18n:extract, i18n:check, and i18n:sync scripts with en-US as source-of-truth, locale key diff checks, placeholder parity validation, and optional sync autofill for missing translations.
  • CI Locale Validation: Added a dedicated GitHub Actions workflow that runs i18n guardrail checks on pull requests and pushes.

Fixed

  • Conversion Failure Dialog Regression: Restored native error dialog display for failed conversions with localized title and close action label.
  • Source Metadata Coverage: Added missing Source tab rendering for colorPrimaries metadata returned by ffprobe probing.
  • Stale Locale Key Cleanup: Removed unused i18n keys across all locale files after UI scope verification (keeping common.* keys intentionally reusable).
  • File List Action Hover Drift: Replaced the row bottom separator from border-b to an ::after 1px line to eliminate subpixel vertical drift when action buttons appear on hover.
  • ML Upscale Sidecar Permission: Added missing Tauri shell capability for realesrgan-ncnn-vulkan so runtime encoder detection and AI upscaling execution can start the sidecar successfully.
  • Update Dialog HTML Safety: Escaped release note HTML before Markdown rendering in the in-app updater dialog to prevent rendering untrusted raw HTML from update metadata.
  • Manual Update Check Recovery: Hardened the settings-side update check flow so request failures no longer leave the UI stuck in a perpetual "Checking..." state.
  • Startup Panic Guarding: Replaced panic-prone window unwraps in the Tauri bootstrap and splash-close flow with explicit error handling to reduce fatal crashes during window lifecycle edge cases.
  • i18n Build Warnings: Removed duplicate locale eager/dynamic import pattern in the i18n bootstrap, eliminating repeated Vite chunking warnings during production builds.
  • Capability Surface Hardening: Removed unused global fs:allow-read-file capability grant to reduce default filesystem exposure.
  • Rust Lint Compliance: Applied cargo clippy recommendations across conversion, dialog, and window lifecycle modules, including enum size reduction, conditional simplifications, and minor API usage cleanups to keep clippy -D warnings green.

Don't miss a new frame release

NewReleases is sending notifications on new releases.