0.2.0
Release Notes
Added
- Added standard input support to
build,check, andconvert - Added explicit standard output support with
convert -o - - Added
cac init --formatwith Markdown, YAML, JSON, and TOML output - Added complete command help, examples, and input format selection
- Added layered Typst themes with an embedded
classicdesign, validatedsettings.jsonoverrides, and project and user theme directories - Added a checksummed downloadable theme registry with
list,search,info,install, andremovecommands - Added the downloadable
classic-blueandclassic-leftthemes
Changed
- Made
checkprint a finalPASSorFAIL - Made
cac initcreatesettings.jsonwith the root CV and embeddedclassictheme selected - Made
cac buildresolve an omitted input from therootsettings property - Split theme definitions into design tokens, semantic styles, and page configuration
- Reserved the system theme names
classic,base, andmainfrom installation - Documented output replacement rules and exit statuses
Removed
- Removed the
cac schemacommand and JSON Schema generation - Removed JSON from
cac build --format; usecac convert --to jsoninstead
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 | shInstall 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-cvYou 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>