Skip to content

Releases: ImNotMrReaper/reapers-notes

v1.2.0 - Obsidian Vault Auto-Detection & Native File Chooser

Choose a tag to compare

@ImNotMrReaper ImNotMrReaper released this 11 Sep 23:11

What's New in v1.2.0

  • Obsidian-Created Vault Auto-Detection: Automatically identifies vaults created by Obsidian by inspecting Obsidian's application registries (obsidian.json across Native, Flatpak, and Snap) and scanning directories for Obsidian's .obsidian/ configuration directory markers.
  • Native File Manager Vault Chooser: Browse and select any folder on your filesystem as an Obsidian vault via the desktop file chooser (Gtk.FileDialog / Gtk.FileChooserNative).
  • Vault Manager GUI: Under Obsidian -> Manage / Switch Vaults..., view all detected vaults with source indicators, switch the active vault with a single click, or browse for new folders.
  • Auto-Initialization: When adding a custom folder, Reaper's Notes automatically initializes the .obsidian/ marker configuration so Obsidian immediately recognizes it as a vault.
  • Persistent Vault State: Remembers your chosen active vault across application sessions.

v1.1.0 - Modular Plugins, Obsidian Vault Integration & Universal AI

Choose a tag to compare

@ImNotMrReaper ImNotMrReaper released this 11 Sep 23:00

Highlights in v1.1.0

  • Modular Plugin Engine: Extensible plugin system (plugins/ and ~/.config/reaper-notes/plugins/) with a GUI plugin manager.
  • Obsidian Vault Integration: One-click and hotkey (Ctrl+Alt+O / Ctrl+Shift+O) push to local Obsidian vaults with automatic YAML frontmatter.
  • Universal AI Backend: Model-agnostic completion engine supporting Antigravity (agy), Claude CLI (claude), Ollama (local offline LLM), and OpenAI.
  • Single-Button Lock/Unlock: Dynamic 🔒 / 🔓 toggle on the headerbar with AES-256-GCM encryption.

v1.0.0 - Reaper's Notes & Text Editor

Choose a tag to compare

@ImNotMrReaper ImNotMrReaper released this 11 Sep 22:43

Features in v1.0.0:

  • Full Text Editor Capability: Multi-document tabs, in-editor Find and Replace with match counts, zoom controls, line numbers, word wrap, and margin guides.
  • Interactive Language & File Type Selector: Searchable popover with 176+ language syntax highlighters and instant Plain Text toggle (stripping markdown headers and list styling for raw editing).
  • Biometric AES-256-GCM Vault: Dynamic lock/unlock HeaderBar button with state icons (changes-prevent-symbolic / changes-allow-symbolic), backed by Howdy Face ID, Goodix fingerprint sensor, and PAM fallback.
  • Real-Time Streaming Voice Dictation: Local CPU Whisper with sub-70ms inference latency (libwhisper_easy.so), live word typing at cursor, and instant Escape key abort.
  • Adaptive GNOME System Themes: Automatic dark/light scheme following with Pure OLED Pitch Black (#000000) option.
  • Packaging: Native Debian package (.deb) and universal 1-line curl installer.