Releases: sloganking/codevis
Releases · sloganking/codevis
--tab-spaces
pass the number of spaces a tab represents.
remove default input directory
Running codevis on it's own will now tell you to provide an input directory, and tell you to run with flag --help for a list of more commands.
Mark old change as breaking
function now takes &[] instead of Vec<>. This was not marked as a breaking change in 0.3.2.
extension whitelist
added --whitelist-extension flag.
multiple values per flag
You can now perform --ignore-extension rs,lock instead of --ignore-extension rs --ignore-extension lock
render multiple themes with --all-themes
v0.3.2 update version
update CLI docs
v0.3.1 update version
version command
- added
--versioncommand - rename
dont_force_full_columnstoforce_full_columnsin our library.dont_force_full_columnsmakes sense from a CLI flag point of view butforce_full_columnsmakes more sense for our library. - added
cargo.lockfile
fixed --force-full-columns
v0.2.0 update version
v0.1.1
Fixed program freezing when attempting to highlight longer lines.