proofmode 0.8.3

Capture, share, and preserve verifiable photos and videos
# Changelog

All notable changes to ProofMode Rust will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
- Comprehensive GitLab CI/CD pipeline for multi-platform builds
- Automatic package publishing to GitLab Package Registry:
  - Python packages to PyPI registry
  - NPM packages to NPM registry
  - Android AAR to Maven registry
  - Docker images to Container registry
- Makefile wrapper for simpler command execution
- Package distribution documentation
- Version update script for coordinated releases

### Changed
- Reorganized repository structure with examples in dedicated directory
- Improved .gitignore patterns for all platforms
- Updated README with current project status
- Fixed circular dependencies in Makefile.toml

### Fixed
- WASM build configuration issues
- Python setup.py path references
- Ruby gem build process
- Android AAR packaging structure

## [0.4.0] - 2025-07-29

### Added
- Initial multiplatform support
- UniFFI bindings for mobile platforms
- Python CLI implementation
- Ruby CLI implementation
- Node.js CLI implementation
- Android example application
- iOS example application
- Docker support

### Changed
- Migrated from single-platform to multiplatform architecture
- Improved error handling across all platforms

## [0.3.0] - 2024-XX-XX

### Added
- C2PA manifest verification
- OpenTimestamps support
- EXIF data validation

### Changed
- Enhanced proof generation with additional metadata
- Improved CLI output formatting

## [0.2.0] - 2024-XX-XX

### Added
- PGP signature support
- Proof bundle generation
- Storage abstraction layer

### Changed
- Refactored core verification logic
- Updated dependencies

## [0.1.0] - 2024-XX-XX

### Added
- Initial release
- Basic proof generation
- SHA-256 hashing
- CLI interface

[Unreleased]: https://gitlab.com/guardianproject/proofmode/proofmode-rust/-/compare/v0.4.0...HEAD
[0.4.0]: https://gitlab.com/guardianproject/proofmode/proofmode-rust/-/compare/v0.3.0...v0.4.0
[0.3.0]: https://gitlab.com/guardianproject/proofmode/proofmode-rust/-/compare/v0.2.0...v0.3.0
[0.2.0]: https://gitlab.com/guardianproject/proofmode/proofmode-rust/-/compare/v0.1.0...v0.2.0
[0.1.0]: https://gitlab.com/guardianproject/proofmode/proofmode-rust/-/releases/v0.1.0