Reduce background sync to once per day, clarify outbound success messaging,
and center the brand mark in the settings header.
Co-authored-by: Cursor <cursoragent@cursor.com>
- add a left-ribbon icon (brand mark) that opens Settings directly on
the Unabyss plugin tab
- remove the dockable side panel view, its command, auto-open, and styles
- README: document the ribbon entry point in Features/Usage/manual
install and add a dev symlink step for local vault testing
Co-authored-by: Cursor <cursoragent@cursor.com>
- add a read-only Unabyss side panel (ItemView) docked in the right
sidebar showing connection status and live outbound/inbound progress;
opens on layout-ready and via the "Open Unabyss panel" command
- replace the placeholder header dots with the real brand tile rendered
as inline SVG (shared src/logo.ts), theme-adaptive via CSS variables;
register a monochrome variant as the side-panel tab icon
- nest the selected include-folders chips inside a labelled sub-container
within the Include folders block instead of floating in the section
- share formatProgress between the settings tab and the panel
Co-authored-by: Cursor <cursoragent@cursor.com>
- manifest: drop redundant "Obsidian" from description
- settings: render logo as inline themed SVG (no shipped image assets,
adapts via currentColor), move all inline styles to styles.css, use
Setting().setHeading() for section headers, drop document/activeDocument
access, and avoid returning a promise from a void event handler
- syncInbound: use FileManager.trashFile to respect the user's deletion
preference instead of Vault.trash
- main: type catch parameters as unknown (no unsafe any)
- apiClient: optional catch binding for the unused error
- build: replace builtin-modules package with node:module builtinModules
- release CI: attach only main.js/manifest.json/styles.css and add
build provenance attestations
- versions.json: backfill 1.0.1 and 1.1.1
Co-authored-by: Cursor <cursoragent@cursor.com>