Skip to content

Release v1.4.258

Choose a tag to compare

@github-actions github-actions released this 17 Jul 22:28
· 1071 commits to main since this release

Changes

PR #1629 by ksylvan: Create Default (empty) .env in ~/.config/fabric on Demand

  • Add startup check to initialize config and .env file automatically
  • Introduce ensureEnvFile function to create ~/.config/fabric/.env if missing
  • Add directory creation for config path in ensureEnvFile
  • Integrate setup flag in CLI to call ensureEnvFile on demand
  • Improve error handling and permissions in ensureEnvFile function

Direct commits

  • Update README and CHANGELOG after v1.4.257