Skip to content

Releases: zix99/rare

0.2.0

11 Jul 17:37
Compare
Choose a tag to compare

Changelog

448b0ec Add ability to do some simple coloring/drawing with expressions. Support escaping (#52)
2f5ebaa Add ignore-case modifier flag for ease of use
2397fa4 Allow outputing matched data as json (#51)
eaeb6bb Batcher cleanup (#54)
26c424a Break out bytesize to humanize, add some features, expand to expression lib
3654616 Create mkdocs site, and reorganize some of the doc files (#53)
da708e6 Display read bytes and read-rate (#55)
79b154e Doc fixes (#49)
0bd7f6d Doc tweaks
cbcd424 Faster string-select lookup and null-rune recognition
380764c Fix PCRE panic when filter has no expression
5c70a29 Fix bytesize test
ba59e52 Fix embedded docs on windows
97d690f If fail to read input as gzip, rewind to get entire file as plain text
0eb2b09 Not google analytics (On mkdocs site)
545f909 Performance bump (#56)
afe912c Readme tweaks
b2b463b Strconv is much faster than printer
bed0fb4 Update README.md (#47)
e5b48cb Use default pager when outputting docs
2000129 Useability 3 (#50)
8213b35 Build arm64 version
dc90df1 Filter delim (#42)
f9a464e Fix manpage path
a444c98 Implement exit codes to signal exit states (#43)
22b0a34 Introduce some better code for term size (#44)
ce59a7e Manpage generation and packaging (#45)
efaee25 Docs website

0.2.0-rc.3

10 Jul 16:22
545f909
Compare
Choose a tag to compare
0.2.0-rc.3 Pre-release
Pre-release

Changelog

448b0ec Add ability to do some simple coloring/drawing with expressions. Support escaping (#52)
2f5ebaa Add ignore-case modifier flag for ease of use
2397fa4 Allow outputing matched data as json (#51)
eaeb6bb Batcher cleanup (#54)
26c424a Break out bytesize to humanize, add some features, expand to expression lib
3654616 Create mkdocs site, and reorganize some of the doc files (#53)
da708e6 Display read bytes and read-rate (#55)
79b154e Doc fixes (#49)
0bd7f6d Doc tweaks
cbcd424 Faster string-select lookup and null-rune recognition
380764c Fix PCRE panic when filter has no expression
5c70a29 Fix bytesize test
ba59e52 Fix embedded docs on windows
97d690f If fail to read input as gzip, rewind to get entire file as plain text
0eb2b09 Not google analytics
545f909 Performance bump (#56)
afe912c Readme tweaks
b2b463b Strconv is much faster than printer
bed0fb4 Update README.md (#47)
e5b48cb Use default pager when outputting docs
2000129 Useability 3 (#50)

0.2.0-rc.2

27 May 01:09
Compare
Choose a tag to compare
0.2.0-rc.2 Pre-release
Pre-release

Changelog

8213b35 Build arm64 version
dc90df1 Filter delim (#42)
f9a464e Fix manpage path
a444c98 Implement exit codes to signal exit states (#43)
22b0a34 Introduce some better code for term size (#44)
ce59a7e Manpage generation and packaging (#45)

0.2.0-rc.1

29 May 13:49
Compare
Choose a tag to compare

Changelog

0.1.31

13 May 00:39
Compare
Choose a tag to compare

Changelog

4388157 Bump version of urfave/cli to fix #41

0.1.30

08 May 16:04
Compare
Choose a tag to compare
0.1.30 Pre-release
Pre-release

Changelog

958f0d9 Fix catastrophic subkey counting issue
9f9285b Support named regexp groups (#40)
6dbcbc4 Multi dimensions via multi arguments (#39)
772f3b5 Writing cleanup, better colors, and graph sorting (#38)
e237f2a Refactor batchers to be a stateful concept (#37)
96736bf Helper refactor (#36)
c9bde19 Expression static analysis (#35)
d1d73fd Time format detection (#34)
3461cd9 PCRE2 zero-length panic
c4fd25b Bargraphs (#33)
862ace2 Go1.16 (#32)

0.1.28

11 Apr 19:17
c4fd25b
Compare
Choose a tag to compare
  • Adds PCRE to linux version build (performance up to 4x faster!)
  • Add bargraph rendering
  • Misc rendering and bug fixes

0.1.27

21 Oct 01:42
98ee2d9
Compare
Choose a tag to compare

Changelog

98ee2d9 Attempt to prevent dirty repo (#27)
5012134 Bump go version
667a23e Clean up extractor worker code
1da228f Code static analysis and cleanup
45cb991 Fix staticcheck
57f4bb1 Fix test
0cf16dd Fuzzy search (#23)
6f978d3 More accurate line count
d686c04 Optionally allow a full histogram output at the end of a run (#26)
cee6fbc Refactor expression functions into their own package
5aa9029 Stop panic when coloring groups with inner groups. (#25)
342179f Update goreleaser builds

0.1.26

24 Jan 01:59
Compare
Choose a tag to compare

Changelog

e745db2 Fix goreleaser build
017e848 Fix goreleaser build

0.1.24

17 Dec 04:23
Compare
Choose a tag to compare

Changelog

371ff4c Add some type checking functions, and a clamping function. Document errors
8d8ec71 Better color coding of filter. Support negative match indices on colored groups
f6e9486 More tests