Releases: Equationzhao/g
v0.10.0
v0.9.0
Refactor
feature:
- add icon and change some colors for file
- add colors for User/Group of specific names
- support 8bit/24bit color with auto detection of terminal color capability
- support hyperlink in terminal
- support octal permission
- support customiziing built-in theme with build tags "custom"
- add shell scripts with
--init=shell_name
enhancement:
- change fields order when using other option with --all
- enhancement: if the path already exists, then do not transform the path
- support multi relative time field of different time-type
- add slices package from go1.21
fix:
- fix: skip parsing git status if output is empty
- fix filtering/git not working when listing a file
- fix typo
remove
remove tree view
v0.8.5
v0.8.4
v0.8.3
v0.8.2
Changelog
v0.8.1
v0.8.0
What's Changed
- fix --statistic only works with --total-size by @Equationzhao in #34
- bug fix & new feature by @IMouTo-rar in #38
- feat && bug fix by @IMouTo-rar in #39
- feat && bug fix by @IMouTo-rar in #40
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Fix multi header by @Equationzhao in #29
- new minor version by @Equationzhao in #30
- bugfixes and new feats by @IMouTo-rar in #31
- new feats by @Equationzhao in #32
Full Changelog: v0.6.0...v0.7.0
v0.6.0
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