Skip to content

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 01 Sep 02:33
· 10 commits to master since this release

⚡ linkd v0.1.5 — Smooth TUI Navigation & Polished Monitor Dashboard

🚀 Highlights

  • Silky Smooth TUI Navigation (linkd monitor / linkd top):
    • Fixed Cursor Jumping: Filtered KeyEventKind::Press events in crossterm to eliminate double-firing on Windows and rapid key repeats.
    • Smooth Viewport Auto-Scrolling: Implemented dynamic tree and log viewport windowing ( ree_scroll_offset & log_scroll) ensuring the selected row is always in view without jumping off-screen.
    • Navigation Hotkeys: Added support for Home, End, PageUp, PageDown for rapid scrolling in large monorepos.
    • Modern UI Styling: High-contrast selected row background (Color::Rgb(22, 44, 75)), rounded border boxes (BorderType::Rounded), distinct status badges ([✓ IDLE], [⚡ SYNC], [✕ ERROR], [⏸ PAUSED]), and enhanced card layouts in the Inspector.

📦 Installation

Linux & macOS (curl / bash)

curl -fsSL https://raw.githubusercontent.com/pinoox/linkd/master/install.sh | bash

Windows (PowerShell)

irm https://raw.githubusercontent.com/pinoox/linkd/master/install.ps1 | iex

Via Cargo (from source)

cargo install --path crates/linkd-cli --locked

Full Changelog: v0.1.4...v0.1.5