Releases: Real-Fruit-Snacks/obsidian-Thoughtbin
Releases · Real-Fruit-Snacks/obsidian-Thoughtbin
Release list
1.2.4
Changed
- Deleting a thought always goes through
app.fileManager.trashFile, so the vault's trash setting is respected. - Italic detection in the composer no longer uses regex lookbehind (unsupported on some iOS versions).
- Composer autosize and collapsed thoughts set their heights through CSS variables instead of inline styles; DOM nodes are created with
createEl; timers usewindow.setTimeout. - Manifest description no longer contains a colon; "markdown" → "Markdown" in a setting description; LICENSE years updated.
1.2.3
Changed
- Stylesheet no longer uses
!important; removed partially supported CSS features flagged by the Obsidian review. - Startup indexing walks the Thoughtbin folder instead of enumerating the whole vault.
- Release assets now ship with GitHub artifact attestations.
Fixed
authorUrlin the manifest points to the author profile rather than the plugin repository.
1.2.2
Fixed
- Composer placeholder and text no longer fall back to a monospace font on desktop.
1.2.1
Changed
- Activity calendar and pinned cards now follow the theme's accent colour instead of fixed green and yellow.
- Sidebar stat labels pluralise correctly ("1 day", "2 days").
1.2.0
Live-styled CodeMirror composer, [[link]] and #tag autocomplete, list continuation and Ctrl+B/I/K, clickable links with hover previews, right-click card menu, mobile drawer and tag strip, and new settings: default code language, save with Enter, composer template, sort/time display, collapse long thoughts, confirm delete, first day of week.
1.1.1
ci: fix release workflow tag trigger to match Obsidian requirements
Thoughtbin 1.1.0
Initial release including custom storage folder settings, delete confirmation prompts, and an archive tab.