Skip to content

0.2.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 12:06
791f985

Release Notes

Added

  • Added standard input support to build, check, and convert
  • Added explicit standard output support with convert -o -
  • Added cac init --format with Markdown, YAML, JSON, and TOML output
  • Added complete command help, examples, and input format selection
  • Added layered Typst themes with an embedded classic design, validated settings.json overrides, and project and user theme directories
  • Added a checksummed downloadable theme registry with list, search, info, install, and remove commands
  • Added the downloadable classic-blue and classic-left themes

Changed

  • Made check print a final PASS or FAIL
  • Made cac init create settings.json with the root CV and embedded classic theme selected
  • Made cac build resolve an omitted input from the root settings property
  • Split theme definitions into design tokens, semantic styles, and page configuration
  • Reserved the system theme names classic, base, and main from installation
  • Documented output replacement rules and exit statuses

Removed

  • Removed the cac schema command and JSON Schema generation
  • Removed JSON from cac build --format; use cac convert --to json instead

Install cac 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/voxvanhieu/code-a-cv/releases/download/v0.2.0/cac-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/voxvanhieu/code-a-cv/releases/download/v0.2.0/cac-installer.ps1 | iex"

Download cac 0.2.0

File Platform Checksum
cac-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
cac-x86_64-apple-darwin.tar.xz Intel macOS checksum
cac-x86_64-pc-windows-msvc.zip x64 Windows checksum
cac-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
cac-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo voxvanhieu/code-a-cv

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>