Skip to content

desktop-v0.1.22

Choose a tag to compare

@github-actions github-actions released this 27 Jul 13:29
· 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

Changed

  • Dragging files in the sidebar now shows what you're moving: a "Move 3 items" label for a selected group, the whole group dimmed as it travels, and a clearer highlight on the folder or workspace root you're dropping into. Thanks @zcuric! #198