What's Changed
add checksum:sha224/sha384/crc32 support
api incompatibility:
Printer changes
ContentOption changes( so do functions to build them )
refactor:
use display.Item to contain information instead of using string
fix:
rearrange view-flags, fixing that some flag like size-uint/time-type/... not affecting the flag before them
feat
new flag to add header
new filter "show-exact-file-type-only"
enhancement:
remove unnecessary code
feat:
add checksum:sha224/sha384/crc32 support
refactor:
rearrange parameters order of EnableTime
reorder flags
new flag "exact-file-type" and "exact-detect-size" for detecting MIME types
move err message at the beginning when list in tree view, instead of …
fix panic when failed to look up User/Group id in linux
refactor:
use abs path in default view
todo refactor in tree view
enhancement:
updating index in other goroutine
new aliases for some flags
fix header alignment display when header is longer than content below
update README.md
rename display.Item.Add method to Set
code enhancement by @IMouTo-rar in #25
-
get gitCache outside of function returned by RemoveGitIgnore()
-
remove redundant type converting
-
feat:
new option None/none/nosort for flag -sort
new alias "reverse" of flag "sort-reverse"
new alias "remove-all" for flag "rebuild-index" and "rm" for "remove-index"
"remove-index" now support relative path and beatified path
refactor:
"list-index" remove the second column designed for frequency Score which is deprecated now
- add description in sort flag for sort bt "none"
Full Changelog: v0.5.8...v0.6.0