First stable release of AIPrompt: a Windows desktop app to build, organize, and assemble AI prompts from a local library of reusable terms and phrases, and to generate structured ROADMAP.md files.
Installation
Download AIPromptSetup_x64.exe below, run it (no administrator rights required), and launch AIPrompt from the Start Menu or Desktop shortcut. Windows 10/11 x64, self-contained (.NET 8) — no separate runtime install needed.
Highlights since the last pre-release
Added
- Automatic semantic versioning: a single
VERSIONfile drivesVersion/AssemblyVersion/FileVersion/InformationalVersionacross all projects, with a local build script (scripts/build.ps1) that auto-incrementsPATCH - Windows installer built with Inno Setup 6 (per-user install, Start Menu / Desktop shortcuts, clean uninstall) and a one-step build script (
scripts/build-installer.ps1) - Final
README.mdwith installation instructions and real application screenshots CONTRIBUTING.md, issue templates, andCODEOWNERS
Changed
- About tab now shows the full informational version (including pre-release suffixes) instead of a truncated 3-part version
Fixed
- Removed a stray AI co-author mention found in git history during the final compliance pass (history rewritten, affected tags recreated)
See CHANGELOG.md for the complete history.