43 lines
954 B
Markdown
43 lines
954 B
Markdown
# Skyfeed Changelog
|
|
Format: vMAJOR.MINOR.PATCH[-devN|-betaN]
|
|
Branch: master
|
|
|
|
## Unreleased
|
|
- Add upcoming changes here.
|
|
|
|
## v0.1.0-dev1 — Initial Development Build
|
|
Tag: v0.1.0-dev1
|
|
Date: 2025-11-12
|
|
|
|
Added:
|
|
- Initial project structure and base modules.
|
|
- MaxMind GeoLite2 IP geolocation integration.
|
|
- IP → coordinates geolocation pipeline.
|
|
- Town index and town lookup system.
|
|
- Weather fetching via Environment Canada citypageWeather XML.
|
|
- Weather normalization system.
|
|
- Terminal output formatter.
|
|
- Config loader and defaults.
|
|
- Scheduler stubs for future background updates.
|
|
- UI stubs (terminal and GUI, currently inactive).
|
|
- Station index placeholders (in-progress).
|
|
|
|
Notes:
|
|
- First internal prototype.
|
|
- Many systems are incomplete or placeholders.
|
|
- Unstable behavior expected.
|
|
|
|
# Versioning Rules
|
|
Development builds:
|
|
v0.1.0-dev1
|
|
v0.1.0-dev2
|
|
v0.1.0-dev3
|
|
|
|
Beta builds:
|
|
v0.1.0-beta1
|
|
v0.1.0-beta2
|
|
|
|
Stable releases:
|
|
v0.1.0
|
|
v0.2.0
|