PackageTrack
Sign in Get early access

github.com/ramonvermeulen/whosthere

v0.8.3 #647 most downloaded on Go modules ramonvermeulen/whosthere

What this package is like to depend on

Last release 21 days ago

03 Aug 2026

Ships fairly regularly

a new release about every 3 weeks

Most releases are documented

notes for 10 of 16 stable releases

Nothing withdrawn

no release was ever pulled

7 months old

21 releases · first in 2026

21 releases in the last 12 months

see the full history below

Release timeline

21 releases · Jan 2026 to Aug 2026
Release Pre-release

Releases

latest 21
  1. v0.8.4-0.20260803065919-edd8d4397c4e 03 Aug 2026 pre-release

    Nothing published for this version

  2. v0.8.3 23 Jul 2026
    Release notes

    What's Changed

    • various dependency updates
    • fix(alias): show the alias as well as the original name in the device detail view by @ramonvermeulen in #120
    • fix(dashboard): title color didn't update while switching themes by @ramonvermeulen in #122

    Full Changelog: v0.8.2...v0.8.3

    Open source →
    Release notes

    v0.8.3 Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  3. v0.8.3-0.20260626123820-edc21949608d 26 Jun 2026 pre-release

    Nothing published for this version

  4. v0.8.2 21 May 2026
    Release notes

    This patch resolves an issue where the application quits while typing q in the alias input field.

    Commits

    Full Changelog: v0.8.1...v0.8.2

    Open source →
    Release notes

    v0.8.2

    Compare

    Choose a tag to compare

    Open source →
  5. v0.8.1 20 May 2026
    Release notes

    Implemented TUI styling changes to make the UX better on smaller screens, highlight the currently selected device, and indicate "stale" devices with a different color. This release does not include real functional changes.

    Commits

    • chore(oui): refresh IEEE OUI table by @github-actions[bot] in #109
    • feat(ux): improve bottom status bar + highlight currently selected device + color for last seen by @ramonvermeulen in #110

    New Contributors

    • @github-actions[bot] made their first contribution in #109

    Full Changelog: v0.8.0...v0.8.1

    Open source →
    Release notes

    v0.8.1

    Compare

    Choose a tag to compare

    Open source →
  6. v0.8.0 19 May 2026
    Release notes

    What's Changed

    This release adds the ability to switch the network interface at runtime. Additionally it adds support for overwriting the display name of a device with an alias. This alias is persistent across sessions, so that you can easily recognize devices on your network based on the alias that you gave to the device. For the rest this release includes some styling improvements to the top bar of the app, as well as status updates when editing or resetting aliases.

    Commits

    • feat(interface): add the ability to switch the network interface at runtime by @ramonvermeulen in #105
    • feat(tui): persist and edit aliases for device display name per unique mac address in a bbolt storage layer by @ramonvermeulen in #106
    • fix: ensure results from different network interfaces aren't mixed when all_interfaces is disabled by @ramonvermeulen in #107
    • feat(header): show current active network interface in the header + FAQ link by @ramonvermeulen in #108

    Full Changelog: v0.7.1...v0.8.0

    Open source →
    Release notes

    v0.8.0

    Compare

    Choose a tag to compare

    Open source →
  7. v0.7.1 02 Apr 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v0.7.0...v0.7.1

    Open source →
    Release notes

    v0.7.1

    Compare

    Choose a tag to compare

    Open source →
  8. v0.7.0 16 Mar 2026
    Release notes

    What's Changed

    • Add 'q' binding to quit app by @inverted-tree in #80
    • chore: upgrade go from 1.25.6 to 1.26.0 by @ramonvermeulen in #82
    • chore(deps): bump goreleaser/goreleaser-action from 6.4.0 to 7.0.0 in the gha group by @dependabot[bot] in #83
    • chore(deps): bump golang.org/x/net from 0.50.0 to 0.51.0 in the go group by @dependabot[bot] in #84
    • feat: make use of hashicorp/mdns instead of custom mDNS implementation by @ramonvermeulen in #81
    • chore(deps): bump actions/setup-go from 6.2.0 to 6.3.0 in the gha group by @dependabot[bot] in #85
    • fix(ui): restore visible TextArea selection with theme.no_color enabled by @ismo-conguairta in #89
    • chore(deps): bump the go group across 1 directory with 3 updates by @dependabot[bot] in #88
    • fix: persist the theme on saving + added s as alternative theme save key binding by @ramonvermeulen in #91

    New Contributors

    Full Changelog: v0.6.1...v0.7.0

    Open source →
    Release notes

    v0.7.0

    Compare

    Choose a tag to compare

    Open source →
  9. v0.6.1 12 Feb 2026
    Release notes

    What's Changed

    Full Changelog: v0.6.0...v0.6.1

    Open source →
    Release notes

    v0.6.1

    Compare

    Choose a tag to compare

    Open source →
  10. v0.6.0 11 Feb 2026
    Release notes

    What's Changed

    • chore(deps): updated Go dependencies by @dependabot[bot] in #71
    • refactor: made discovery package reusable - now importable by other projects by @ramonvermeulen in #72
      • configuration is now more predictable: flags override env vars, which override YAML config, which overrides defaults
      • scan command output is now in a table format which is cleaner and easier to read
      • discovery functionality moved to pkg/discovery with documentation
      • fixed a thread safety issue that could cause crashes during device merging in rare cases
    • feat: scan command now supports --json and --pretty flags for structured output by @ramonvermeulen in #73
    • feat: can now disable colored output via theme.no_color in config.yaml (in addition to NO_COLOR env var) by @ramonvermeulen in #75

    Full Changelog: v0.5.1...v0.6.0

    Open source →
    Release notes

    v0.6.0

    Compare

    Choose a tag to compare

    Open source →
  11. v0.5.1 02 Feb 2026
    Release notes

    What's Changed

    • chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 in the gha group by @dependabot[bot] in #63
    • refactor: move oui under discovery package + move scanners under dedicated package by @ramonvermeulen in #64
    • fix: bug where in macOS the incorrect config directory was returned by @ramonvermeulen in #66

    Full Changelog: v0.5.0...v0.5.1

    Open source →
    Release notes

    v0.5.1

    Compare

    Choose a tag to compare

    Open source →
  12. v0.5.0 28 Jan 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v0.4.0...v0.5.0

    Open source →
    Release notes

    v0.5.0

    Compare

    Choose a tag to compare

    Open source →
  13. v0.4.1-0.20260127143858-db3666f16b25 27 Jan 2026 pre-release

    Nothing published for this version

  14. v0.4.0 26 Jan 2026

    Nothing published for this version

  15. v0.3.1 25 Jan 2026

    Nothing published for this version

  16. v0.3.0 25 Jan 2026

    Nothing published for this version

  17. v0.2.1 24 Jan 2026

    Nothing published for this version

  18. v0.2.1-0.20260123102014-2db1d9e32107 23 Jan 2026 pre-release

    Nothing published for this version

  19. v0.2.0 23 Jan 2026

    Nothing published for this version

  20. v0.1.0 21 Jan 2026

    Nothing published for this version

  21. v0.0.0-20260121211206-09e58efcde52 21 Jan 2026 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