From 2c86eee1b69be4f43cb2c61bdca661a2c5624ec1 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Fri, 3 Apr 2026 19:31:54 +0200 Subject: [PATCH] chore(meta): release v0.1.29 Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 11 +++++++++++ docs/backups/settledreach.db.backup | Bin 962560 -> 962560 bytes project.yaml | 2 +- server/Cargo.toml | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 828d926ff..eef9c466b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,16 +6,27 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). ## [Unreleased] +## [v0.1.29] — 2026-04-03 + ### Added +- Complete body catalogs for all 301 star systems — every system now has proper_name, bodies, and stations in systems.db +- 24 new system proposals authored across east_reach (6) and deep_frontier (18) corridors +- Bulk-synced 233 proposals into systems.db that were missing from prior sessions +- Named all remaining unsettled systems with GJ designations (301/301 complete) +- Silence topics and narrative hooks for Deep Frontier corridor systems - Named 5 unnamed stations/bodies: Morwenna, Havelmark, Portela, Grindvik, Sturen Platforms ### Fixed +- 7 duplicate body IDs in proposals (planet and gas giant sharing same letter suffix) - star_type/spectral_class mismatches corrected across 36 atlas proposals - GJ1002 copy-paste planets differentiated with unique orbital parameters - GJ880 malformed spectral_class and Leirvik station population - GJ3325 malformed spectral_class - 40 proposals brought to minimum planet count and given asteroid belts - atlas-verify now allows named uninhabited bodies (lore names) +- GJ-111 spectral_class corrected to F5/F6V (matching wiki) +- GJ-3943 spectral_class corrected to K5V+M3V (valid binary notation) +- GJ-903 wiki page completed (was empty stub) - Deleted superseded tooling/atlas-helpers.sh ## [v0.1.28] — 2026-03-23 diff --git a/docs/backups/settledreach.db.backup b/docs/backups/settledreach.db.backup index 47c104f19317a3c70cb0a1b3e4fbcc052238f266..b2280aee182c339bc1094db9f4a95df9c23dd79b 100644 GIT binary patch delta 113 zcmZp8VATLbEsQNpEzB(}Ev#GE6hAPpVszas=%C2B-Ss0I6BA?FWI=}{?nYr*P6q2n zVMRsx>4!eEr3xDv7@6rBnCKc9C+FuD03XurLrX^mt>Zuw(EXj17da{<^W<&Am##MZXo8_uKR`e@@@dE|0F&D diff --git a/project.yaml b/project.yaml index 0cc8ca0b0..e470263c2 100644 --- a/project.yaml +++ b/project.yaml @@ -1,5 +1,5 @@ name: The Settled Reach -version: 0.1.28 +version: 0.1.29 repository: settled-reach diff --git a/server/Cargo.toml b/server/Cargo.toml index bd8fc7922..481ca2eb8 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "settled-reach-server" -version = "0.1.28" +version = "0.1.29" edition = "2021" [dependencies]