Changelog
Releases
sudonotes is early. Versions move quickly and the format on disk is still settling — though
note files written by any version stay readable by every later one.
- Turn an idea bubble into a GitHub issue without retyping it. Your wording is reproduced verbatim — a model only adds a title and a line of context — and the bubble's tags become labels on the issue.
- Linked issues are tracked: a bubble whose issue has closed dims itself, and can delete itself instead if you turn that on in Settings. An Undo is offered either way.
- Sign in with GitHub's device flow. Issues are created by your own account, the app asks only for Issues and Metadata access on repositories you pick, and the token is kept in your operating system's credential store rather than the vault.
- Ideas now carry a three-state marker in the sidebar — unmarked, orange for in progress, green for complete — stored as `mark` in the note.
- A bubble's model, tags and issue link now follow it when you edit its first line, and are dropped when the bubble is deleted.
- Undo and redo survive switching notes and restarting the app, and bubble operations are undoable.
- Fill a prompt's {{placeholders}} from the ideas linked to it: focus a variable and pick a bubble, with a live preview of the substituted prompt.
- Visual divider lines in the editor — `---` draws a hairline, `___` splits the panel in two. Both render as you type.
- Prompt cards in a collection can be resized vertically, and each card remembers its height.
- An idea linked to a project now syncs both ways: editing IDEAS.md outside the app updates the note, with an echo guard so the two cannot loop.
- The update notification is a bottom-right toast with a progress bar instead of a banner.
- The bubble hover menu no longer covers the first line of a note.
- Update checks run immediately on every launch and periodically while sudonotes is open, so new releases are surfaced without opening Settings.
- Bubble tags and model assignments stay visible below ideas, with a quieter presentation and a Settings toggle.
- Search ideas and prompts by assigned model, including tag-only filters such as tag:"Opus 5".
- Auto-sort ideas by bubble count, faster sidebar reordering, and an on-hold indicator for paused projects.
- Automatic update notification on startup after a new version is published.
- In-page ((references)): autocomplete as you type, click to jump with a soft glow on the target, and a Back pill that returns to where you were.
- AI health indicator in the status bar — green when the service is healthy, amber when it is struggling, gray when off.
- Right-click a sidebar note for Open and Delete; middle-click still asks before deleting, and no longer triggers autoscroll.
- Toast notices dismiss themselves after a few seconds instead of staying on screen.
- Add prompt is also available below a collection's cards, and restoring a backup opens the picker in the backups folder.
- Markdown headings gain breathing room and a quiet divider, and long bubbles can be linked by a short fuzzy match.
- Manual check for updates in Settings, separate from the automatic updater.
- Autocomplete dropdown when typing [[ to search and link notes across the vault.
- Automatic vault-wide reference updating when notes and link titles are renamed.
- Draggable prompts inside prompt collection views for instant reordering.
- Real-time right details panel inspection on hovering prompt collection cards.
- Project icon indicators shown directly beside bracket-linked notes and ideas.
- In-collection search with Ctrl+Shift+F and global shortcut conflict fixes.
- Sidebar idea bubble counts color-coded with dynamic heat palettes.
- Clean subheader rendering inside idea bubble blocks without rounded-corner clipping.
- Automated vault backup snapshot and restore system.
- Idea bubbles get headers, heat bars and a copy action.
- Per-bubble model assignment, stored in the note's frontmatter.
- Project icons detected from common repository layouts.
- Destructive actions confirm with Enter.
- The UI starts at a smaller default zoom.
- First tagged release.
- Prompts and ideas, collections, and splitting a paste into separate prompts.
- Full-text search over the vault, and a command palette on Ctrl K.
- Wiki links with a backlinks panel.
- Project linking, mirroring an idea into a repository's IDEAS.md.
- Model picker backed by a live catalog, and optional AI tagging.
Full commit history is on GitHub.