Skip to content

Releases: Kulturban/supernote-obsidian-sync

v0.11.1

Choose a tag to compare

@Kulturban Kulturban released this 02 Jul 20:01

Patch release that declares PyMuPDF as a required dependency for page-cache PDF hashing and updates the macOS Supsidian app version to 0.11.1.

Supsidian v0.11.0

Choose a tag to compare

@Kulturban Kulturban released this 02 Jul 19:17

This release adds incremental OCR and major reliability improvements for local OCR workflows, especially on 16 GB Macs.

Highlights

  • Added page-level OCR caching based on rendered PDF page hashes.
  • Added incremental Local Ollama OCR: unchanged pages reuse cached OCR text.
  • Added incremental Hybrid Marker + Ollama OCR.
  • Hybrid Marker now uses a low-memory profile by default for 16 GB Macs.
  • Hybrid Marker now runs only on changed pages, one page at a time.
  • Unchanged notes skip Marker entirely.
  • Marker failures are non-fatal; Supsidian continues with Ollama OCR text.
  • Ollama can now unload the local model after each processed note to free memory.
  • Improved page-cache accounting for changed, inserted, and deleted pages.

Notes

The first local OCR run can still be slow because the full note needs to be processed once. After that, unchanged pages are reused from cache, and only changed pages are processed again.

Supsidian v0.10.0 — Local OCR provider settings

Choose a tag to compare

@Kulturban Kulturban released this 26 Jun 14:00

Supsidian v0.10.0 — Local OCR provider settings

This release adds the first full macOS app settings support for multiple OCR providers.

Added

  • OCR provider picker in the macOS app
  • Support for choosing between:
    • Mistral
    • Local Ollama
    • Hybrid Marker + Ollama
  • Provider-specific settings in the GUI
  • Local Ollama setup check button
  • Ollama model install button
  • Ollama download button
  • Marker installation help for Hybrid mode
  • Clear explanations for all OCR modes

Improved

  • Existing Mistral setups remain compatible
  • Missing old config keys now load with safe defaults
  • Local/Hybrid mode no longer overwrites an existing Mistral API key unnecessarily
  • Ollama context size parsing now handles whitespace safely

Notes

  • Hybrid Marker + Ollama is still experimental.
  • Marker auto-install is intentionally not included yet.
  • Local Ollama requires Ollama and the model richardyoung/olmocr2:7b-q8.
  • Hybrid mode also requires marker_single or an absolute Marker command path.

Supsidian v0.9.3

Choose a tag to compare

@Kulturban Kulturban released this 20 Jun 14:41

Supsidian v0.9.3

Small usability release for the macOS menu bar app.

New / Fixed

  • Improved Open Supsidian at login

    • Uses the macOS login item system
    • Shows Supsidian properly instead of an “open” helper item
  • Improved Settings responsiveness

    • Sidebar categories now react reliably with one click
    • The full sidebar row is clickable
  • Keeps Supsidian as a menu-bar-only app hidden from the Dock

Installation

Install the command-line tool:

brew install kulturban/supernote-obsidian-sync/supernote-obsidian-sync

Install or update Supsidian:

brew install --cask kulturban/supernote-obsidian-sync/supsidian

Or update:

brew upgrade --cask kulturban/supernote-obsidian-sync/supsidian

Open Supsidian:

open -a Supsidian

Supsidian v0.9.2

Choose a tag to compare

@Kulturban Kulturban released this 20 Jun 14:27

Supsidian v0.9.2

Small maintenance release for the macOS menu bar app.

New / Fixed

  • Renamed Diagnostics to About & Diagnose

  • Moved version information into About & Diagnose

  • Added visible app version info:

    • Supsidian version
    • build number
    • command-line tool name
  • Keeps Advanced focused on sync and startup settings

Installation

Install the command-line tool:

brew install kulturban/supernote-obsidian-sync/supernote-obsidian-sync

Install or update Supsidian:

brew install --cask kulturban/supernote-obsidian-sync/supsidian

Or update:

brew upgrade --cask kulturban/supernote-obsidian-sync/supsidian

