Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 2.04 KB

File metadata and controls

59 lines (38 loc) · 2.04 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.3.0] - 2025-03-18

Added

  • Add multi-selection for files in macOS Finder #11.
  • Add avif, c2pa, gif, tif, mov to supported file formats.

Changed

  • Change loading animation to use a spinner.
  • Change macOS Finder menu button to "View Content Credentials."
  • Change errors to display source context, such as file or url.

Fixed

  • Fix content credentials view too small on macOS #7.
  • Fix right click to inspect manifest only affects new window #6.
  • Fix reporting errors from backend to frontend.

0.2.0 - 2024-05-08

Added

  • Add right-click action to preview page for viewing JSON manifest in a separate window #3.

Changed

  • Change verify button to include URL if file is derived from online source.
  • Change error overlay to native prompt.
  • Change default search filter to image when selecting files.
  • Update file drag & drop to support any source (e.g. from browser).
  • Update c2pa web components to new interface.
  • Migrate Tauri v1 to v2 #5.
  • Migrate VanillaJS to React.

Fixed

  • Fix symlinked files not opening #1.
  • Fix empty vertical space in UI on Linux and Windows #2.

0.1.0 - 2024-04-23

Added

  • Everything