You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- PathInfo now stores path: PathBuf and display_name: String, supporting
non-UTF8 filenames (lossy display) instead of silently dropping them
- Replace unreachable!() in cancel_most_recent_task with proper pop-then-match
- Unify hardcoded key dispatch: handler.rs now uses hardcoded_action() from
keybindings.rs as single source of truth
- Eliminate intermediate Vec allocations in sort() via sort_by closures
- Add macOS ARM64 to CI build matrix (aarch64-apple-darwin)
- Quote clipboard paths with shell_words::quote for newline safety
- Switch CI from deprecated cargo-audit to EmbarkStudios/cargo-deny-action
- Convert dir_total_size from recursive to iterative (no stack overflow)
0 commit comments