Skip to content

Releases: MCamner/macos-scripts

Release 0.4.11 — GitHub Pages front door polish

20 May 01:00

Choose a tag to compare

Reworks the GitHub Pages front door with a clearer Install/Run/Explore flow, screenshots section, HAL integration, docs map, sitemap updates, and Pages index smoke-test coverage.

Release 0.4.10 — HAL menu screenshot

20 May 00:05

Choose a tag to compare

Adds a rendered HAL menu screenshot, embeds it on the HAL overview and GitHub Pages index, and adds smoke-test coverage for the screenshot links.

Release 0.4.9 — HAL Pages overview

19 May 21:42

Choose a tag to compare

Adds a GitHub Pages overview for the MQLaunch HAL command surface, plus README/COMMANDS links and smoke-test coverage.

Release 0.4.8 — HAL menu gallery

19 May 19:54

Choose a tag to compare

Adds HAL menu gallery documentation, a plain-text menu preview, README/COMMANDS links, and smoke-test coverage.

Release 0.4.7 — HAL command surface guardrails

19 May 18:15

Choose a tag to compare

Adds HAL command surface documentation and smoke-test guardrails for bridge, menu layout, and formatting.

Release 0.4.6 — Ollama Document Review

18 May 01:15

Choose a tag to compare

v0.4.6 — Ollama Document Review

Added

  • Ollama review as option 7 in the Document Functions menu.
  • Local review-only helper for comments, docstrings, and function descriptions.
  • Documentation for Ollama Document Review.

Changed

  • Aligned default Ollama model with qwen3:4b-instruct.
  • Restored HAL quick access visibility in the main menu so selftest matches the UI.

Fixed

  • Fixed release-check non-interactive AI prompt behavior.
  • Included the previously unreleased mqlaunch HAL release-brief routing fix.

Safety

  • Review-only. No automatic file writes.
  • No commits are created by the review helper.

Validation

  • bash syntax checks
  • zsh syntax checks for zsh launchers/menus
  • Python compile check
  • Ollama smoke test with qwen3:4b-instruct
  • mqlaunch selftest
  • mqlaunch release-check
  • release.sh --dry-run 0.4.6

Release 0.4.4 — Fix mqlaunch hal routing

17 May 15:42

Choose a tag to compare

Restores mq_hal_run() alias in the bridge. mqlaunch calls mq_hal_run but the function was renamed to mq_hal_main in a prior refactor, causing all mqlaunch hal <command> calls to fall through to the AI prompt instead of the bridge.

Release 0.4.3 — Fix HAL menu surface pattern

17 May 15:32

Choose a tag to compare

Restores the HAL menu to the correct mqlaunch surface pattern: surface_panel_header + surface_split_row + surface_bottom + read_main_choice. Renders identically to other submenus.

Release 0.4.2 — Fix HAL menu header inside mqlaunch

17 May 14:41

Choose a tag to compare

Fixes the HAL menu rendering: when called from mqlaunch it now uses print_header (matching all other submenus). When run standalone it uses a plain fallback header.

Release 0.4.1 — Self-contained HAL menu

17 May 14:15

Choose a tag to compare

Rewrites the HAL menu to be self-contained (no dependency on surface_* UI library), reorders OBSERVE section with Audit at position 2, and expands the smoke test from 6 to 8 checks.