Releases: maepon/jumpmark-dock
Releases · maepon/jumpmark-dock
Release v1.1.0
Release v1.1.0 - Phase 3: Import/Export System 🎉 Major Features: • Full-featured import/export system (JSON/CSV/HTML) • Drag & drop file import with validation • Smart duplicate detection and merge options • Enhanced URL normalization with protocol support 🔧 Technical Improvements: • Robust error handling and user feedback • Better UX with visual status indicators • Improved table interaction (URL-only clickable) • Complete dark mode support 🐛 Bug Fixes: • Fixed import duplicate detection logic • Resolved URL normalization errors • Prevented accidental navigation from table rows • Enhanced data validation and error recovery 📦 Build & Package: • Complete file inclusion for all GitHub Actions workflows • Ready for Chrome Web Store submission • Automated packaging with validation
Release v1.0.1
fix: ensure manifest.json is at root level in zip package Change zip command to use '*' instead of '.' to avoid creating nested directories. Add validation to confirm manifest.json is at root level of the zip package. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Release v1.0.0
fix: update GitHub Actions workflow with proper permissions - Add contents: write permission for release creation - Replace deprecated actions/create-release with softprops/action-gh-release - Simplify release asset upload process 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>