• v0.0.3 2d7fda717c

    v0.0.3 Stable

    olemd released this 2025-08-24 21:59:46 +02:00 | 68 commits to main since this release

    SkyView v0.0.3 - Enhanced User Experience and Data Quality

    This release focuses on improving the user experience and data quality in SkyView, our real-time ADS-B aircraft tracking application.

    Key Features & Improvements

    🔍 Active User Tracking

    • Added WebSocket client tracking with live "X viewers" display
    • Real-time visibility into how many users are actively monitoring air traffic

    📦 Package Management Enhancements

    • Automatic changelog generation for Debian packages
    • Improved package metadata and documentation

    ✈️ Data Quality Improvements

    • Fixed speed validation: Removed the artificial 600kt speed cap that was incorrectly filtering legitimate high-speed aircraft
    • Enhanced corrupt data detection: Better algorithms for identifying and filtering truly corrupted ADS-B messages
    • More accurate aircraft tracking with reduced false positives

    📚 Documentation Updates

    • Improved installation and configuration documentation
    • Better error handling explanations
    • Updated architecture documentation

    Installation

    Debian/Ubuntu Package Installation

    ```bash

    Download and install the .deb package

    sudo dpkg -i skyview_0.0.3_amd64.deb

    Install any missing dependencies

    sudo apt-get install -f

    Start SkyView service

    sudo systemctl enable skyview
    sudo systemctl start skyview
    ```

    The SkyView web interface will be available at `http://localhost:8080` by default.

    Configuration

    Configuration files are located in `/etc/skyview/`. The package includes:

    • Sample configuration files
    • Systemd service files
    • Complete changelog documentation

    Technical Notes

    This release maintains full backward compatibility with existing configurations. The speed validation improvements specifically benefit tracking of:

    • Military aircraft operating at high speeds
    • Commercial aircraft during emergency procedures
    • Test flights and ferry flights

    The WebSocket client tracking feature adds minimal overhead while providing valuable operational insights.

    Changelog

    Complete changelog details are included in the Debian package documentation (`/usr/share/doc/skyview/changelog.gz`).


    Full package: skyview_0.0.3_amd64.deb
    Platform: Linux AMD64
    Go Version: Compatible with Go 1.19+

    Downloads