Releases: soderlind/kjeks-ai-reviewer
Releases · soderlind/kjeks-ai-reviewer
Release list
0.6.0
What's Changed
- Render AI Reviewer as a settings tab via shared AddonKit base (0.6.0) by @soderlind in #1
Full Changelog: 0.5.0...0.6.0
0.5.0
Added
- Bulk review: row checkboxes and a select-all control let you accept or reject multiple suggestions at once. Bulk accept skips
necessary(accept those individually). - Norwegian Bokmål (nb_NO) translation, including JavaScript strings.
Changed
- Reviewer UX aligned with the main Kjeks review screen: accept a suggestion by ticking its "Reviewed" checkbox. Replaces the per-row "Accept" button and the "Accept high-confidence" bulk button.
Documentation
- Clarified the conservative category bias and accept-time override.
- Added a ZIP-download installation section.
0.4.0
- Self-updates from GitHub releases via the wordpress-github-updater library (bundled plugin-update-checker). Define the optional KJEKS_GITHUB_TOKEN constant for private repositories or higher GitHub API rate limits.
- Add GitHub Actions workflows to build and attach the release ZIP on published releases and on manual dispatch.