Releases: aidanashby/moondream-alt-text
Releases · aidanashby/moondream-alt-text
Release list
v1.1.7
Full Changelog: v1.1.6...v1.1.7
v1.1.6
Full Changelog: v1.1.5...v1.1.6
Full Changelog: v1.1.5...v1.1.6
v1.1.5
v1.1.4
v1.1.0
What's new
- Automatic updates — the plugin now checks GitHub Releases every 12 hours and surfaces available updates in the standard WordPress Plugins screen. No third-party updater plugin required.
- Filename as prompt hint — the attachment filename is passed to the API (hyphens and underscores converted to spaces). A file named
loki-eats-cake.jpghints'loki eats cake'to the model. - Fewer truncated descriptions — the prompt no longer specifies a character count (vision models ignore it). It now asks for a single brief sentence. The server-side hard cap has been raised from 125 to 200 characters.
Upgrade
Download moondream-alt-text.zip below and install via Plugins → Add New → Upload Plugin, or use the Update link in the Plugins screen if you already have v1.0.0 installed.
v1.0.0 — Initial release
Moondream Alt Text Generator v1.0.0
First public release.
Features
- Single-image generation — Generate button in the media library grid attachment details panel and on the attachment edit page
- Bulk generation — Select multiple images in the media library (grid or list view) and generate alt text in sequence, with a review and edit phase before saving
- Skip or overwrite — Configurable: skip images that already have alt text, or overwrite them
- Global context — Optional prompt context appended to every request (e.g. subject matter of the site)
- Truncation notice — Optional UI notice when generated text was trimmed to fit the 125-character hard limit
- URL-first with base64 fallback — Sends the image URL to the API; falls back to base64 encoding if the URL is not publicly accessible
Requirements
- WordPress 6.0+
- PHP 7.4+
- Moondream Cloud API key
Installation
- Download
moondream-alt-text.zipfrom the assets below - Upload via Plugins → Add New → Upload Plugin in WordPress
- Activate and enter your API key under Settings → Moondream Alt Text