From 850253ab74260fd30ed57688e29457d0e5ff6ef2 Mon Sep 17 00:00:00 2001 From: Jaco du Preez Date: Thu, 23 Jul 2026 19:30:36 +0200 Subject: [PATCH 1/2] chore: update CHANGELOG.md for v0.11.0 --- CHANGELOG.md | 81 ++++++++++++++-------------------------------------- 1 file changed, 21 insertions(+), 60 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30bdabe..a69c5a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,74 +1,35 @@ -# Update unreleased — 2026-07-23 +# Changelog -## Bug Fixes - -- Update .opencode/{agents,skills,commands}/ paths to canonical .agents/ -- Bump question tool max options from 4 to 10 -- Remove dead ternary in question tool (both branches same value) - - -# Update unreleased — 2026-07-22 - -## Bug Fixes - -- Update .opencode/{agents,skills,commands}/ paths to canonical .agents/ -- Bump question tool max options from 4 to 10 -- Remove dead ternary in question tool (both branches same value) - - -# Update unreleased — 2026-07-22 - -## Bug Fixes - -- Resolve Windows git() issues and fix changelog test assertions - -## Under the Hood - -- Convert all test files to node:test describe/it pattern -- Rewrite session/compact tests to import from source -- Rewrite log/gap tests to import from source -- Rewrite validation tests to import from source -- Export internal functions for test access - - -# Update unreleased — 2026-07-22 - -## Bug Fixes - -- Resolve Windows git() issues and fix changelog test assertions -- Bump question tool max options from 4 to 10 - -## Under the Hood - -- Convert all test files to node:test describe/it pattern -- Rewrite session/compact tests to import from source -- Rewrite log/gap tests to import from source -- Rewrite validation tests to import from source -- Export internal functions for test access +All notable changes to this project will be documented in this file. +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -# Update unreleased — 2026-07-22 +--- -## Bug Fixes +## [v0.11.0] — 2026-07-22 -- Resolve Windows git() issues and fix changelog test assertions -- Bump question tool max options from 4 to 10 +### Added -## Under the Hood +- **SFML 3 engine reference docs** — 9 files: VERSION, breaking changes, deprecated APIs, + current best practices, and module guides (graphics, audio, network, window, system) +- **Raylib engine reference docs** — 10 files: VERSION, breaking changes, deprecated APIs, + current best practices, and module guides (core, rlgl, raudio, raymath, raygui, platforms) +- Brings SFML 3 and Raylib to full parity with existing Godot, Unity, and Unreal engine + reference sets (#78, #85) -- Convert all test files to node:test describe/it pattern -- Rewrite session/compact tests to import from source -- Rewrite log/gap tests to import from source -- Rewrite validation tests to import from source -- Export internal functions for test access +### Fixed +- **Pi compatibility**: Fixed module installer `--pi` flag, Pi config awareness in drift + detector, and cross-harness install path resolution (#84) +- **Plugin code quality**: Removed dead code, fixed cross-platform notification paths, + improved E2E test coverage (#83) -All notable changes to this project will be documented in this file. +### Dependencies -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +- Bumped `actions/setup-node` from 6 to 7 (#75) +- Bumped `actions/checkout` from 6 to 7 (#74) ---- ## [v0.10.2] — 2026-06-22 From 370468bb094482d03dd6df201c7f854b7a390385 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 23 Jul 2026 17:32:03 +0000 Subject: [PATCH 2/2] Clean changelog cleanup, minor date fix needed. Co-authored-by: striderZA --- CHANGELOG.md | 10 +++++++++- CHANGELOG_INTERNAL.md | 24 ++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a69c5a8..84d1ad0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -# Changelog +# Update unreleased — 2026-07-23 + +## Bug Fixes + +- Update .opencode/{agents,skills,commands}/ paths to canonical .agents/ +- Bump question tool max options from 4 to 10 +- Remove dead ternary in question tool (both branches same value) + All notable changes to this project will be documented in this file. @@ -122,3 +129,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + diff --git a/CHANGELOG_INTERNAL.md b/CHANGELOG_INTERNAL.md index d051e1e..421d969 100644 --- a/CHANGELOG_INTERNAL.md +++ b/CHANGELOG_INTERNAL.md @@ -1,5 +1,28 @@ # Changelog +## [unreleased] — 2026-07-23 + +### FIX + +- update .opencode/{agents,skills,commands}/ paths to canonical .agents/ [`4f4d944`] +- bump question tool max options from 4 to 10 [`e9cb855`] +- remove dead ternary in question tool (both branches same value) [`43405e9`] + +### CHORE + +- update CHANGELOG.md for v0.11.0 [`850253a`] +- **deps**: bump actions/setup-node from 6 to 7 (#75) [`f9d61d3`] +- **deps**: bump actions/checkout from 6 to 7 (#74) [`7f5e94b`] +- prepare v0.10.2 (#73) [`96f52fa`] +- remove superpowers reference from CHANGELOG [`075b68d`] +- prepare v0.10.1 [`5d4543b`] + +### Other Changes + +- Fix Pi compatibility gaps (module installer, config, drift detector) (#84) [`6ef55fb`] +- Fix plugin code quality issues (dead code, cross-platform notifications, E2E test) (#83) [`12a6321`] + + ## [unreleased] — 2026-07-23 ### FIX @@ -162,3 +185,4 @@ +