Changelog.

All releases and updates to evnx. Track new features, improvements, and bug fixes.

v0.3.0

MAJOR
2026-03-17
View on GitHub →
  • BREAKING`evnx init` now uses an interactive TUI (Blank / Blueprint / Architect modes) — `--stack` and `--services` flags removed
  • BREAKINGMultiple command arguments normalised for consistency — run `evnx <command> --help` after upgrading
  • REFACTORAll commands reviewed and refactored with improved argument handling and error output
  • TESTINGTest suite significantly expanded across all command paths
  • BUGFIXShell syntax error in Windows binary extraction during npm publish workflow
  • BUGFIXnpm install instructions corrected to use `@evnx/cli` package name
  • BUGFIXDead CHANGELOG link removed from GitHub release notes
  • BUGFIXnpm platform packages now include stub README to reduce search noise on npmjs.com
  • DOCSCHANGELOG.md added to repository
  • DOCSREADME rewritten — removed emoji headers, updated to evnx.dev domain, corrected init command docs
  • RELEASEAll install scripts and documentation migrated from dotenv.space to evnx.dev
  • RELEASEGitHub releases now include auto-generated What's Changed section

v0.2.1

PATCH
2026-03-07
View on GitHub →
  • REFACTORSeveral commands refactored with improved internal structure
  • BUGFIXVarious known bugs addressed
  • TESTINGTest coverage improved across validation and scan paths
  • RELEASEAdded npm publish workflow — publishes `@evnx/cli` to npmjs.com on each tagged release
  • RELEASEAdded PyPI publish workflow — publishes `evnx` to PyPI via maturin; install with `pipx install evnx`

v0.2.0

MAJOR
2026-03-04
View on GitHub →
  • BREAKINGMultiple initial commands revised with updated arguments and behaviour
  • NEW`evnx add` command for adding variables interactively from custom input, blueprints, or service templates
  • FEATURESupport for 14+ format conversions (JSON, YAML, Kubernetes, Terraform, Docker Compose, AWS, GCP, Azure, Heroku, Vercel, Railway, Doppler, and more)
  • IMPROVEMENTEnhanced secret pattern detection with improved entropy analysis
  • IMPROVEMENTBetter error messages for validation failures
  • PERFORMANCE3x faster validation on large .env files
  • BUGFIXCorrected Windows path handling
  • BUGFIXFixed false positives in GitHub token detection
  • DOCSExpanded CLI documentation

v0.1.0

MINOR
2026-03-01
View on GitHub →
  • INITIALFirst public release of evnx
  • FEATURE`evnx init` with stack and service based setup
  • FEATURE`evnx validate` — basic validation engine (placeholders, weak secrets, misconfigurations)
  • FEATURE`evnx scan` — core secret scanning with pattern matching
  • FEATURE`evnx diff` — comparison between .env and .env.example
  • FEATURE`evnx convert` — basic format conversion support
  • FEATURE`evnx sync` — bidirectional sync between .env and .env.example

Want to stay updated with the latest releases?

Watch on GitHub →