Skip to content

cargo-port v0.0.2

Choose a tag to compare

@natepiano natepiano released this 30 Mar 05:03
· 885 commits to main since this release

Added

  • Add Pane abstraction to preserve last row position when returning to a pane via Tab, with per-pane cursor, length, content area, and scroll offset
  • Detect new projects added under the scan root while running
  • Strikethrough styling for projects whose directories are deleted from disk

Changed

  • Unify disk and new-project watchers into a single scan-root watcher (macOS FSEvents). Linux users may hit inotify watch limits with large directory trees.

Fixed

  • Expand arrow shown on projects with only vendored crates and no workspace members or worktrees. This has been curtailed.