Files
miracles_in_motion/docs/CHANGELOG.md
T
defiQUGandCursor 86646c6f3c Archive Azure docs, drop GH Pages CNAME deploy, and tighten repo hygiene.
Move legacy deployment guides to docs/archive/azure-deprecated/, replace auto GitHub Pages with artifact upload plus optional pages-preview workflow, update architecture diagram and doc index, and ignore Lighthouse temp artifacts.

Co-authored-by: Cursor <[email protected]>
2026-06-15 20:32:33 -07:00

52 lines
2.2 KiB
Markdown

# Changelog
All notable changes to this project will be documented in this file.
Follows [Semantic Versioning](https://semver.org/) and keep a reverse chronological order.
## [Unreleased] - 2026-06-16
### Changed
- **Production path:** Proxmox VMID 7810 only; Azure stack removed.
- **Docs:** Legacy Azure deployment guides archived under `docs/archive/azure-deprecated/`.
- **CI:** GitHub Pages auto-deploy removed (no mim4u.org CNAME); optional `pages-preview.yml` workflow_dispatch.
- **Architecture diagram:** Updated to Proxmox / NPMplus topology.
### Removed
- Azure Static Web Apps workflow, Bicep, Azure Functions `api/`, SWA configs, Azure deploy scripts.
## [1.0.0] - 2025-11-11
### Added
- Initial consolidated documentation index (`docs/README.md`).
- QuickStart guide (`docs/QuickStart.md`).
- User Manual (`docs/UserManual.md`).
- Production deployment report and phase reports relocated under `docs/`.
- Automated doc index & architecture export scripts placeholders.
### Changed
- Root `README.md` updated to reflect enterprise platform scope (portals, AI, multi-language, Proxmox deployment).
### Removed
- Duplicate phase/report markdown files from project root.
### Notes
This version captures the post-modernization, production deployment baseline.
## Prior Milestones (Pre-versioning)
| Date | Milestone | Summary |
|------|-----------|---------|
| 2025-01 | Comprehensive Modernization | Dependency updates, security hardening, build optimization |
| 2024-10 | Phase 3B Completion | AI engine, training system, analytics, mobile volunteer app |
| 2024-09 | Phase 3 Architecture Draft | Enterprise architecture & AI design documented |
| 2024-08 | Performance & SEO (Phase 5C) | PWA, SEO meta, performance hooks |
## Versioning Policy
- MAJOR: Structural/architectural shifts or breaking API/portal changes.
- MINOR: New portal capabilities, AI model integrations, additional languages.
- PATCH: Documentation updates, small fixes, non-breaking UI adjustments.
## Upcoming
- AI Voice Assistant integration.
- Automated architecture diagram PNG generation.
- CI workflow to regenerate docs index on merge to `main`.
---
Last updated: 2025-11-11