Releases: misospace/windowstead
Releases · misospace/windowstead
Release list
0.0.20
What's Changed
- Use LayoutMath as layout source of truth by @itsmiso-ai in #114
- Modify AI PR review workflow settings by @joryirving in #115
- Update AI model secret in workflow configuration by @joryirving in #116
- Update dependency aqua:casey/just (1.50.0 → 1.51.0) by @its-miso[bot] in #117
- ci: update AI reviewer action by @joryirving in #118
- Update AI reviewer action version in workflow by @joryirving in #119
- fix AI PR Review by @joryirving in #120
- Harden save migration and schema compatibility checks by @itsmiso-ai in #128
- ci(github-action): update action misospace/pr-reviewer-action (v1.0.15 → v1.0.17) by @its-miso[bot] in #155
- feat: add rotating goal data model by @itsmiso-ai in #154
- chore: unify test matrix across PR CI and release gates by @itsmiso-ai in #129
- feat: add task/resource reservations for gather and haul assignments by @itsmiso-ai in #130
- fix: add task and resource reservations for worker assignments by @itsmiso-ai in #150
- docs: add branch cleanup script and hygiene expectations by @itsmiso-ai in #151
- refactor: extract game constants from main.gd into constants.gd by @itsmiso-ai in #153
- chore: centralize Godot toolchain metadata and update path by @itsmiso-ai in #152
- feat: rotate to next goal after completion (#145) by @itsmiso-ai in #156
- ux: add build cost and effect preview by @itsmiso-ai in #157
- feat: show goal reward preview in compact dock UI (#141) by @itsmiso-ai in #158
- chore: bump pr-reviewer-action to v1.0.18, switch to native_review mode by @itsmiso-ai in #161
- feat: add worker cap calculation from housing (issue #146) by @itsmiso-ai in #160
- feat: show active rotating goal in compact dock UI (#148) by @itsmiso-ai in #162
- feat: persist active rotating goal state by @itsmiso-ai in #163
- docs: add release runbook to AGENTS.md by @itsmiso-ai in #165
- docs: simplify release runbook to CLI-only by @itsmiso-ai in #166
- feat: add food upkeep model for extra workers (#147) by @itsmiso-ai in #167
- feat: add recruit worker decision UI (issue #149) by @itsmiso-ai in #168
- feat: add resource trend indicators (#137) by @itsmiso-ai in #164
- feat: add colony stance toggle for task priority weights (#140) by @itsmiso-ai in #169
- feat: add compact event log drawer + HUD row (issues #139, #146, #147, #148) by @itsmiso-ai in #174
- feat: show worker cap, upkeep warning, and active goal in compact HUD row by @itsmiso-ai in #173
- feat: add milestone goals for early progression by @itsmiso-ai in #170
- fix: implement missing worker intent icon and text functions by @itsmiso-ai in #171
- fix(ci): stop blocking PRs with tool harness enforcement by @joryirving in #184
- fix: restore milestone goal runtime (issue #175) by @itsmiso-ai in #185
- docs: tune AI PR review guidance by @itsmiso-ai in #186
- ci: update pr-reviewer-action from v1.0.18 to v1.1.1 by @itsmiso-ai in #187
- refactor: extract goal progression controller from main.gd (#177) by @itsmiso-ai in #188
- feat(deps): update dependency aqua:casey/just (1.51.0 → 1.52.0) by @its-miso[bot] in #189
- scope: AI PR reviewer to misospace/windowstead and document secrets/vars by @itsmiso-ai in #190
- docs: refresh DESIGN.md and SPEC.md for current codebase by @itsmiso-ai in #191
- Harden save lifecycle: backup/restore + extended validation by @itsmiso-ai in #192
- feat: reduce autosave/render tick cost with dirty-state tracking (#179) by @itsmiso-ai in #193
- fix: normalize test harness style by @itsmiso-ai in #197
- fix(ci): add exit-code check for reservation tests step by @itsmiso-ai in #200
- ci: upgrade pr-reviewer-action to v1.2.0 (routing + escalation) by @joryirving in #201
- ci: use BOT_CLIENT_ID secret for the app token by @joryirving in #202
- ci: upgrade pr-reviewer-action to v1.2.3 (tool loop, carry-forward verdicts) by @joryirving in #203
- ci: bump tool_planning_max_tokens 300 → 1500 by @joryirving in #204
- fix(windowstead): fix test bugs in test_rotating_goal.gd by @itsmiso-ai in #205
- ci(pr-review): enable ci_status_check to feed CI results into review by @joryirving in #206
- fix: repair 4 failing tests and add exit-code checks for reservation CI (#176) by @itsmiso-ai in #198
- feat(pr-review): /ai-review comment command to force a re-review by @joryirving in #207
- ci: label-driven AI re-review (v1.2.9) by @joryirving in #208
- fix(ci): stop label events from cancelling net-new PR reviews by @joryirving in #209
- chore: manage Dispatch labels from labels.yaml by @joryirving in #210
- chore(ai-review): adopt pr-reviewer v1.3.0 native_loop + org-var tokens by @joryirving in #211
- feat(deps): update dependency aqua:casey/just (1.52.0 → 1.53.0) by @its-miso[bot] in #212
- ci(github-action)!: Update action actions/checkout to v7.0.0 by @its-miso[bot] in #213
- ci(github-action)!: Update action actions/checkout (v6 → v7) by @its-miso[bot] in #214
- feat: add goal rewards that reinforce existing loop (#134) by @itsmiso-ai in #215
- ci(github-action)!: Update action misospace/pr-reviewer-action (v1.3.0 → v2.0.0) by @its-miso[bot] in #216
- feat(release): automate releases by @joryirving in #217
- feat(deps): update dependency aqua:casey/just (1.53.0 → 1.54.0) by @its-miso[bot] in #218
- feat(deps): update dependency aqua:casey/just (1.54.0 → 1.55.0) by @its-miso[bot] in #219
- fix(deps): update dependency aqua:casey/just (1.55.0 → 1.55.1) by @its-miso[bot] in #220
- Add export validation step to CI (Linux only) by @itsmiso-ai in #240
- Expand WORKER_NAMES pool and add badge colors for all workers by @itsmiso-ai in #242
- ci(github-action): update action misospace/pr-reviewer-action (v2.0.0 → v2.1.1) by @its-miso[bot] in #261
- ci(github-action): update action softprops/action-gh-release (b430933 → 718ea10) by @its-miso[bot] in #260
- Remove use_local_storage = false test workaround by @itsmiso-ai in #258
- Unify gather/gather_food food-bias sort paths in choose_task (issue #245) by @itsmiso-ai in #267
- Extract worker_texture() into scripts/worker_renderer.gd (issue #232) by @itsmiso-ai in #268
- Increase event log capacity from 8 to 20 events by @itsmiso-ai in #262
- Deduplicate food-bias sort logic in choose_task by @itsmiso-ai in #255
- Move tile_accent / tile_style rendering helpers into a render module by @itsmiso-ai in #259
- Increase event log capacity from 8 to 20 by @itsmiso-ai in #257
- ci(github-action): update action softprops/action-gh-release (b430933 → 718ea10) by @its-miso[bot] in #271
- ci(github-action): update action misospace/...
0.0.19
0.0.18
Summary
- Fix startup flow so dock orientation is chosen before a colony is started or loaded.
- Fix the bottom-mode soft lock where menus could be inaccessible.
- Size dock windows to active content instead of reserving full monitor-edge space.
- Center tile grids in both bottom and side dock views.
Testing
- PR #112 passed required CI checks: Headless smoke test, Script test suite, and macOS validation.
0.0.17
What's Changed
- fix readme by @joryirving in #105
- Fix dock layout readability and startup orientation flow by @joryirving in #110
- Verify Godot downloads in CI workflows by @joryirving in #111
Full Changelog: 0.0.16...0.0.17
0.0.16
What's Changed
- sanitize: remove branded game references from AGENTS.md and issue #2 by @itsmiso-ai in #89
- joryirving/windowstead #94: keep controls clickable after hut placement by @itsmiso-ai in #96
- joryirving/windowstead #90: keep side-dock tiles square instead of vertically stretched by @itsmiso-ai in #97
- joryirving/windowstead #91: scale worker sprites proportionally to tile size by @itsmiso-ai in #98
- joryirving/windowstead #92: lock world_panel size in side-dock so grid fills available height by @itsmiso-ai in #99
- joryirving/windowstead #93: separate build menu from main menu by @itsmiso-ai in #100
- joryirving/windowstead #95: fix main menu refresh and close interaction by @itsmiso-ai in #102
- Fix main menu popup presentation by @joryirving in #103
Full Changelog: 0.0.15...0.0.16
0.0.15
What's Changed
- joryirving/windowstead #49: tighten bottom dock padding for better world strip fill by @itsmiso-ai in #57
- joryirving/windowstead #54: fix popup clipping in bottom dock mode by @itsmiso-ai in #55
- joryirving/windowstead #53: fix tiles rendering taller than wide by @itsmiso-ai in #56
- windowstead #41: reposition popup panel after dock side change by @itsmiso-ai in #60
- joryirving/windowstead #50: reduce bottom dock chrome for shallower multitasking footprint by @itsmiso-ai in #58
- windowstead #40: reduce vertical dock width to hug tile column by @itsmiso-ai in #59
- windowstead #61: fix cancel_build_placement clears kind before reading it by @itsmiso-ai in #62
- windowstead: fix ClipChildren parse error in Godot 4 by @itsmiso-ai in #65
- fix: use integer constant for clip_children (Godot 4.2.2 compatibility) by @itsmiso-ai in #69
- joryirving/windowstead #52: span dock across full screen edge instead of floating panel by @itsmiso-ai in #66
- joryirving/windowstead #51: reduce bottom-mode popup size for lighter overlay presence by @itsmiso-ai in #64
- joryirving/windowstead #63: Add CONTRIBUTING.md and docs/ structure by @itsmiso-ai in #68
- windowstead #70: Extract layout math and add dock/regression tests by @itsmiso-ai in #73
- joryirving/windowstead #71: Expand automated CI coverage beyond smoke tests by @itsmiso-ai in #74
- joryirving/windowstead #72: Add E2E gameplay flow tests for core colony interactions by @itsmiso-ai in #75
- joryirving/windowstead #15: Improve dock UI polish for narrow overlay play by @itsmiso-ai in #67
- windowstead #14: Add edge snapping for dock window positioning by @itsmiso-ai in #76
- joryirving/windowstead #16: Add save version migration pipeline (v1→v2) by @itsmiso-ai in #77
- joryirving/windowstead #78: Reapply dock geometry when screen work area changes by @itsmiso-ai in #81
- windowstead #79: Add macOS validation to pull-request CI by @itsmiso-ai in #84
Full Changelog: 0.0.14...0.0.15
0.0.14
What's Changed
- ci(github-action)!: Update action actions/checkout (v4 → v6) by @smurf-bot[bot] in #8
- ci(github-action)!: Update action softprops/action-gh-release (v2 → v3) by @smurf-bot[bot] in #9
- ci(github-action): pin action joryirving/pr-reviewer-action to 3c04f7c by @smurf-bot[bot] in #33
- feat(windowstead): add save version tracking and migration scaffolding by @itsmiso-ai in #28
- feat(windowstead): make bottom dock the primary layout (partial) by @itsmiso-ai in #29
- fix(windowstead): reduce side dock width ratio for ultrawide displays (partial) by @itsmiso-ai in #30
- windowstead #17: add worker sprites to tiles in the world view by @itsmiso-ai in #31
- windowstead #20: repeat-place mode after structure placement by @itsmiso-ai in #32
- windowstead #21: tune HUD label font sizes for bottom anchor mode by @itsmiso-ai in #34
- windowstead #19: add focus mode and zoom controls by @itsmiso-ai in #36
- windowstead #23: make vertical dock a distinct locked-orientation mode by @itsmiso-ai in #43
- windowstead #24: reduce popup size for bottom and side anchors by @itsmiso-ai in #44
- windowstead #39: derive dock size from tile geometry by @joryirving in #48
- windowstead #25: increase strip density across anchor modes by @itsmiso-ai in #45
- windowstead #27: add bottleneck hint when builds are stalled by @itsmiso-ai in #47
- windowstead #26: add ease-out curve to worker movement by @itsmiso-ai in #46
New Contributors
- @joryirving made their first contribution in #48
Full Changelog: 0.0.12...0.0.14
Release 0.0.13
Release 0.0.13 - focus mode, zoom controls, dock improvements, and more