• v0.0.12 ec86ec6829

    v0.0.12 Stable

    olemd released this 2025-09-02 19:36:38 +02:00 | 1 commits to main since this release

    SkyView v0.0.12 - Comprehensive 3D Radar Enhancements

    Major Features

    3D Radar View Enhancements

    • Aircraft Type Differentiation: Visual distinction between aircraft types (light, medium, heavy, helicopters) with unique geometries and colors
    • Flight Trails with Historical Data: Enhanced 3D flight trails using historical position data with altitude information
    • Interactive 3D Labels: Click-to-show aircraft information with callsign, altitude, and ground speed
    • Signal Quality Visualization: Visual feedback based on receiver signal strength with opacity adjustments
    • Aircraft Direction Indicators: Visual indicators showing aircraft heading and movement direction

    Technical Improvements

    • Pure Go SQLite: Eliminated CGO dependency by switching to modernc.org/sqlite driver
    • Enhanced Performance: Optimized JavaScript rendering and reduced debug logging
    • Improved UI Controls: Added show/hide trails toggle for 3D radar view
    • Better Error Handling: Improved aircraft icon loading and CSS class naming

    Visual and UX Improvements

    • SkyView Branding: Added official logo, favicon, and consistent branding across the application
    • Mobile Responsiveness: Enhanced mobile-friendly design and responsive layouts
    • Improved Clock Display: Fixed UTC and last update time display issues
    • Alphabetical Source Sorting: Sources now display in consistent alphabetical order

    Bug Fixes

    • Fixed aircraft icon fallback to prevent circles when specific types unavailable
    • Corrected signal strength CSS class names to match JavaScript implementation
    • Resolved clock display issues for UTC and last update times
    • Fixed excessive debug logging in JavaScript console
    • Improved logo text visibility with outlines and better color contrast

    Developer Experience

    • Added comprehensive 3D radar controls implementation
    • Enhanced embedded file handling with debug flag controls
    • Improved build system with better SQLite integration
    • Updated documentation for new features and architecture

    Package Information

    • Version: v0.0.12
    • Debian Package: skyview-adsb_0.0.12_amd64.deb (included)
    • Architecture: amd64
    • Size: ~7MB

    Installation

    # Debian/Ubuntu systems
    sudo dpkg -i skyview-adsb_0.0.12_amd64.deb
    
    # Or download and run directly
    wget https://your-forgejo-instance/olemd/skyview/releases/download/v0.0.12/skyview-adsb_0.0.12_amd64.deb
    sudo dpkg -i skyview-adsb_0.0.12_amd64.deb
    

    What's Next

    The next release will focus on infinite map planes and Level of Detail (LOD) systems for enhanced 3D performance - see issue #45.

    Downloads