Releases: 0franco/image-auditor
Releases · 0franco/image-auditor
Release list
v0.2.5
v0.2.4
v0.2.3
Changelog
- 8334768 Use centralized approach for version reading
v0.2.2
Changelog
- 779513b Update .goreleaser.yml to include file name template for package builds
v0.2.1
Changelog
- 3490a3b Add Linux package support + installation instructions
- 67cf536 Update README with upgrade instructions. Clarify optional AI fixes and usage configuration.
- 5966070 Update README to enhance clarity and detail about the Image Auditor tool's functionality, features, and usage. Add a new image for visual reference and improve the structure of detected issues and AI-powered fixes sections.
v0.2.0
Changelog
- fa40095 Merge pull request #3 from 0franco/refactor/org
- c1a65c2 Update README with new environment variables and enhance LLM prompt context. Add optional skip confirmation setting and improve dimension hint for MissingWidthHeight issues in the LLM. Modify TUI menu text for clarity.
- c52096c Implement patch sanitization and improve dimension checks in scanner. Add a function to sanitize LLM patch blocks by removing unwanted artifacts. Update dimension checking logic to handle PHP/template expressions and adjust related tests accordingly.
- 84c5628 Modify error message to clarify unsupported patching scenarios.
- e5e5ff2 Implement LLM confirmation modal and enhance environment configuration options. Add logic to handle LLM confirmation and skip confirmation based on environment variables. Update TUI to manage patch success state and improve user interaction flow.
- a4476ff Enhance TUI functionality by adding key handling for patch success overlay and improving LLM suggestion display logic. Update tests to include oversized file check.
- 1b57ff5 Refactor application structure core functionality for scanning and patching images. Implement tests and add test action cmd to github workflow.
- d6f87d6 Merge branch 'main' into feat/ai-auto-patch
- 31cb670 Add macOS installation instructions for image-auditor in README
- 6190158 Enhance IssueKind enum with PartialEq trait and add detail patch confirmation message in TUI. Refactor input handling for improved user feedback on patch application status.
- fc0efb0 Add MissingAlt issue type for JSX
components, and improve scanning logic for alt attribute detection. Refactor TUI code for better readability and maintainability.
- 0b7e3cc Update version to 0.2.0, change default OpenAI model to gpt-5.2, and clean up SuggestedPatch struct dead code. Adjust .env.example and README accordingly.
- 6a87e08 Add AI-powered code fix suggestions feature with support for OpenAI, Anthropic, and Ollama. Introduced configuration via .env file, updated README, and modified scanner and TUI for LLM integration. Updated dependencies in Cargo.toml and Cargo.lock.
v0.1.7
Changelog
- eda5d0f Fix wrong repo name
v0.1.6
Changelog
- 6371c81 Add permissions for write access to contents in GitHub Actions release workflow