Releases: sloganking/codevis
Releases · sloganking/codevis
sorts paths before render
v0.8.4 update version
update locked dependency
update crossbeam-channel
to not yanked version
update dependency
Merge pull request #47 from sloganking/dependabot/cargo/spin-0.9.8 Bump spin from 0.9.4 to 0.9.8
line num theme color
color line numbers and filenames based on the selected theme.
line numbers
--line-nums
flag renders file line numbers next to each line. Filenames rendered from --show-filenames
have no line number.
Line nums are white for now. A future update may make them match the chosen theme.
fixed cargo.lock version
update version fixed cargo.lock version
--show-filenames
Can now optionally show filenames at the top of files. Only really meaningful if rendered with the --readable
flag. But will be rendered regardless.
Fix vulnerability
updated bumpalo
to 3.12.0
readable characters
The --readable
flag will make the visualization actually readable by the user.
default render options
v0.5.1 default() render options