Skip to content

Releases: Equationzhao/g

v0.10.0

07 Jul 11:48
3906a2b
Compare
Choose a tag to compare

Changelog

v0.9.0

04 Jul 15:17
2d5e08e
Compare
Choose a tag to compare

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

21 Jun 08:51
aca725c
Compare
Choose a tag to compare

Changelog

v0.8.4

20 Jun 16:39
e1acb86
Compare
Choose a tag to compare

Changelog

  • e1acb86 new patch set header by default in markdown output

v0.8.3

20 Jun 15:25
a1a56f8
Compare
Choose a tag to compare

Changelog

v0.8.2

17 Jun 14:11
f989fbd
Compare
Choose a tag to compare

Changelog

v0.8.1

16 Jun 17:09
Compare
Choose a tag to compare

Changelog

v0.8.0

15 Jun 07:56
766135a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

10 Jun 10:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

08 Jun 15:44
eb7177e
Compare
Choose a tag to compare

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

add alias for size-unit #28

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