Skip to content

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 13 Apr 22:45
· 3 commits to main since this release

ARGUS v1.0.3

Hotfix release — Apple Silicon (ARM) macOS globe rendering fix and stability improvements.

Apple Silicon Globe Fix

  • Fixed black globe texture on Apple Silicon Macs caused by CesiumJS imagery layer shader parameters
    (brightness, contrast, saturation, gamma) triggering a known ANGLE/Metal WebGL bug
    (CesiumGS/cesium#11251)
  • Shader adjustments are now conditionally skipped on Apple Silicon, restoring normal globe rendering
  • Dynamic brightness/saturation animation in postRender also bypassed on affected hardware

Server MIME Type Fix

  • Added .xmlapplication/xml MIME type to local renderer HTTP server
  • Fixes Cesium NaturalEarthII tilemapresource.xml being served as application/octet-stream

Startup Crash Fix

  • Fixed offline-cache-service.ts crash when app.getPath('userData') is called before app.whenReady()
  • Cache directory path is now lazily initialized on first init() call

Commits

  • fix: Apple Silicon globe black texture, XML MIME type, startup crash (09c2dc1)
  • ci: restrict dependabot to security-only updates (f79c7a6)

Full diff


Download the installer for your platform below and run it.

Platform File
Windows .exe
macOS (Intel) .dmg (x64)
macOS (Apple Silicon) .dmg (arm64)
Linux .AppImage