Skip to content

envroll 0.1.2

Choose a tag to compare

@github-actions github-actions released this 01 May 20:31
v0.1.2
cd5d2cb

[0.1.2] - 2026-05-01

Added

  • envroll init --target <filename> — register a project with a
    non-default working-copy filename. Designed for modern JS frameworks
    that read from .env.local (Next.js, Vite, Astro, Remix, Nuxt) or any
    other custom path (application.env for Spring Boot, config/.env
    for apps with config in subdirs). Once set, every command (fork /
    save / use / status / etc.) reads and writes the configured
    filename instead of .env.
  • Validation rejects empty, absolute, or path-traversal filenames at
    init time.

Changed

  • Manifest schema gains a target_filename field.

Fixed

  • Manifests created by 0.1.0 / 0.1.1 (which didn't have the field) are
    fully backwards-compatible — serde defaults the field to .env so
    existing vaults keep working.