Release v0.9.0
👋 Hi, there!
Thanks for using CodeSnap! The most beautiful code screenshots tool, there are two ways to use CodeSnap:
Treat CodeSnap as library in your project by Cargo:
cargo add codesnapOr use CodeSnap as CLI tool installed globally:
Cargo
cargo install codesnap-cliHomebrew
brew install mistricky/tap/CodeSnapOf course, you can install CodeSnap manually by downloading the following binaries.
What's Changed:
- docs(readme): add Nix/NixOS installation instructions by @nartsisss in #50
- Rust and rustfmt are pre-installed in GitHub Images by @cclauss in #53
- Keep GitHub Actions up to date with GitHub's Dependabot by @cclauss in #54
- [Chore::deps] dependabot add
prefix: [Chore::deps]by @cclauss in #57 - [Chore::deps] commit-message: prefix: "[Chore::deps] " by @cclauss in #60
- [Chore::deps] upgrade toml-action by @cclauss in #61
- [Chore] update length of commit message to 100 by @mistricky in #63
- [Chore] change filetype of commitlint config file to yml by @mistricky in #65
- [Chore::deps] Bump the github-actions group across 1 directory with 2 updates by @dependabot[bot] in #62
- [Refactor] config format & using code content struct instead of code by @mistricky in #66
- Feature/command screenshot cli by @mistricky in #67
Full Changelog: v0.8.3...v0.9.0