PackageTrack
Sign in Get early access

github.com/dimonomid/nerdlog

v1.10.0 #1439 most downloaded on Go modules dimonomid/nerdlog

What this package is like to depend on

Last release 1 years ago

22 Jun 2025

Ships on a steady schedule

a new release about every 9 days

Nearly every release is documented

notes for 18 of 19 stable releases

Nothing withdrawn

no release was ever pulled

1 years old

50 releases · first in 2025

0 releases in the last 12 months

see the full history below

Release timeline

50 releases · Apr 2025 to Jun 2025
2026
Release Pre-release

Releases

latest 50
  1. v1.10.1-0.20250622164813-7e98a5c583c3 22 Jun 2025 pre-release

    Nothing published for this version

  2. v1.10.1-0.20250622095327-3161c2aad3cd 22 Jun 2025 pre-release

    Nothing published for this version

  3. v1.10.1-0.20250614115907-1f1ce679815f 14 Jun 2025 pre-release

    Nothing published for this version

  4. v1.10.1-0.20250609083636-5c6a91d66be1 09 Jun 2025 pre-release

    Nothing published for this version

  5. v1.10.0 09 Jun 2025
    Release notes

    1.10.0 (2025-06-09)

    Features

    • Add support for external ssh binary (2d93f05), activate it by using --set 'transport=ssh-bin'
    • Add :conndebug command which shows connection debug info (9bae829)
    • Add some basic support for Apache logs (19a442e)
    Open source →
    Release notes

    Features

    • Add support for external ssh binary (2d93f05), activate it by using --set 'transport=ssh-bin'
    • Add :conndebug command which shows connection debug info (9bae829)
    • Add some basic support for Apache logs (19a442e)
    Open source →
    Release notes

    v1.10.0 Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  6. v1.9.1-0.20250608184253-7a7a904c21a3 08 Jun 2025 pre-release

    Nothing published for this version

  7. v1.9.1-0.20250608155451-bb8bab3e9bf9 08 Jun 2025 pre-release

    Nothing published for this version

  8. v1.9.1-0.20250608134546-9bae82966703 08 Jun 2025 pre-release

    Nothing published for this version

  9. v1.9.1-0.20250607193706-639b5d0d19ef 07 Jun 2025 pre-release

    Nothing published for this version

  10. v1.9.1-0.20250603072353-19a442e5b3ee 03 Jun 2025 pre-release

    Nothing published for this version

  11. v1.9.0 02 Jun 2025
    Release notes

    1.9.0 (2025-06-02)

    Features

    • Add support for --set command line flag (ecae528)

    Bug Fixes

    • Fix going from May to Jun in traditional syslog format (de21e4d)
    • Improve error message when initial query is invalid (dc9e5fc)
    • Update tview to the same version as in current Debian (7dce1ff)
    Open source →
    Release notes

    Features

    • Add support for --set command line flag (ecae528)

    Bug Fixes

    • Fix going from May to Jun in traditional syslog format (de21e4d)
    • Improve error message when initial query is invalid (dc9e5fc)
    • Update tview to the same version as in current Debian (7dce1ff)
    Open source →
    Release notes

    v1.9.0

    Compare

    Choose a tag to compare

    Open source →
  12. v1.8.3-0.20250531081735-ecae528355ae 31 May 2025 pre-release

    Nothing published for this version

  13. v1.8.3-0.20250526075657-d674fda25382 26 May 2025 pre-release

    Nothing published for this version

  14. v1.8.2 25 May 2025
    Release notes

    1.8.2 (2025-05-25)

    Bug Fixes

    • Don't use [[ ]] in the main ssh session, which runs in /bin/sh. It wasn't a critical issue and things kept working, but an error during bootstrap wouldn't be detected properly (d8b5af0)

    Internal or minor changes

    • We now run end-to-end tests on the released binaries (8d9335a)
    • To support the end-to-end tests, some flags were added to override default file locations: --lstreams-config, --cmdhistory-file, --queryhistory-file. These flags might be useful outside of testing as well (ea160d8)
    Open source →
    Release notes

    Bug Fixes

    • Don't use [[ ]] in the main ssh session, which runs in /bin/sh. It wasn't a critical issue and things kept working, but an error during bootstrap wouldn't be detected properly (d8b5af0)

    Internal or minor changes

    • We now run end-to-end tests on the released binaries (8d9335a)
    • To support the end-to-end tests, some flags were added to override default file locations: --lstreams-config, --cmdhistory-file, --queryhistory-file. These flags might be useful outside of testing as well (ea160d8)
    Open source →
    Release notes

    v1.8.2

    Compare

    Choose a tag to compare

    Open source →
  15. v1.8.2-0.20250524104204-517f0c208674 24 May 2025 pre-release

    Nothing published for this version

  16. v1.8.1 20 May 2025
    Release notes

    1.8.1 (2025-05-20)

    Bug Fixes

    • Use /bin/sh as the main ssh session shell (10e3551)
    • Forget queued commands when reconnecting, to avoid potential panic (04cbe37)
    Open source →
    Release notes

    Bug Fixes

    • Use /bin/sh as the main ssh session shell (10e3551)
    • Forget queued commands when reconnecting, to avoid potential panic (04cbe37)
    Open source →
    Release notes

    v1.8.1

    Compare

    Choose a tag to compare

    Open source →
  17. v1.8.0 19 May 2025
    Release notes

    1.8.0 (2025-05-19)

    Features

    • Respect TZ env var on the remote hosts if available (66fb307)
    • Add support for shell init commands in logstream config (c5d756f)
    • UI: Add a way to copy message to clipboard (fa44568)
    • UI: Implement debug info dialog (bc3f8e3, aa164b2, d696530)

    Also, doesn't affect the actual app functionality, but the whole core package is now covered with tests (as opposed to just the agent script), and these tests run on CI on Linux, FreeBSD and MacOS.

    Bug Fixes

    • Fix journalctl pagination with the pattern (8c85b16)
    • Support ancient bash shipped with MacOS (4c5edd5)
    • Upgrade clipboard package to fix init error handling (313a4f7)
    • UI: Fix messagebox height if text has empty lines (ae72eec)
    Open source →
    Release notes

    Features

    • Respect TZ env var on the remote hosts if available (66fb307)
    • Add support for shell init commands in logstream config (c5d756f)
    • UI: Add a way to copy message to clipboard (fa44568)
    • UI: Implement debug info dialog (bc3f8e3, aa164b2, d696530)

    Also, doesn't affect the actual app functionality, but the whole core package is now covered with tests (as opposed to just the agent script), and these tests run on CI on Linux, FreeBSD and MacOS.

    Bug Fixes

    • Fix journalctl pagination with the pattern (8c85b16)
    • Support ancient bash shipped with MacOS (4c5edd5)
    • Upgrade clipboard package to fix init error handling (313a4f7)
    • UI: Fix messagebox height if text has empty lines (ae72eec)
    Open source →
    Release notes

    v1.8.0

    Compare

    Choose a tag to compare

    Open source →
  18. v1.7.3-0.20250518212557-4ad56b5f57f3 18 May 2025 pre-release

    Nothing published for this version

  19. v1.7.3-0.20250518150954-17aaf4d944fd 18 May 2025 pre-release

    Nothing published for this version

  20. v1.7.3-0.20250517125251-0c5c415e1be0 17 May 2025 pre-release

    Nothing published for this version

  21. v1.7.3-0.20250516114736-43f3cd94becc 16 May 2025 pre-release

    Nothing published for this version

  22. v1.7.3-0.20250515082423-3a18254d7b5b 15 May 2025 pre-release

    Nothing published for this version

  23. v1.7.2 14 May 2025
    Release notes

    1.7.2 (2025-05-14)

    Bug Fixes

    • Fix pagination of journalctl-powered logstreams (f7e373e)
    Open source →
    Release notes

    Bug Fixes

    • Fix pagination of journalctl-powered logstreams (f7e373e)
    Open source →
    Release notes

    v1.7.2

    Compare

    Choose a tag to compare

    Open source →
  24. v1.7.1 12 May 2025
    Release notes

    1.7.1 (2025-05-11)

    Bug Fixes

    • Fix time format for older versions of journalctl (528974d)
    Open source →
    Release notes

    Bug Fixes

    • Fix time format for older versions of journalctl (528974d)
    Open source →
    Release notes

    v1.7.1

    Compare

    Choose a tag to compare

    Open source →
  25. v1.7.1-0.20250511204707-a54371126354 11 May 2025 pre-release

    Nothing published for this version

  26. v1.7.0 11 May 2025
    Release notes

    1.7.0 (2025-05-11)

    Features

    • Handle decreased timestamps gracefully (136890b)
    • Make the histogram cursor and ruler lighter (b0d6e21)
    • minor: Add GOOS and clipboard info to --version output (256e334)

    Bug Fixes

    • Make Makefile compabible with FreeBSD (d8776b6)
    • UI: Make the right edge of the ruler correct in all cases (c04005b)
    • minor: Improve version info generated by make (564a20f)
    Open source →
    Release notes

    Features

    • Handle decreased timestamps gracefully (136890b)
    • Make the histogram cursor and ruler lighter (b0d6e21)
    • minor: Add GOOS and clipboard info to --version output (256e334)

    Bug Fixes

    • Make Makefile compabible with FreeBSD (d8776b6)
    • UI: Make the right edge of the ruler correct in all cases (c04005b)
    • minor: Improve version info generated by make (564a20f)
    Open source →
    Release notes

    v1.7.0

    Compare

    Choose a tag to compare

    Open source →
  27. v1.6.1-0.20250506090236-564a20fc45fb 06 May 2025 pre-release

    Nothing published for this version

  28. v1.6.0 05 May 2025
    Release notes

    1.6.0 (2025-05-05)

    Features

    • Add support for --version flag and :version / :about commands (1706904)
    • CI: Add version number to the archive names (78e4e80)

    Bug Fixes

    • Make sure that the agent script runs with $HOME as working dir (6885b88)
    Open source →
    Release notes

    Features

    • Add support for --version flag and :version / :about commands (1706904)
    • CI: Add version number to the archive names (78e4e80)

    Bug Fixes

    • Make sure that the agent script runs with $HOME as working dir (6885b88)
    Open source →
    Release notes

    v1.6.0

    Compare

    Choose a tag to compare

    Open source →
  29. v1.5.1-0.20250505061527-6885b88b34b3 05 May 2025 pre-release

    Nothing published for this version

  30. v1.5.0 04 May 2025
    Release notes

    1.5.0 (2025-05-04)

    Features

    • Implement ssh authentication via public keys in addition to ssh-agent (435eeab)
    • Don't fail if there is a Match directive in ssh config (3dad67c)
    • UI: Resize the connection dialog when needed (e85811f)

    Bug Fixes

    • FreeBSD is tested and supported both as a client (where the Nerdlog app runs) and as a remote host (where logs are collected from):
      • Make the agent script work on FreeBSD (bcb3ac4)
      • Fix FreeBSD build with CGO_ENABLED=1 (db2665f)
    • Don't use localhost as a default on Windows (03e7d96)
    Open source →
    Release notes

    Features

    • Implement ssh authentication via public keys in addition to ssh-agent (435eeab)
    • Don't fail if there is a Match directive in ssh config (3dad67c)
    • UI: Resize the connection dialog when needed (e85811f)

    Bug Fixes

    • FreeBSD is tested and supported both as a client (where the Nerdlog app runs) and as a remote host (where logs are collected from):
      • Make the agent script work on FreeBSD (bcb3ac4)
      • Fix FreeBSD build with CGO_ENABLED=1 (db2665f)
    • Don't use localhost as a default on Windows (03e7d96)
    Open source →
    Release notes

    v1.5.0

    Compare

    Choose a tag to compare

    Open source →
  31. v1.4.0 04 May 2025

    Nothing published for this version

  32. v1.3.1-0.20250503160456-a18a6bd7db2c 03 May 2025 pre-release

    Nothing published for this version

  33. v1.3.0 03 May 2025
    Release notes

    Features

    • Implement proper support for localhost (82425bf)
    • Implement refresh using Ctrl+R or F5 (6c95ca5)
    • Implement hard refresh using Alt+Ctrl+R or Shift+F5 (6799aca)

    Bug Fixes

    • Don't assume that bash is in /bin (ddcde2b)
    • Handle multiline records from journalctl (af591a0)
    • UI: Apply the timezone changes everywhere in UI (8b523f6)
    • UI: Fix timezone label in query edit form (e3d7f26)
    Open source →
  34. v1.2.5-0.20250503152241-82425bfe4b53 03 May 2025 pre-release

    Nothing published for this version

  35. v1.2.5-0.20250503071339-6c95ca571621 03 May 2025 pre-release

    Nothing published for this version

  36. v1.2.5-0.20250429174608-ddcde2bdacc2 29 Apr 2025 pre-release

    Nothing published for this version

  37. v1.2.4 28 Apr 2025
    Release notes

    Bug Fixes

    • Avoid panic if nerdlog was built with CGO_ENABLED=0 (389a193)
    Open source →
  38. v1.2.4-0.20250428110326-044eda5bc28b 28 Apr 2025 pre-release

    Nothing published for this version

  39. v1.2.3 28 Apr 2025
    Release notes

    Bug Fixes

    • CI: Install libx11-dev to the runner (adde3f5)
    Open source →
  40. v1.2.2 28 Apr 2025
    Release notes

    Bug Fixes

    • CI: Don't set CGO_ENABLED=0 (201f621)
    Open source →
  41. v1.2.1 28 Apr 2025
    Release notes

    Bug Fixes

    • CI: Fix the path to main package (2ae940b)
    Open source →
  42. v1.2.0 28 Apr 2025
    Release notes

    Features

    • Add support for journalctl (6d7d69, 1687ee). Log files are still preferred, because they are more reliable and work much faster, but journalctl is more universally available these days, and also often has longer logs history, so it is fully supported now.
    • Add support for reading logs with sudo (23a6a4)
    • Add --ssh-config flag to specify the ssh config location (3ceb70)
    • CI: set up release-please with auto binaries building for releases (2a9d23)

    Bug Fixes

    • Fix focus issue when non-last modal is removed (2e4ff3)
    Open source →
  43. v1.1.1-0.20250427220236-e9a752e42de8 27 Apr 2025 pre-release

    Nothing published for this version

  44. v1.1.1-0.20250427210624-1687ee728387 27 Apr 2025 pre-release

    Nothing published for this version

  45. v1.1.0 26 Apr 2025
    Release notes

    Features

    • Support keyboard shortcuts Alt+Left and Alt+Right for navigating browser-like history, just as it works in a browser;
    • Rename the binary installed with go install github.com/dimonomid/nerdlog/cmd/nerdlog@latest from nerdlog-tui to just nerdlog.
    Open source →
  46. v1.0.1-0.20250426100751-8947f8d94578 26 Apr 2025 pre-release

    Nothing published for this version

  47. v1.0.0 22 Apr 2025
    Release notes

    Features

    • First release which can be considered a minimal viable product.

      There’s still plenty of room for new features, and some minor bug fixes, but overall the core functionality is in place and stable enough to be released into the wild.

    Open source →
  48. v0.0.0-20250622164813-7e98a5c583c3 22 Jun 2025 pre-release

    Nothing published for this version

  49. v0.0.0-20250422093232-f556706a7d88 22 Apr 2025 pre-release

    Nothing published for this version

  50. v0.0.0-20250421160727-762033ac12ca 21 Apr 2025 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive