Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: statico/meshtastic-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.4
Choose a base ref
...
head repository: statico/meshtastic-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.5
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 29, 2025

  1. Fix node selection index mismatch in actions

    The sorting logic in useInput handler didn't match the render section,
    causing filteredNodes to have different sort orders. This created an
    index mismatch where actions (position, nodeinfo, traceroute) would
    target the wrong node (often 2 rows up from selected).
    
    Updated useInput sortNodes to use the same logic as render: treat both
    null and negative hops as 999 for sorting.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
    statico and claude committed Dec 29, 2025
    Configuration menu
    Copy the full SHA
    916903e View commit details
    Browse the repository at this point in the history
  2. v1.5.5

    statico committed Dec 29, 2025
    Configuration menu
    Copy the full SHA
    6adb49c View commit details
    Browse the repository at this point in the history
Loading