Releases: solutionforest/neo
Releases · solutionforest/neo
Release list
Neo 0.22.0
New Features
neo installscaffolds a project instead of installing on the server —neo install <app>(or the interactive picker) now asks for a folder and writes a ready-to-deploydocker-compose.yml(the template's app image + its bundled databases), a.neo.yml, and a.envwith generated secrets. You then runneo deployin 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. Theinternal/bridge/package is retained but no longer wired to any command.
Neo 0.21.7
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
Full Changelog: v0.21.5...v0.21.6
Neo 0.21.5
Full Changelog: v0.21.4...v0.21.5
v0.21.4
v0.21.3
v0.21.2
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