Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 922 Bytes

File metadata and controls

19 lines (10 loc) · 922 Bytes

1.0.0

Initial version.

1.1.0

  • Adds templates and the "dye print" and "dye write" commands to use them. Templates are more concise than any other way of using dye and are expected to be the main interface in future major versions.

  • Deprecated wrapping text because of its sharp edges.

  • Fixed an issue where, if dye decided to disable color, "unbound variable" errors could be printed in some circumstances.

1.1.1

  • SECURITY: Changes the implementation of dye template expressions to stop shell commands from being injected in text. For a full writeup, see Security advisory: dye template injection. This issue was discovered and fixed by dye's author, and is not known to be exploited.

1.1.2