Skip to content

Releases: sloganking/codevis

--tab-spaces

26 Nov 22:07

Choose a tag to compare

--tab-spaces Pre-release
Pre-release

pass the number of spaces a tab represents.

remove default input directory

12 Nov 22:54

Choose a tag to compare

Pre-release

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

24 Oct 00:01

Choose a tag to compare

Pre-release

function now takes &[] instead of Vec<>. This was not marked as a breaking change in 0.3.2.

extension whitelist

06 Oct 07:33

Choose a tag to compare

extension whitelist Pre-release
Pre-release

added --whitelist-extension flag.

multiple values per flag

02 Oct 20:42

Choose a tag to compare

Pre-release

You can now perform --ignore-extension rs,lock instead of --ignore-extension rs --ignore-extension lock

render multiple themes with --all-themes

01 Oct 20:38

Choose a tag to compare

v0.3.2

update version

update CLI docs

15 Sep 03:21

Choose a tag to compare

update CLI docs Pre-release
Pre-release
v0.3.1

update version

version command

15 Sep 03:10

Choose a tag to compare

version command Pre-release
Pre-release
  • added --version command
  • rename dont_force_full_columns to force_full_columns in our library. dont_force_full_columns makes sense from a CLI flag point of view but force_full_columns makes more sense for our library.
  • added cargo.lock file

fixed --force-full-columns

13 Sep 21:03

Choose a tag to compare

Pre-release
v0.2.0

update version

v0.1.1

11 Sep 22:35

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

Fixed program freezing when attempting to highlight longer lines.