Commit graph

4 commits

Author SHA1 Message Date
Dominik Bartosik
7380f6f6f2 feat: daily safety-net sync, sync copy, centered settings logo (1.1.5)
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>
2026-06-15 14:16:21 +02:00
Dominik Bartosik
e0ae9ba14c feat: replace side panel with ribbon icon + docs (1.1.4)
- 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>
2026-06-15 03:44:45 +02:00
Dominik Bartosik
b9b0cfad55 feat: sidebar panel, brand logo tile, nested folder list (1.1.3)
- 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>
2026-06-15 03:36:09 +02:00
Dominik Bartosik
a05c1252d1 fix: address Obsidian community plugin review findings (1.1.1)
- 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>
2026-06-15 03:00:16 +02:00