Skip to content

huddle 1.2.4 — attach a file by typing a path + a tidier composer

Choose a tag to compare

@richer-richard richer-richard released this 06 Jun 05:43
· 56 commits to main since this release
v1.2.4
67efb9c

What's new in 1.2.4

  • Attach a file by typing its path — for when the native file dialog is in your way (a headless box, an awkward window manager, or you just know the path):
    • TUI: press p in the file picker (or run "attach a file by path" from the command palette) to type a POSIX path. ~ expands to home; a path that isn't a real file shows an inline error and keeps what you typed (it isn't dropped).
    • GUI: Settings → Privacy → "attach by typing a path" swaps the Attach button's native file dialog for a path-entry box. Off by default; the choice persists.
  • Tidier message composer (GUI). The input row no longer reserves a tall resizable band, so the dead space under the message box is gone.

Docs brought up to date: README key-binding tables + File-attachments section, a new MANUAL_TESTING scenario, and SECURITY notes (stable *.workers.dev clearnet default).

Published to crates.io: huddle, huddle-gui, huddle-server, and huddle-core at 1.2.4.

Install: cargo install huddle --force (TUI) / cargo install huddle-gui --force (GUI), or git pull && huddle app for the macOS /Applications/Huddle.app bundle.