Releases: wmwolf/mesa-explorer
Releases · wmwolf/mesa-explorer
v1.0.2 - Improved Logarithmic Pan & Development Tools
🚀 What's New
🎯 Pan Interaction Improvements
- Fixed logarithmic axis panning - Pan tool now works correctly with logarithmic scales using a working-space approach
- Improved accuracy for both linear and logarithmic axes during pan operations
- Better validation and error handling for edge cases
🛠️ Developer Experience
- New Python mode switching scripts - Easy switching between development and production JavaScript paths
python3 switch-to-dev.py- Switch to development modepython3 switch-to-prod.py- Switch to production mode
- Updated documentation with clear instructions for mode switching
- Removed unreliable shell scripts in favor of robust Python implementation
🐛 Bug Fixes
- Fixed malformed HTML comments during mode switching
- Eliminated stray "-->" text appearing on rendered pages
📚 Documentation
- Updated CLAUDE.md with mode switching instructions and best practices
- Added reminder to always switch to production mode before committing
This release improves the core pan interaction experience and makes development workflow smoother.
Mesa Explorer v1.0.1
What's New in v1.0.1
🎨 Color Scheme Improvements
- Fixed single-file mode color consistency: When cycling through multiple files in single-file mode, colors now remain consistent across files instead of changing unexpectedly
- Preserved multi-file mode behavior: Multi-file mode continues to use distinct colors per file with linestyle differentiation by data type
🐛 Bug Fixes
- Resolved issue where switching between files in single-file mode would show different color schemes
- Maintained backward compatibility with existing multi-file visualization workflows
🔧 Technical Details
- Improved series identification system to be mode-aware
- Single-file mode uses file-agnostic series IDs for persistent styling
- Multi-file mode preserves file-specific series IDs for distinct visualization
This release improves the user experience when creating animation-style visualizations by stepping through multiple files with consistent styling.
Full Changelog: v1.0.0...v1.0.1