Open Supsidian:

open -a Supsidian

Supsidian runs as a menu bar app and does not appear in the Dock.

Supsidian v0.9.1

Choose a tag to compare

@Kulturban Kulturban released this 20 Jun 14:04

Maintenance release with menu bar improvements.

New:

  • Added Open Supsidian at login setting
  • Added Check for Updates… menu item
  • Cleaned up menu bar layout
  • Simplified Advanced settings UI

Installation

Install the command-line tool:

brew install kulturban/supernote-obsidian-sync/supernote-obsidian-sync

Install the Supsidian menu bar app:

brew install --cask kulturban/supernote-obsidian-sync/supsidian

Open Supsidian:

open -a Supsidian

Supsidian runs as a menu bar app and does not appear in the Dock.

Title: Supsidian v0.9.0

Choose a tag to compare

@Kulturban Kulturban released this 20 Jun 13:33

Supsidian v0.9.0

Supsidian is the new name for Supernote → Obsidian Sync.

This release introduces the polished macOS menu bar app experience and adds Homebrew installation for the app.

New

  • Renamed visible app branding to Supsidian

  • Built app is now Supsidian.app

  • App can run as a menu-bar-only utility and stay hidden from the Dock

  • Added optional Custom OCR Instruction

    • lets users guide how Mistral OCR should render notes
    • useful for preserving headings, bullet lists, diagrams, and faithful wording
  • Improved Settings UI

  • Added first-time setup flow

  • Added multi-folder Supernote → Obsidian mappings

  • Added manual Sync Now action from the menu bar

  • Improved diagnostics and setup feedback

  • Added Homebrew Cask installation for Supsidian

Installation

Install the command-line tool:

brew install kulturban/supernote-obsidian-sync/supernote-obsidian-sync

Install the Supsidian menu bar app:

brew install --cask kulturban/supernote-obsidian-sync/supsidian

Open Supsidian:

open -a Supsidian

Supsidian runs as a menu bar app and does not appear in the Dock.

Notes

The command-line tool is still called:

supernote-obsidian-sync

The settings folder also stays the same for compatibility:

~/Library/Application Support/Supernote Obsidian Sync

This is intentional so existing users do not lose their configuration.

Supsidian is currently unsigned and not notarized. If macOS blocks the app, right-click the app and choose Open.

0.8.1 – App icon and menu bar polish

Choose a tag to compare

@Kulturban Kulturban released this 19 Jun 20:15

Changes

  • Updated the macOS app icon.
  • Updated the menu bar symbol.
  • Polished the release build for the menu bar app.

Install / Update CLI

brew update
brew reinstall kulturban/supernote-obsidian-sync/supernote-obsidian-sync

v0.8.0 – First-time setup and manual sync UI

Choose a tag to compare

@Kulturban Kulturban released this 19 Jun 19:30

Highlights

  • Added a guided first-time setup flow.
  • Setup now shows one missing configuration step at a time.
  • Added safer folder selection for Obsidian vault and Supernote Partner folders.
  • Added default Supernote Partner folder detection.
  • Simplified the menu bar app to manual sync only.
  • Removed Start/Stop Watching from the release UI.
  • Hid check interval settings from the GUI.
  • Improved Sync Now output with clearer progress and result messages.
  • Improved diagnostics for first-time users and removed placeholder path confusion.

Install / Update

brew update
brew reinstall kulturban/supernote-obsidian-sync/supernote-obsidian-sync

v0.7.0 – LaunchAgent Controls

Choose a tag to compare

@Kulturban Kulturban released this 19 Jun 14:25

v0.7.0 – LaunchAgent Controls

This release adds native macOS background sync control.

Added

  • Install and remove macOS LaunchAgent
  • Start, stop, and restart background watching
  • Check LaunchAgent status
  • Menu-bar app controls for background sync
  • Automatic restart support through LaunchAgent KeepAlive

Changed

  • Menu-bar app can now act as a control panel for the background sync
  • Homebrew CLI remains the sync engine

Notes

The app still requires configuration through the settings files. A graphical settings window is planned for v0.8.0.