Release v0.8.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:
- [Feat] add
rangesupport for CLI by @mistricky in #32 - [Feat] add line number option by @mistricky in #33
- [Feat] add new style type
Inheritwhich allows components can inherit style from parent component by @mistricky in #34 - [Feat] add
--highlight-rangeoption by @mistricky in #35 - [Feat] add diff supports for CLI by @mistricky in #36
Full Changelog: v0.7.5...v0.8.0