Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

v0.9.0

Compare
Choose a tag to compare
@cjellick cjellick released this 18 Oct 22:37
· 235 commits to main since this release
417f741

馃帀 Acorn v0.9.0 is now available! 馃帀

New Features

AML Rewrite - We've rewritten AML (Acorn Markup Language) from the ground-up. This is the language that powers Acornfiles. This re-implementation is mostly transparent to users but gives us much more power and flexibility moving forward. The source code for AML can be found here.

Built-in cloning - The acorn dev command has a new --clone flag. This will cause the acorn dev command to clone the source code for a running app and launch a dev session using it.

Parameterized basic secret generation - When generating a basic secret, you can now control the character set and length for the username and password.

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0