Skip to content

Releases: proventuslabs/scriptorium

theme: v0.1.0

21 Jan 13:43
5d408e1

Choose a tag to compare

0.1.0 (2026-01-21)

Features

  • theme: add warnings for missing handlers, detectors, and source failures (#57) (0bd7b9e)
  • theme: initial implementation (#5) (e8cd53e)
  • theme: make detection pluggable via user-provided detectors (#51) (9408df0)

Bug Fixes

  • remove redundant 'General:' subsection from help output (cd38863)
  • theme: remove dead code and improve coverage (#64) (f76ecaf)

jwt: v0.1.0

21 Jan 13:44
7add296

Choose a tag to compare

0.1.0 (2026-01-21)

⚠ BREAKING CHANGES

  • jwt: Users must update scripts using -v to use -k.

Features

Bug Fixes

  • jwt: correct docs and remove dead code (#63) (cc82848)
  • jwt: rename -v/--verify to -k/--key for Unix conformity (#54) (2734458)
  • jwt: use manual cleanup instead of trap for temp files (#38) (55e1b0e)
  • remove redundant 'General:' subsection from help output (cd38863)

dotenv: v0.1.0

21 Jan 13:41
d49be84

Choose a tag to compare

0.1.0 (2026-01-21)

Features

  • dotenv: add -o/--override flag to override existing env vars (#56) (f7172c8)
  • dotenv: initial implementation (#6) (a20e3cf)

Bug Fixes

  • dotenv: standardize CLI options format (#53) (54036ba)
  • remove redundant 'General:' subsection from help output (cd38863)

cz: v0.1.0

21 Jan 13:44
924e9a7

Choose a tag to compare

0.1.0 (2026-01-21)

⚠ BREAKING CHANGES

  • cz: split scope flags into explicit -r/-d/-e options (#62)
  • cz: Users must update scripts using lint -f to use -p.

Features

  • cz: add -m/--{no-}multi-scope flag (681b2c5)
  • cz: initial implementation (#9) (e8f1f48)
  • cz: make init print to stdout by default (#17) (b910944)
  • cz: scope-to-path validation with INI config format (#16) (ef29e1b)

Bug Fixes

  • cz: rename lint -f/--files to -p/--paths (#55) (0680011)

Code Refactoring

  • cz: split scope flags into explicit -r/-d/-e options (#62) (2f570c3)