Merged
Conversation
Co-authored-by: Geovannisz <82838501+Geovannisz@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Release version 1.0.3 with updates since 1.0.2
Release v1.0.3
Feb 22, 2026
Geovannisz
approved these changes
Feb 22, 2026
There was a problem hiding this comment.
Pull request overview
This PR prepares release v1.0.3, consolidating work from PRs #46 (heatmap race condition fix), #48 (real-time station generation and coordinate format selector), and #49 (OSKAR INI alignment, Gaussian sky model support, WGS84 export cleanup). The release includes version bumps across all 21 JavaScript files, 4 Python files, HTML metadata, sitemap, package manifests, and comprehensive documentation updates describing new modules (tabs, stations, INI generators, sky model, UV coverage) and improvements.
Changes:
- Version string updates from 1.0.2 to 1.0.3 across all code files, metadata, and documentation
- README.md expanded with v1.0.3 feature descriptions (5 new modules, coordinate fixes, map improvements)
- TODO.md updated with completed Phase 9 checklist documenting v1.0.3 work
- Release workflow updated to compare against v1.0.2 baseline
Reviewed changes
Copilot reviewed 31 out of 32 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Version bump to 1.0.3 |
| package-lock.json | CRITICAL: Contains corrupted npm dependency versions |
| index.html | Meta tags, structured data, and footer version updated to 1.0.3 |
| sitemap.xml | Last modified dates updated to 2026-02-22 |
| All 21 JS files | @version JSDoc tags updated to 1.0.3 |
| All 4 Python files | Version comments updated to 1.0.3 |
| main.js, preload.js | @version JSDoc tags updated to 1.0.3 |
| README.md | New v1.0.3 section documenting all improvements, architecture updates |
| TODO.md | Phase 9 checklist added, version and date updated |
| .github/workflows/release.yml | Changelog base and example version updated |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Copilot stopped work on behalf of
Geovannisz due to an error
February 22, 2026 05:27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump and documentation update capturing all work merged since v1.0.2 (PRs #46, #48, #49).
Version bump (1.0.2 → 1.0.3)
package.json,package-lock.json,index.html(meta, structured data, footer), all 21 JS files (@versionJSDoc), all 4 Python files,sitemap.xml,release.ymlREADME.md
tabs.js,stations.js(10 layout types),ini_generator.js(3 OSKAR generators, 73+34+42 params),sky_model.js(12-col OSKAR format),uv_coverage.js(WebGPU-accelerated)lon,lat,alt), WGS84/ECEF/ENU format selectorTODO.md
Release workflow
v1.0.21.0.3After merge, tag and push to trigger the release workflow:
git tag v1.0.3 && git push origin v1.0.3🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.