Skip to content

Comments

Release v0.1.4#11

Merged
ayenpure merged 6 commits intoreleasefrom
master
Jul 28, 2025
Merged

Release v0.1.4#11
ayenpure merged 6 commits intoreleasefrom
master

Conversation

@ayenpure
Copy link
Owner

Release v0.1.4

This pull request contains all changes for the v0.1.4 release.

Release Information

  • Previous version: v0.1.4
  • New version: v0.1.4
  • Release type: patch
  • Release date: 2025-07-28

What Changed

Release Checklist

  • Version bumped in all files
  • All tests passing
  • Documentation updated (if needed)
  • Breaking changes documented (if any)
  • Ready for production deployment

Files Updated

  • quickview/init.py - Version updated to 0.1.4
  • pyproject.toml - Version updated to 0.1.4
  • src-tauri/tauri.conf.json - Version updated to 0.1.4
  • src-tauri/Cargo.toml - Version updated to 0.1.4

Post-Merge Actions

After merging this PR:

  1. Git tag v0.1.4 will be available
  2. Tauri build will trigger automatically
  3. Draft release will be created with distributables
  4. Release will be published automatically with release notes

Important Notes

  • This is a patch release
  • Review all changes carefully before merging
  • Ensure all CI checks pass before merging

Release prepared by: @abhishek Yenpure
Release type: patch
Target branch: release
Commit count: 23

@ayenpure ayenpure added release Pull requests that prepare a new version release. patch labels Jul 28, 2025
@ayenpure ayenpure self-assigned this Jul 28, 2025
@ayenpure ayenpure added release Pull requests that prepare a new version release. patch labels Jul 28, 2025
ayenpure and others added 5 commits July 28, 2025 10:58
  - Remove ParaView scalar bar functionality throughout the codebase
    - Always hide ParaView scalar bars via SetScalarBarVisibility(False)
    - Remove GetScalarBar imports and usage
    - Remove "Show color bar" toggle from toolbar UI

  - Implement custom HTML colorbar at bottom of each view
    - Display colorbar as horizontal bar with min/max values
    - Generate colorbar images from ParaView color transfer functions
    - Store images as base64-encoded PNGs in trame state

  - Fix colorbar image generation to preserve original colormap
    - Colorbar image unaffected by log scale or manual range settings
    - Only color inversion affects the colorbar image
    - Temporarily reset transformations during image generation
…ettings

  - Remove clunky EventType enum from utilities.py
  - Replace generic update_view_color_settings() with specific methods:
    - update_colormap() for colormap changes
    - update_log_scale() for log scale toggling
    - update_invert_colors() for color inversion
  - Update ViewProperties widget to accept specific callback methods
  - Improve state synchronization to avoid recursive updates
  - Add fallback for non-tauri environments in toolbar
  - Ensure colorbar regenerates when color ranges change
  - Fix view configuration initialization with proper index-based values
@ayenpure ayenpure merged commit 31f746c into release Jul 28, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Pull requests that prepare a new version release.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant