Releases: MCamner/macos-scripts
Release 0.4.11 — GitHub Pages front door polish
Release 0.4.10 — HAL menu screenshot
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
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
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
Adds HAL command surface documentation and smoke-test guardrails for bridge, menu layout, and formatting.
Release 0.4.6 — Ollama Document Review
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
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
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
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
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.