Skip to content

Changelog

The public changelog now tracks the cleaned production release line only. Older v4 and v3 history is intentionally excluded from the published docs so the site matches the current GitHub release train.

Version v1.0.10

Release Date: 2026-03-22

Production Flow Hardening

This release tightened the production pipeline after the new clean-main strategy went live. The goal was to make filtered releases, built docs, and VPS deploys more reliable.

  • fix(release): Filtered Snapshot Reliability - preserve Git worktree metadata correctly while GitHub assembles the production-only branch.
  • fix(validation): Required Checks Alignment - keep production validation and secret scanning consistent with the protected main branch.
  • docs(site): Public Docs Build Stability - rebuild and publish the production docs bundle from the updated source tree.

Version v1.0.9

Release Date: 2026-03-22

Clean Install And Release Pipeline

This release established the new packaging model: dev branches keep the full workspace, while main ships a production-only application with installer tooling and built docs.

  • feat(install): First-Time Installer - add the install/ package and php artisan aiohm:install --production flow for fresh deployments.
  • feat(release): Production Mirror Branch - make main the filtered production branch instead of a full dev checkout.
  • feat(docs): Built Docs Contract - serve production documentation from public/docs/ while keeping raw VitePress source on dev branches only.
  • fix(security): Secret-Safe Production Snapshot - exclude dev-only folders, runtime storage noise, and local-only files from release packages.

Version v1.0.5

Release Date: 2026-03-20

Demo Asset Curation

This release cleaned up which seeded files belong in source control and which should remain runtime-only.

  • fix(storage): Runtime Noise Filtering - refine ignore rules so generated storage artifacts stop leaking into the repository.
  • feat(install): Demo Asset Preservation - keep intentional demo templates, gallery assets, and starter content available for installs.

Version v1.0.4

Release Date: 2026-03-20

Production Validation Tightening

  • fix(ci): Production PR Validation - strengthen GitHub checks that guard the filtered production branch.
  • fix(ci): Release Workflow Safety - reduce the risk of dev-only files reaching main.

Version v1.0.3

Release Date: 2026-03-20

Admin UI Polish

  • feat(ui): Filament View Overrides - publish branded component overrides for the admin interface so the production panel keeps the intended presentation.

Version v1.0.2

Release Date: 2026-03-20

Changelog Pipeline Follow-Up

  • fix(docs): Changelog Automation Workflow - refine the docs automation setup after the first production-only release pass.

Version v1.0.1

Release Date: 2026-03-20

Changelog Pipeline Setup

  • feat(docs): Public Changelog Build - introduce the first GitHub automation pass for publishing the documentation output.

Version v1.0.0

Release Date: 2026-03-20

Production Baseline Reset

This is the reset point for the new public release line. The repository moved to a production-only main, a curated installer package, and a cleaner deploy story.

  • release(platform): Version Reset - restart the public release history at v1.0.0.
  • feat(release): Production-Only Main Baseline - establish the clean branch and release package strategy as the new default.