Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: statico/meshtastic-cli

Tags

Verified

This commit was signed with the committer’s verified signature.
statico Ian Langworth ☠

Verified

This commit was signed with the committer’s verified signature.
statico Ian Langworth ☠

Verified

This commit was signed with the committer’s verified signature.
statico Ian Langworth ☠

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was signed with the committer’s verified signature.
statico Ian Langworth ☠
Update bun.lock after dependency changes

Verified

This commit was signed with the committer’s verified signature.
statico Ian Langworth ☠

v1.8.2

Toggle v1.8.2's commit message
v1.8.2: Flickering reduction improvements

- Memoized all major UI components (PacketList, ChatPanel, DMPanel, NodesPanel, LogPanel)
- Isolated animation components (AnimatedDots, LiveIndicator) to prevent cascading re-renders
- Implemented batched packet updates (100ms debounce) to reduce render frequency
- Custom comparison functions ensure components only re-render when data actually changes

This release significantly reduces UI flickering when:
- Packets are loading rapidly
- Waiting-for-ACK indicators are animating
- LIVE pulsing indicator is updating
- Switching between different views

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was signed with the committer’s verified signature.
statico Ian Langworth ☠
Fix connection regression: restore default HTTP port 80 behavior

- Fix port handling: only add port if explicitly provided via --port flag
- Restore old behavior where addresses without ports use default HTTP port (80)
- Keep status as 'connecting' while actively retrying instead of immediately showing 'disconnected'
- Show error reason in footer when disconnected
- Fix missing dependencies in connection effect (useTls, httpPort, insecure)
- Restore initial connection test for immediate feedback

Fixes issue where connections to devices on default HTTP port (80) were broken
after commit 02865a4 which incorrectly defaulted to port 4403.

Verified

This commit was signed with the committer’s verified signature.
statico Ian Langworth ☠

Verified

This commit was signed with the committer’s verified signature.
statico Ian Langworth ☠

Verified

This commit was signed with the committer’s verified signature.
statico Ian Langworth ☠