Releases: codesnap-rs/codesnap
Release v0.5.1
👋 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-cliOf course, you can install CodeSnap manually by downloading the following binaries.
What's Changed:
- [Feat] update default theme to candy by @mistricky in #14
Full Changelog: v0.5.0...v0.5.1
Release v0.5.0
👋 Hi, there!
Thanks for using CodeSnap! The most beautiful code screenshot 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-cliOf course, you can install CodeSnap manually by downloading the following binaries.
What's Changed:
- [Feat] pack fonts and theme in source code by @mistricky in #12
Full Changelog: v0.4.4...v0.5.0
Release v0.4.4
What's Changed
- [Fix] value of theme of code and watermark color by @mistricky in #11
Full Changelog: v0.4.3...v0.4.4
Release v0.4.3
What's Changed
- [Doc] update doc by @mistricky in #9
- [Feat::CLI] config-drive generate code snapshot by @mistricky in #10
Full Changelog: v0.3.0...v0.4.3
Release v0.3.0
What's Changed
- [Feat] add map function to map current config into builder by @mistricky in #7
- [Feat::CLI] supports that users can defined their own config to generate snapshot by @mistricky in #8
Full Changelog: v0.2.3...v0.3.0
Release v0.2.3
What's Changed
- [Feat] upload binary when create release by @mistricky in #6
Full Changelog: v0.2.2...v0.2.3
Release v0.2.2
- [Chore] publish cli package while publish stage by @mistricky
Full Changelog: v0.2.1...v0.2.2
Release v0.2.1
What's Changed
- [Feat] update link of badges by @mistricky in #4
- [Feat] add CLI tool to generate code snapshot from terminal by @mistricky in #5
Full Changelog: v0.2.0...v0.2.1
Release v0.2.0
What's Changed
- [Feat] create github action to release codesnap to crate.io by @mistricky in #2
- [Feat] support create snapshot from JSON config by @mistricky in #3
Full Changelog: v0.1.0...v0.2.0
Release v0.1.0
What's Changed
- Support custom background and provide preset gradient background
- Support multiple highlight code lines
- Provide friendly and pretty builder API
- Improve language detection logic
New Contributors
- @mistricky made their first contribution in #1
Full Changelog: https://github.com/mistricky/CodeSnap/commits/v0.1.0