v1.2.1 — Ollama Settings button self-refreshes
Patch release. One UX fix in the Ollama Settings pane.
Fix
The Ollama action button in Settings (Download Ollama / Start Ollama / Refresh) now re-reads state on every click and self-updates after a download install.
Previously: clicking Download Ollama, installing Ollama outside the plugin, and returning to Settings left the button stuck on "Download Ollama." Users had to close and reopen Settings to see the updated label. Clicking again launched Ollama correctly but the stale label was confusing.
Now:
- Every button click re-samples Ollama state first, so the action is driven by current reality — not a label set when Settings opened.
- After Download Ollama clicks, the plugin polls every 2 s for up to 3 minutes watching for installation to complete. When detected, the button label self-updates from "Download Ollama" → "Start Ollama" with no manual step.
- If the 3-minute poll times out, status text guides the user to click Download Ollama again or reopen Settings.
- Closing Settings mid-poll cancels the wait (LR's async-task teardown).
No other changes
Same model lineup and prompts as 1.2.0. If you're already running 1.2.0 and haven't hit the button-label staleness, there's nothing else to gain from upgrading.
Install
- Download
AIKeywords-1.2.1.lrplugin.zipbelow. Unzip. - Lightroom → File → Plug-in Manager. If 1.2.0 is already installed, remove it and add the new folder. Otherwise add as new.
- See First-run setup in the README if this is a fresh install.
Full commit log: v1.2.0...v1.2.1