desktop-v0.1.22
·
242 commits
to main
since this release
Added
- Recent folders can be removed from the workspace switcher without affecting their files. Hover a folder and click the x, or press Delete while it's highlighted. Thanks @saucy-tech! #196
- Open the current note in Codex or Claude from the note actions menu, with the workspace and note path already filled in. #188
- Browse every workspace file, edit plain text and code, view PDFs and images in Hubble, and open any file in its default app. Thanks @zcuric for the suggestion! #183
- Hubble now collects anonymous usage data to help improve the app, with a clear notice and a Settings toggle to opt out. See TELEMETRY.md for what's collected. #182
- Leave review comments on a note: highlight text to start a thread, reply to it, and resolve it when it's handled. Comments live in the Markdown itself, so they travel with the file. Thanks @hwong103! #175
- Browse every comment in a note from the toolbar, filter by unresolved or resolved, and copy a prompt handing the open threads to your agent. For the best results, install the review-markdown-comments skill with
npx skills add bholmesdev/hubble-skills --skill review-markdown-comments, so your agent knows how to reply and resolve them. Thanks @hwong103! #175