Releases: GeiserX/LynxPrompt
Releases · GeiserX/LynxPrompt
LynxPrompt CLI v2.1.1
What's Changed in CLI
Changes
- chore(cli): bump version to 2.1.1 [skip ci]
- chore(deps-dev): bump the npm_and_yarn group across 2 directories with 3 updates
Installation
# npm (requires Node.js)
npm install -g lynxprompt@2.1.1
# Homebrew (macOS/Linux)
brew install GeiserX/lynxprompt/lynxprompt
# Chocolatey (Windows)
choco install lynxprompt
# Snap (Linux)
snap install lynxpromptStandalone Binaries (no dependencies)
Download the appropriate binary for your platform from the assets below:
- Linux x64:
lynxprompt-2.1.1-linux-x64.tar.gz - Linux ARM64:
lynxprompt-2.1.1-linux-arm64.tar.gz - macOS x64:
lynxprompt-2.1.1-macos-x64.tar.gz - macOS ARM64 (Apple Silicon):
lynxprompt-2.1.1-macos-arm64.tar.gz - Windows x64:
lynxprompt-2.1.1-win-x64.zip
Full Changelog: cli-v2.1.0...cli-v2.1.1
LynxPrompt v2.0.76
What's Changed
🔧 Other Changes
- chore: bump app version to 2.0.76 [skip ci]
- Merge pull request #41 from GeiserX/dependabot/npm_and_yarn/cli/npm_and_yarn-91b6f6f276
- Merge pull request #40 from GeiserX/dependabot/npm_and_yarn/next-16.2.1
- deps: bump next from 16.1.6 to 16.2.1
- deps: bump flatted from 3.3.3 to 3.4.2
- chore(deps-dev): bump the npm_and_yarn group across 2 directories with 3 updates
Full Changelog: app-v2.0.75...app-v2.0.76
LynxPrompt v2.0.75
What's Changed
✨ Features
- feat: construct DATABASE_URL from component env vars
🔧 Other Changes
- chore: bump app version to 2.0.75 [skip ci]
Full Changelog: app-v2.0.74...app-v2.0.75
LynxPrompt CLI v2.1.0
What's Changed in CLI
Changes
- feat(cli): add --all flag to push command for recursive config scanning
- chore(cli): bump version to 2.0.11 [skip ci]
- chore(deps): bump the npm_and_yarn group across 2 directories with 4 updates
- chore(cli): bump version to 2.0.10 [skip ci]
- fix: sync cli/package-lock.json version to 2.0.9
- chore(cli): bump version to 2.0.9 [skip ci]
- Merge branch 'develop'
- fix: base64-encode blueprint content to bypass Cloudflare WAF
- chore(cli): bump version to 2.0.8 [skip ci]
- feat: re-record demo with wizard first, soften push dedup message
- chore: bump CLI version to 2.0.7
- feat: add demo GIF, remove tier gating, expand convert to 30+ platforms
- chore(cli): bump version to 2.0.6 [skip ci]
- fix(cli): fix Chocolatey verification failure on npm stderr output
- chore(cli): bump version to 2.0.5 [skip ci]
- Replace blueprint tier system with word-count-based length categories
- chore(cli): bump version to 2.0.4 [skip ci]
- Remove remaining payment/selling language across codebase
- chore(cli): bump version to 2.0.3 [skip ci]
- Remove Stripe/paid blueprints entirely + federation docs + wizard sync fix
- chore(cli): bump version to 2.0.2 [skip ci]
- docs: update API URL references to api.lynxprompt.com
- feat(cli): default API URL to api.lynxprompt.com to bypass Cloudflare WAF
- feat(cli): add config command for self-hosted instance setup
- chore: bump version to 2.0.0 and update CHANGELOG
- feat: add feature flags system and wire toggles across app
- chore: bump CLI version to 1.6.0 to match app version
- chore: merge main into develop to resolve conflicts
- feat: v1.6.0 — wizard enhancements, persona fix, paid template variable preview (#18)
- chore(cli): bump version to 1.4.13 [skip ci]
Installation
# npm (requires Node.js)
npm install -g lynxprompt@2.1.0
# Homebrew (macOS/Linux)
brew install GeiserX/lynxprompt/lynxprompt
# Chocolatey (Windows)
choco install lynxprompt
# Snap (Linux)
snap install lynxpromptStandalone Binaries (no dependencies)
Download the appropriate binary for your platform from the assets below:
- Linux x64:
lynxprompt-2.1.0-linux-x64.tar.gz - Linux ARM64:
lynxprompt-2.1.0-linux-arm64.tar.gz - macOS x64:
lynxprompt-2.1.0-macos-x64.tar.gz - macOS ARM64 (Apple Silicon):
lynxprompt-2.1.0-macos-arm64.tar.gz - Windows x64:
lynxprompt-2.1.0-win-x64.zip
Full Changelog: cli-v2.0.11...cli-v2.1.0
LynxPrompt v2.0.74
What's Changed
✨ Features
- feat: re-record demo with wizard first, soften push dedup message
- feat: re-record demo GIF with interactive wizard and larger terminal
- feat: add demo GIF, remove tier gating, expand convert to 30+ platforms
- feat: add ready-to-use sync workflow, update roadmap
- feat: add VS Code extension, GitHub Action, and fix blog admin
- feat(cli): default API URL to api.lynxprompt.com to bypass Cloudflare WAF
- feat: show hierarchy name badge on blueprint cards in My Blueprints
- feat: implement federation discovery system
- feat(cli): add config command for self-hosted instance setup
- feat: add Prisma migration, rewrite docs for self-hosting
- feat: custom branding, dynamic CSP, hardcoded URL audit
- feat: wire auth/AI flags, consolidate DB, create self-host compose
- feat: add feature flags system and wire toggles across app
- feat: remove pricing page, Teams billing, and subscription tier gating
- feat: v1.6.0 — wizard enhancements, persona fix, paid template variable preview (#18)
- feat(pricing): reduce team pricing to €10/seat and AI cap to €5
- feat(wizard): improve UX with standard multi-select format and simplified workflow
- feat(wizard): improve git worktrees instructions and UI visibility
- feat(wizard): block profile section for guests, use toggles for AI behavior
- feat(wizard): improve UX with multiselect, button alignment, and optional labels
🐛 Bug Fixes
- fix: ensure APP_URL resolves at runtime for self-hosted instances
- fix: resolve APP_URL baked as localhost in robots.txt, sitemap.xml, and all metadata
- fix: unset LYNXPROMPT_API_URL in demo tape + reduce wait time
- fix: re-record demo GIF with working push/search commands
- fix: base64-encode blueprint content to bypass Cloudflare WAF
- fix: demo tape with 83 Enters, no flush, skip save preferences
- fix: re-record demo with exact 83 Enter presses
- fix: re-record demo GIF with correct Enter count (83 prompts)
- fix: re-record demo GIF with correct Enter count (83 prompts)
- fix: add demo GIF to root README for GitHub visibility
- fix: correct login smoke test URL to /auth/signin
- fix: monorepo paths, remove misleading condition, fix license
- fix: exclude action/ and vscode/ from tsconfig
- fix: make DB SSL opt-in via DB_SSL env var, add security.txt route
- fix: revert Gitea URL to HTTP (port 3010 is HTTP-only)
- fix Discord link
- fix: reword about page to present wizard as a first-class feature
- fix: remove Seller Payouts feature entirely
- fix: move useState before conditional return to fix Rules of Hooks violation
- fix: add missing container closing div in stats page
🔧 Other Changes
- chore: bump app version to 2.0.74 [skip ci]
- Add banner and standardize README header
- chore: bump app version to 2.0.73 [skip ci]
- license: replace with standard GPL-3.0 full text
- chore: bump app version to 2.0.72 [skip ci]
- Merge pull request #27 from GeiserX/dependabot/npm_and_yarn/vscode/npm_and_yarn-eee62dad66
- deps: bump the minor-and-patch group with 6 updates
- chore: bump app version to 2.0.71 [skip ci]
- Merge pull request #28 from GeiserX/docs/add-banner
- docs: add SVG banner to README
Full Changelog: app-v2.0.73...app-v2.0.74
LynxPrompt v2.0.73
What's Changed
🔧 Other Changes
- chore: bump app version to 2.0.73 [skip ci]
- license: replace with standard GPL-3.0 full text
Full Changelog: app-v2.0.72...app-v2.0.73
LynxPrompt CLI v2.0.11
What's Changed in CLI
Changes
- chore(cli): bump version to 2.0.11 [skip ci]
- chore(deps): bump the npm_and_yarn group across 2 directories with 4 updates
Installation
# npm (requires Node.js)
npm install -g lynxprompt@2.0.11
# Homebrew (macOS/Linux)
brew install GeiserX/lynxprompt/lynxprompt
# Chocolatey (Windows)
choco install lynxprompt
# Snap (Linux)
snap install lynxpromptStandalone Binaries (no dependencies)
Download the appropriate binary for your platform from the assets below:
- Linux x64:
lynxprompt-2.0.11-linux-x64.tar.gz - Linux ARM64:
lynxprompt-2.0.11-linux-arm64.tar.gz - macOS x64:
lynxprompt-2.0.11-macos-x64.tar.gz - macOS ARM64 (Apple Silicon):
lynxprompt-2.0.11-macos-arm64.tar.gz - Windows x64:
lynxprompt-2.0.11-win-x64.zip
Full Changelog: cli-v2.0.10...cli-v2.0.11
LynxPrompt v2.0.72
What's Changed
🔧 Other Changes
- chore: bump app version to 2.0.72 [skip ci]
- Merge pull request #27 from GeiserX/dependabot/npm_and_yarn/vscode/npm_and_yarn-eee62dad66
- deps: bump the minor-and-patch group with 6 updates
- chore(deps): bump the npm_and_yarn group across 2 directories with 4 updates
Full Changelog: app-v2.0.71...app-v2.0.72
LynxPrompt v2.0.71
What's Changed
🔧 Other Changes
- chore: bump app version to 2.0.71 [skip ci]
- Merge pull request #28 from GeiserX/docs/add-banner
- docs: add SVG banner to README
Full Changelog: app-v2.0.70...app-v2.0.71
LynxPrompt v2.0.70
What's Changed
🐛 Bug Fixes
- fix: ensure APP_URL resolves at runtime for self-hosted instances
- fix: resolve APP_URL baked as localhost in robots.txt, sitemap.xml, and all metadata
🔧 Other Changes
- chore: bump app version to 2.0.70 [skip ci]
- Merge branch 'develop'
- Merge branch 'main' into develop
- chore: bump app version to 2.0.67
Full Changelog: app-v2.0.69...app-v2.0.70