|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [0.1.0] - 2025-06-01 |
| 9 | + |
| 10 | +### Added |
| 11 | + |
| 12 | +- CLI commands: `aic check [PATHS]` and `aic info <FILE>` |
| 13 | +- C2PA manifest detection and validation |
| 14 | +- XMP/IPTC metadata analysis for AI provenance signals |
| 15 | +- EXIF heuristic analysis |
| 16 | +- PNG text chunk inspection |
| 17 | +- MP4 container metadata parsing |
| 18 | +- ID3 audio tag detection |
| 19 | +- WAV container metadata analysis |
| 20 | +- Filename pattern matching for known AI tools |
| 21 | +- Audio spectral analysis for synthetic content |
| 22 | +- Invisible watermark detection (DWT-DCT) |
| 23 | +- Confidence tiers: HIGH, MEDIUM, LOW |
| 24 | +- Support for image formats: JPEG, PNG, WebP, AVIF, HEIF, TIFF, GIF, BMP |
| 25 | +- Support for video formats: MP4, MOV, AVI, WebM |
| 26 | +- Support for audio formats: MP3, M4A, WAV |
| 27 | +- Support for document formats: PDF |
| 28 | +- JSON output mode (`--json`) |
| 29 | +- Quiet mode (`--quiet`) |
| 30 | +- Deep analysis mode (`--deep`) |
| 31 | +- Internationalization support for 7 languages (en, de, es, hi, ja, ko, zh-CN) |
| 32 | +- Rustdoc documentation with GitHub Pages deployment |
0 commit comments