Skip to content

Releases: retypeapp/retype-for-obsidian

1.4.0

18 May 15:53

Choose a tag to compare

Build and preview your documentation with Retype.

Highlights

  • Updated release metadata for plugin version 1.4.0 with Obsidian 1.11.4 compatibility
  • Cleaner Obsidian review posture by removing direct filesystem reads, temporary key-validation filesystem access, and environment-variable PATH fallback reads
  • Improved hidden-state behavior using the native hidden attribute and scoped CSS selectors instead of !important
  • Security and permissions documentation clarifying intentional shell execution, clipboard access, and external link behavior
  • Contributing guide added for local development, testing, and pull request expectations
  • Refreshed manual plugin assets for main.js, manifest.json, and styles.css

Requirements

  • Obsidian 1.11.4 or later
  • Desktop only
  • Retype CLI (can be installed manually or from within the plugin)

Full Changelog: 1.3.0...1.4.0

1.3.0

18 May 15:04

Choose a tag to compare

Build and preview your documentation with Retype.

Highlights

  • Updated for current Obsidian requirements with minimum app version 1.11.4 and matching release metadata
  • Smarter project naming that prefers meta.siteName, then branding.title, and avoids unrelated nested title fields such as RSS titles
  • Improved CLI detection with more reliable login-shell PATH discovery on macOS and Linux
  • Better multi-window compatibility using Obsidian's active window timers for polling, install flow, and UI callbacks
  • Release workflow hardening with provenance attestations for plugin build assets
  • Build dependency cleanup using Node's native module list instead of the builtin-modules package

Requirements

  • Obsidian 1.11.4 or later
  • Desktop only
  • Retype CLI (can be installed manually or from within the plugin)

Full Changelog: 1.2.0...1.3.0

1.2.0

20 Mar 00:07

Choose a tag to compare

Build and preview your documentation with Retype.

Highlights

  • Integrated source validation with eslint-plugin-obsidianmd and ESLint as part of the build process
  • Improved Obsidian compliance across commands, view lifecycle handling, async callbacks, and UI patterns
  • Cleaner sidebar behavior with safer view lookup and reduced risk of view-related memory leaks
  • More robust CLI detection and install flow with improved polling and promise handling
  • UI text and command polish for better consistency with Obsidian review guidelines
  • Release metadata cleanup for manifest.json, package.json, and versions.json

Requirements

  • Obsidian 1.4.0 or later
  • Desktop only
  • Retype CLI (can be installed manually or from within the plugin)

Full Changelog: 1.1.0...1.2.0

1.1.0

19 Mar 21:55

Choose a tag to compare

Build and preview your documentation with Retype.

Highlights

  • Sidebar panel with Start, Stop, and Build controls
  • Live console streaming CLI output with color-coded errors, warnings, and URLs
  • Server status card showing stopped / starting / running / error state with a clickable server URL
  • Project detection automatically finds the nearest retype.yml relative to the active document
  • CLI detection discovers retype on your system PATH (including nvm, Homebrew, dotnet tools)
  • One-click install if the CLI isn't found — installs via npm, yarn, or dotnet with real-time progress
  • Auto-detection polling transitions the panel to ready state if you install Retype externally
  • Status bar item (optional) showing current server state
  • Secure key storage for Retype Pro/Community license keys via Obsidian's SecretStorage

Requirements

  • Obsidian 1.4.0 or later
  • Desktop only
  • Retype CLI (can be installed manually or from within the plugin)

Full Changelog: 1.0.0...1.1.0

1.0.0

05 Mar 23:26

Choose a tag to compare

Initial v1.0.0 release of the Retype plugin for Obsidian.

Control the Retype development server directly from inside Obsidian — start, stop, build, and monitor output without leaving your vault.

Highlights

  • Sidebar panel with Start, Stop, and Build controls
  • Live console streaming CLI output with color-coded errors, warnings, and URLs
  • Server status card showing stopped / starting / running / error state with a clickable server URL
  • Project detection automatically finds the nearest retype.yml relative to the active document
  • CLI detection discovers retype on your system PATH (including nvm, Homebrew, dotnet tools)
  • One-click install if the CLI isn't found — installs via npm, yarn, or dotnet with real-time progress
  • Auto-detection polling transitions the panel to ready state if you install Retype externally
  • Status bar item (optional) showing current server state
  • Secure key storage for Retype Pro/Community license keys via Obsidian's SecretStorage

Requirements

  • Obsidian 1.4.0 or later
  • Desktop only
  • Retype CLI (can be installed manually or from within the plugin)

Full Changelog: https://github.com/retypeapp/retype-for-obsidian/commits/1.0.0