Skip to content

Releases: sturdy-barnacle/md-editor

Tibok v1.0.8 - Plugin Marketplace Improvements

04 Jan 07:39
400ff95

Choose a tag to compare

What's New

Plugin Marketplace Enhancements

  • Category Filtering: Browse plugins by category (Productivity, Formatting, Utilities)
  • Category Badges: Visual category indicators on plugin cards
  • Uninstall Plugins: Remove installed plugins with confirmation dialog
  • Update Notifications: See when newer versions are available with one-click updates

Plugin System

  • Added tibok.settings.get() API for plugins to access app settings
  • Improved plugin permission approval flow

Full Changelog: v1.0.7...v1.0.8

Tibok v1.0.7 - Git & Folder Fixes

31 Dec 05:39
926f4af

Choose a tag to compare

What's New in v1.0.7

Bug Fixes

Folder Expansion Fixed

  • Fixed issue where folder disclosure triangles weren't responding to clicks after app restart
  • Replaced DisclosureGroup with manual button-based implementation for reliable interaction

Git Panel Fixes

  • Fixed commit button always being disabled regardless of message content
  • Fixed new branch creation not working
  • Root cause: SwiftUI bindings in NSPanel weren't reactive due to using local variables

Git Detection (Sandbox)

  • Added security-scoped bookmarks for persistent workspace access
  • Fixes git detection in sandboxed production builds (DMG and App Store)
  • Removed non-functional $(HOME) entitlement exception

Technical Details

  • Wrapper views (CommitPanelWrapper, BranchPanelWrapper) now hold @State internally for proper SwiftUI reactivity in NSHostingView
  • Manual disclosure implementation using explicit Button for folder expansion

Full Changelog: v1.0.6...v1.0.7

v1.0.2 - Bug Fixes and Improvements

22 Dec 16:17
175a359

Choose a tag to compare

What's New

Bug Fixes

  • Fixed keyboard input routing - Resolved issue where keyboard input was being routed to other applications instead of the editor
  • Fixed WordPress selection revert - WordPress selection no longer reverts to Jekyll when converting between static site generators
  • Code signing - All releases are now properly code-signed and notarized by Apple for secure distribution

Release Details

  • ✓ Fully signed with Developer ID Application certificate
  • ✓ Notarized by Apple for Gatekeeper approval
  • ✓ No security warnings on installation
  • ✓ macOS 14.0 (Sonoma) or later, Apple Silicon (ARM64)

Installation

Download the DMG file, mount it, and drag tibok.app to your Applications folder.

tibok v1.0.1

20 Dec 05:10

Choose a tag to compare

tibok v1.0.1 - Patch Release

What's New

🐛 Bug Fixes

  • Fixed critical startup failure caused by Sparkle framework dependency
  • Removed unnecessary Sparkle framework for debug and current release builds
  • Simplified app initialization for improved stability

✨ Features

  • Full WordPress REST API integration for publishing
  • Dynamic plugin system with auto-discovery
  • Frontmatter editor for Jekyll/Hugo metadata
  • Webhook notifications system
  • Comprehensive Git integration (stage, commit, push, pull, branch management, stashes)
  • Image upload service with auto-copy to assets
  • 35+ slash commands for markdown shortcuts
  • Live markdown preview with syntax highlighting
  • Dark/light theme support
  • Print and export (PDF, HTML, RTF)

System Requirements

  • macOS: 14.0 (Sonoma) or later
  • Processor: Apple Silicon only (M1, M2, M3, M4 and newer)
  • Note: Intel Macs are not supported in this version

Installation

  1. Download the DMG file below
  2. Open the DMG and drag tibok to Applications
  3. Launch from Applications folder

Known Limitations

  • Sparkle auto-update framework will be re-enabled in v1.1 with proper notarization support
  • Intel processor support not available (Apple Silicon only)

What's Fixed Since v1.0.0

  • ✅ App now launches successfully without dyld errors
  • ✅ All features from development branch merged and tested
  • ✅ Code signing and notarization validation complete
  • ✅ Full feature set ready for production use

System Preferences

Configure in Settings:

  • Font family and size
  • Line height and preview width
  • Code syntax theme (10+ themes)
  • Timezone for frontmatter dates
  • Plugin enable/disable
  • Webhook triggers

Need Help?


Note: This is a patch release fixing critical startup issues. Apple Silicon Macs only. All features from v1.0.0 development are fully included and tested.