Skip to content

Releases: GeiserX/LynxPrompt

LynxPrompt CLI v2.0.0

25 Feb 10:56
72d0a68

Choose a tag to compare

What's Changed in CLI

Changes

  • 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

Installation

# npm (requires Node.js)
npm install -g lynxprompt@2.0.0

# Homebrew (macOS/Linux)
brew install GeiserX/lynxprompt/lynxprompt

# Chocolatey (Windows)
choco install lynxprompt

# Snap (Linux)
snap install lynxprompt

Standalone Binaries (no dependencies)

Download the appropriate binary for your platform from the assets below:

  • Linux x64: lynxprompt-2.0.0-linux-x64.tar.gz
  • Linux ARM64: lynxprompt-2.0.0-linux-arm64.tar.gz
  • macOS x64: lynxprompt-2.0.0-macos-x64.tar.gz
  • macOS ARM64 (Apple Silicon): lynxprompt-2.0.0-macos-arm64.tar.gz
  • Windows x64: lynxprompt-2.0.0-win-x64.zip

Full Changelog: cli-v1.6.0...cli-v2.0.0

LynxPrompt v2.0.9

25 Feb 12:19

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix: pass server-side feature flags as initial props to prevent hydration mismatch

🔧 Other Changes

  • chore: bump app version to 2.0.9 [skip ci]

Full Changelog: app-v2.0.8...app-v2.0.9

LynxPrompt v2.0.8

25 Feb 12:08

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix: add error boundary to prevent hydration mismatch from breaking CSS

🔧 Other Changes

  • chore: bump app version to 2.0.8 [skip ci]

Full Changelog: app-v2.0.7...app-v2.0.8

LynxPrompt v2.0.7

25 Feb 11:51

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix: revert Logo to static server component to fix hydration mismatch

🔧 Other Changes

  • chore: bump app version to 2.0.7 [skip ci]

Full Changelog: app-v2.0.6...app-v2.0.7

LynxPrompt v2.0.6

25 Feb 11:43

Choose a tag to compare

What's Changed

🔧 Other Changes

  • chore: bump app version to 2.0.6 [skip ci]
  • refactor: remove all Sentry/GlitchTip references, fix README logo

Full Changelog: app-v2.0.5...app-v2.0.6

LynxPrompt v2.0.5

25 Feb 11:37

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix: remove hardcoded umami.lynxprompt.com fallback from CSP builder

🔧 Other Changes

  • chore: bump app version to 2.0.5 [skip ci]

Full Changelog: app-v2.0.4...app-v2.0.5

LynxPrompt v2.0.4

25 Feb 11:22

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix: revert Stripe apiVersion to match lockfile (20.3.1)

🔧 Other Changes

  • chore: bump app version to 2.0.4 [skip ci]

Full Changelog: app-v2.0.3...app-v2.0.4

LynxPrompt v2.0.3

25 Feb 11:18

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix: resolve all v2.0 audit findings

🔧 Other Changes

  • chore: bump app version to 2.0.3 [skip ci]

Full Changelog: app-v2.0.2...app-v2.0.3

LynxPrompt v2.0.27

25 Feb 23:57

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix: force-dynamic on blog/support layouts to prevent build-time 404

🔧 Other Changes

  • chore: bump app version to 2.0.27 [skip ci]

Full Changelog: app-v2.0.26...app-v2.0.27

LynxPrompt v2.0.26

25 Feb 23:40

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix: correct package.json import path in federation instances route

🔧 Other Changes

  • chore: bump app version to 2.0.26 [skip ci]

Full Changelog: app-v2.0.25...app-v2.0.26