Skip to content

Releases: zix99/rare

0.3.3

05 Aug 14:50
a4e8f49
Compare
Choose a tag to compare

Changelog

Features

  • Implement log scale on bar, histo, and heatmap (#98) (#97)

Improvements

0.3.2

14 Jun 22:15
Compare
Choose a tag to compare

Changelog

  • aaca8d4 Add CSV output support to some aggregators (#94)

0.3.1

03 Jun 13:25
Compare
Choose a tag to compare

Changelog

New Features

Major Updates

Minor Updates

  • 028797b Add array in func
  • 4244630 Add ability to use numbers for stacked bargraphs (#88)
  • 667f8fd Add floor, ceil, and round functions
  • 25df2c4 Add percent func
  • 1ee2932 Optimize expression range allocs by using a pool (#92)

Bug Fixes

  • 2cdaf89 Fix bug with equals/not-equals for empty string

0.3.0

01 Nov 01:47
Compare
Choose a tag to compare

Changelog

Minor Breaking Changes

  • fccfed4 Upgrade urfave cli to v2 (#77) -- May cause flags after arguments to not work
  • f7b4e4e Sorting (#79) -- Replace --sort-key and --reverse with new --sort flag

Improvements

Optimizations

  • 5edf15b Optimize memory usage by reducing buffered batches by default (#82)
  • 7651b26 Follow reader (#66) -- Significantly faster file tailing
  • fdbd885 Readthru (#64) -- More responsive reading
  • f7eaf18 Local i18n (#85)

Misc

0.3.0-rc3

31 Oct 01:07
f7eaf18
Compare
Choose a tag to compare
0.3.0-rc3 Pre-release
Pre-release

Changelog

Minor Breaking Changes

  • fccfed4 Upgrade urfave cli to v2 (#77) -- May cause flags after arguments to not work
  • f7b4e4e Sorting (#79) -- Replace --sort-key and --reverse with new --sort flag

Improvements

Optimizations

  • 5edf15b Optimize memory usage by reducing buffered batches by default (#82)
  • 7651b26 Follow reader (#66) -- Significantly faster file tailing
  • fdbd885 Readthru (#64) -- More responsive reading
  • f7eaf18 Local i18n (#85)

Misc

0.3.0-rc2

29 Sep 01:53
7ec5457
Compare
Choose a tag to compare
0.3.0-rc2 Pre-release
Pre-release

Changelog

0.3.0-rc.1

16 Sep 22:03
Compare
Choose a tag to compare
0.3.0-rc.1 Pre-release
Pre-release

Changelog

Minor Breaking Changes

  • fccfed4 Upgrade urfave cli to v2 (#77) -- May cause flags after arguments to not work
  • f7b4e4e Sorting (#79) -- Replace --sort-key and --reverse with new --sort flag

Improvements

Misc

0.2.2

29 May 13:50
Compare
Choose a tag to compare

Fix brew release

0.2.1

29 Aug 17:24
29f1bd5
Compare
Choose a tag to compare

Changelog

2f41793 Aggregator gifs (#59)
29f1bd5 Bump to go 1.17 (#60)
87e0c4b Clarify aggregator values
9d56ff4 Mark macports as communitry contributed
e8cd78f README: add MacPorts install info (#58)
a8042a2 Significantly fast json escaping in the average case
5d29fdc Tweak next steps

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