Bump version to 0.0.3
Update all version references in preparation for v0.0.3 release: - Debian package control file - Manual pages for skyview and beast-dump - Web interface header display - README installation instructions - Documentation examples 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
6414ea72f1
commit
2d7fda717c
6 changed files with 7 additions and 7 deletions
|
|
@ -76,7 +76,7 @@ This document outlines coding standards, architectural principles, and developme
|
|||
- **Prohibited Tools**: Do not use `gh` or other GitHub-oriented tools
|
||||
|
||||
### Release Management
|
||||
- Use semantic versioning (e.g., v0.0.2)
|
||||
- Use semantic versioning (e.g., v0.0.3)
|
||||
- Include Debian package builds in releases
|
||||
- Provide comprehensive release notes with feature descriptions
|
||||
- Tag releases properly for easy version tracking
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ A high-performance, multi-source ADS-B aircraft tracking application that connec
|
|||
|
||||
```bash
|
||||
# Install
|
||||
sudo dpkg -i skyview_0.0.2_amd64.deb
|
||||
sudo dpkg -i skyview_0.0.3_amd64.deb
|
||||
|
||||
# Configure
|
||||
sudo nano /etc/skyview/config.json
|
||||
|
|
@ -203,7 +203,7 @@ make check # Run all checks
|
|||
### Systemd Service (Debian/Ubuntu)
|
||||
```bash
|
||||
# Install package
|
||||
sudo dpkg -i skyview_0.0.2_amd64.deb
|
||||
sudo dpkg -i skyview_0.0.3_amd64.deb
|
||||
|
||||
# Configure sources in /etc/skyview/config.json
|
||||
# Start service
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
<body>
|
||||
<div id="app">
|
||||
<header class="header">
|
||||
<h1>SkyView <span class="version-info">v0.0.2</span> <a href="https://kode.naiv.no/olemd/skyview" target="_blank" class="repo-link" title="Project Repository">⚙</a></h1>
|
||||
<h1>SkyView <span class="version-info">v0.0.3</span> <a href="https://kode.naiv.no/olemd/skyview" target="_blank" class="repo-link" title="Project Repository">⚙</a></h1>
|
||||
|
||||
<!-- Status indicators -->
|
||||
<div class="status-section">
|
||||
|
|
|
|||
2
debian/DEBIAN/control
vendored
2
debian/DEBIAN/control
vendored
|
|
@ -1,5 +1,5 @@
|
|||
Package: skyview
|
||||
Version: 0.0.2
|
||||
Version: 0.0.3
|
||||
Section: net
|
||||
Priority: optional
|
||||
Architecture: amd64
|
||||
|
|
|
|||
2
debian/usr/share/man/man1/beast-dump.1
vendored
2
debian/usr/share/man/man1/beast-dump.1
vendored
|
|
@ -1,4 +1,4 @@
|
|||
.TH BEAST-DUMP 1 "2025-08-24" "SkyView 0.0.2" "User Commands"
|
||||
.TH BEAST-DUMP 1 "2025-08-24" "SkyView 0.0.3" "User Commands"
|
||||
.SH NAME
|
||||
beast-dump \- Utility for analyzing raw ADS-B data in Beast binary format
|
||||
.SH SYNOPSIS
|
||||
|
|
|
|||
2
debian/usr/share/man/man1/skyview.1
vendored
2
debian/usr/share/man/man1/skyview.1
vendored
|
|
@ -1,4 +1,4 @@
|
|||
.TH SKYVIEW 1 "2025-08-24" "SkyView 0.0.2" "User Commands"
|
||||
.TH SKYVIEW 1 "2025-08-24" "SkyView 0.0.3" "User Commands"
|
||||
.SH NAME
|
||||
skyview \- Multi-source ADS-B aircraft tracker with Beast format support
|
||||
.SH SYNOPSIS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue