Skip to content

AIPrompt v1.0.0

Latest

Choose a tag to compare

@Patrickjaillet Patrickjaillet released this 18 Jul 01:35
· 1 commit to main since this release

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 VERSION file drives Version/AssemblyVersion/FileVersion/InformationalVersion across all projects, with a local build script (scripts/build.ps1) that auto-increments PATCH
  • 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.md with installation instructions and real application screenshots
  • CONTRIBUTING.md, issue templates, and CODEOWNERS

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.