Skip to content

Releases: newrelic/node-log-viewer

v0.4.0

09 Apr 14:37
f48697a

Choose a tag to compare

Changelog

v0.3.0

28 May 17:32
d7d6b15

Choose a tag to compare

Changelog

  • a869e69 Added --version switch (#19)
  • 4c79008 Added ability to dump all collector logs (#15)
  • 8a59279 Added support for multiple searches (#25)
  • 2b35097 Removed need for ctrl key for navigation (#21)
  • cdced2c Updated Go and dependencies (#16)
  • ef128ab Updated readme with install instructions (#17)
  • cce79ec fixed reading empty cache database (#32)
  • d7d6b15 fixed skipping of lines and stopping on too long lines (#33)
  • c687b8c fixed viewing line details in search results (#24)
  • 22ba71e log warning for malformed lines instead of crashing (#27)
  • c2473ae refactored file parsing to batch insert rows (#29)

v0.2.0

05 Mar 20:48
3f401cd

Choose a tag to compare

Changelog

  • 81cc82a Amended releaser config (#12)
  • e7fa3a5 Fixed goreleaser config (#13)
  • 3f401cd Target different tap (#14)
  • dc7ed0e Updated goreleaser to generate homebrew formula (#11)
  • 4be9de0 chore: Added necessary public repo files (#9)
  • 05b8470 chore: Added support for container logs (#6)
  • f924826 feat: Added support for positional input file (#7)

v0.1.2

06 Nov 19:42
f3155e1

Choose a tag to compare

Changelog

  • f3155e1 fix: Fixed parsing log files with node.js warnings embedded (#5)

v0.1.1

18 Oct 14:18
4dc9563

Choose a tag to compare

Changelog

  • 6e0805a Initial commit
  • b4f5cc2 add a developer notes doc
  • aa6ccf6 add an info bar to highlight basic commands
  • 32e4c90 add basic help to readme
  • 4dc9563 add github and release stuff
  • d993a86 add note about passing messages between views
  • fa8e94d add padding to status bar
  • 83f87ca add search feature
  • c4d7cb4 add some todos and notes
  • 8324b46 expand note about searching
  • cd44848 load from cache if present
  • 7dfd611 refactoring navigation
  • 1d4c499 replace bubbletea with tview
  • 2d1de23 start of caching in sqlite
  • c2ee033 update help key todo

v0.1.0

18 Oct 14:10
4dc9563

Choose a tag to compare

Changelog

  • 6e0805a Initial commit
  • b4f5cc2 add a developer notes doc
  • aa6ccf6 add an info bar to highlight basic commands
  • 32e4c90 add basic help to readme
  • 4dc9563 add github and release stuff
  • d993a86 add note about passing messages between views
  • fa8e94d add padding to status bar
  • 83f87ca add search feature
  • c4d7cb4 add some todos and notes
  • 8324b46 expand note about searching
  • cd44848 load from cache if present
  • 7dfd611 refactoring navigation
  • 1d4c499 replace bubbletea with tview
  • 2d1de23 start of caching in sqlite
  • c2ee033 update help key todo