Skip to content

Releases: solutionforest/neo

Neo 0.22.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 05:26

New Features

  • neo install scaffolds a project instead of installing on the serverneo install <app> (or the interactive picker) now asks for a folder and writes a ready-to-deploy docker-compose.yml (the template's app image + its bundled databases), a .neo.yml, and a .env with generated secrets. You then run neo deploy in that folder — and can edit the files first. (The install command previously wasn't wired up at all.)

Changes

  • Dropped neo connect — the one-time "transfer to Vxero" command was only a browser-redirect stub, so it's been removed from the CLI and the dashboard. The internal/bridge/ package is retained but no longer wired to any command.

Neo 0.21.7

Choose a tag to compare

@github-actions github-actions released this 17 Jul 12:26

Changes

  • Release notes come from the CHANGELOG — Each GitHub release now uses this file's matching ## v<version> section as its body (falling back to auto-generated notes if no section is found), so the release page shows the real, curated changelog instead of a raw commit list.

Neo 0.21.6

Choose a tag to compare

@github-actions github-actions released this 17 Jul 12:21

Full Changelog: v0.21.5...v0.21.6

Neo 0.21.5

Choose a tag to compare

@github-actions github-actions released this 17 Jul 11:16

Full Changelog: v0.21.4...v0.21.5

v0.21.4

Choose a tag to compare

@lam0819 lam0819 released this 17 Jul 09:51

Full Changelog: v0.21.3...v0.21.4

v0.21.3

Choose a tag to compare

@lam0819 lam0819 released this 17 Jul 08:46

Full Changelog: v0.21.2...v0.21.3

v0.21.2

Choose a tag to compare

@lam0819 lam0819 released this 17 Jul 07:24

What's Changed

  • Add Docker sandbox for local integration testing by @lam0819 in #1
  • Add Neo+ license management and feature gating by @lam0819 in #2
  • Expand CLAUDE.md documentation with advanced features and CLI reference by @lam0819 in #3
  • Security audit and fixes for command injection and validation vulnerabilities by @lam0819 in #4
  • Free license (remove paid Neo+ tier) + non-root init, single NEO_BASE, config init, CI by @lam0819 in #5

New Contributors

Full Changelog: https://github.com/solutionforest/neo/commits/v0.21.2