Skip to content

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 09 Mar 21:09

NexView v1.1.1

Bug Fixes (19 fixes)

  • Fixed sounding mode freeze - NaN data caused async task panic, leaving fetching flag stuck (infinite spinner + 100% CPU)
  • Fixed critical SRV (Storm Relative Velocity) computation - was subtracting knots from m/s, off by ~1.94x
  • Fixed crash on volume scans without reflectivity data - graceful handling instead of panic
  • Fixed GPU rendering - now defaults to wgpu backend with GPU enabled by default
  • Fixed unbounded memory growth - map tile cache (500 max) and site cache (20 max) with LRU eviction
  • Fixed potential deadlock in map tile provider switching
  • Fixed cross-section clipping values above color table max
  • Fixed color legend using premultiplied alpha incorrectly
  • Fixed GIF export frame delay rounding
  • Fixed velocity display units for SRV product
  • Fixed wall mode crash on missing fetcher
  • Fixed concurrent download race condition
  • Fixed color table producing wrong colors for extreme values
  • Fixed macOS Gatekeeper "damaged app" error with ad-hoc code signing
  • Various other stability improvements

macOS Users

If you still see a Gatekeeper warning, right-click the app and select "Open", or run:

xattr -cr /Applications/NexView.app

Downloads

Platform File
Windows x64 NexView-Windows-x64.zip
macOS Apple Silicon NexView-macOS-AppleSilicon.dmg
macOS Intel NexView-macOS-Intel.dmg
Linux x64 NexView-Linux-x64.tar.gz