Skip to content

Releases: dimonomid/nerdlog

v1.3.0

03 May 15:28
5510ec4

Choose a tag to compare

1.3.0 (2025-05-03)

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)

v1.2.4

28 Apr 16:30
4501c84

Choose a tag to compare

1.2.4 (2025-04-28)

Bug Fixes

  • Avoid panic if nerdlog was built with CGO_ENABLED=0 (389a193)

v1.2.3

28 Apr 10:50
cb544c8

Choose a tag to compare

1.2.3 (2025-04-28)

Bug Fixes

  • CI: Install libx11-dev to the runner (adde3f5)

v1.2.2

28 Apr 10:42
5f0707e

Choose a tag to compare

1.2.2 (2025-04-28)

Bug Fixes

  • CI: Don't set CGO_ENABLED=0 (201f621)

v1.2.1

28 Apr 10:31
f84fc0c

Choose a tag to compare

1.2.1 (2025-04-28)

Bug Fixes

  • CI: Fix the path to main package (2ae940b)

v1.2.0

28 Apr 10:24
3c63598

Choose a tag to compare

1.2.0 (2025-04-28)

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), thanks to @meysam81 for submitting a PR for this!

Bug Fixes

  • Fix focus issue when non-last modal is removed (2e4ff3)

Nerdlog v1.1.0

28 Apr 09:50

Choose a tag to compare

  • 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.

Nerdlog v1.0.0

22 Apr 09:56

Choose a tag to compare

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.