Releases: sturdy-barnacle/md-editor
Releases · sturdy-barnacle/md-editor
Tibok v1.0.8 - Plugin Marketplace Improvements
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
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@Stateinternally 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
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
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
- Download the DMG file below
- Open the DMG and drag tibok to Applications
- 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?
- Visit https://tibok.app for documentation
- Report issues on GitHub Issues
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.