• v0.0.5 f13f1da2a3

    v0.0.5 Stable

    olemd released this 2025-08-25 08:45:00 +02:00 | 57 commits to main since this release

    SkyView v0.0.5

    Major Changes

    📦 Debian Package Renamed

    • New package name: skyview-adsb (previously skyview)
    • Avoids conflicts with NASA's SkyView Virtual Observatory package in official Debian repositories
    • Ensures clean installation alongside existing packages

    📜 Incremental Changelog

    • Debian packages now include complete version history
    • Users can see all changes when reviewing updates
    • Full compliance with Debian Policy Manual guidelines
    • Better integration with apt changelog and package management tools

    Installation

    Download the Debian package below and install with:

    sudo dpkg -i skyview-adsb_0.0.5_amd64.deb
    

    Or if you have the previous version installed:

    # Remove old package (if installed)
    sudo apt remove skyview
    
    # Install new package
    sudo dpkg -i skyview-adsb_0.0.5_amd64.deb
    

    Package Changes

    • System service: skyview-adsb.service
    • Configuration: /etc/skyview-adsb/config.json
    • User/Group: skyview-adsb
    • Logs: /var/log/skyview-adsb/

    What's Changed

    • Renamed Debian package from skyview to skyview-adsb
    • Implemented incremental changelog generation for Debian packages
    • Fixed shellcheck warnings in build scripts
    • Updated documentation to reflect package changes

    Full Changelog

    All previous versions' changes are now included in the package changelog, viewable with:

    apt changelog skyview-adsb
    # or
    zcat /usr/share/doc/skyview-adsb/changelog.gz | less
    

    Contributors


    Built with SkyView's automated build system

    Downloads