Releases: retypeapp/retype-for-obsidian
Releases · retypeapp/retype-for-obsidian
1.4.0
Build and preview your documentation with Retype.
Highlights
- Updated release metadata for plugin version
1.4.0with Obsidian1.11.4compatibility - 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
hiddenattribute 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, andstyles.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
Build and preview your documentation with Retype.
Highlights
- Updated for current Obsidian requirements with minimum app version
1.11.4and matching release metadata - Smarter project naming that prefers
meta.siteName, thenbranding.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-modulespackage
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
Build and preview your documentation with Retype.
Highlights
- Integrated source validation with
eslint-plugin-obsidianmdand 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, andversions.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
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.ymlrelative to the active document - CLI detection discovers
retypeon 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
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.ymlrelative to the active document - CLI detection discovers
retypeon 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