Skip to content

Releases: maepon/jumpmark-dock

Release v1.1.0

11 Jul 13:03

Choose a tag to compare

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

03 Jul 11:05
4ae9cd6

Choose a tag to compare

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

30 Jun 16:37
68f34cc

Choose a tag to compare

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>