Skip to content

Release v0.8.0

Choose a tag to compare

@mistricky mistricky released this 09 Dec 15:47
· 136 commits to main since this release
9bb6953

👋 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 codesnap

Or use CodeSnap as CLI tool installed globally:

Cargo

Cargo install codesnap-cli

Homebrew

brew install mistricky/tap/CodeSnap

Of course, you can install CodeSnap manually by downloading the following binaries.

What's Changed:

  • [Feat] add range support for CLI by @mistricky in #32
  • [Feat] add line number option by @mistricky in #33
  • [Feat] add new style type Inherit which allows components can inherit style from parent component by @mistricky in #34
  • [Feat] add --highlight-range option by @mistricky in #35
  • [Feat] add diff supports for CLI by @mistricky in #36

Full Changelog: v0.7.5...v0.8.0