From 40afb908cba850f2499d8ee46caeb118954835ce Mon Sep 17 00:00:00 2001 From: Jonathan Miller <1+jmiller@noreply.git.mokoconsulting.tech> Date: Sun, 21 Jun 2026 23:25:42 +0000 Subject: [PATCH] docs: update CHANGELOG with initial development history --- CHANGELOG.md | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daf4293..4262372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,23 @@ +# Changelog +All notable changes to MokoSuiteAuto will be documented in this file. -## [01.00.00] --- 2026-06-03 - -### Changed -- Migrated all workflow and template paths from `.github/` to `.mokogitea/` -- Template source paths updated: `templates/gitea/` to `templates/mokogitea/` -- HCL definition files removed -- Template repos are now the canonical source +## [01.00.04-dev] - 2026-06-21 ### Added -- `branch-cleanup.yml`: auto-delete merged feature branches after PR merge +- Package manifest (`pkg_mokosuiteauto.xml`) with dlid and updateservers +- VehicleHelper: inventory filters, VIN lookup, dashboard stats, aging report +- DealHelper: deal creation, gross profit (front+back with trade allowance), sales dashboard +- TradeInHelper: appraisal submission, equity calculation, pending review queue +- TestDriveHelper: scheduling, mileage check-out/in, daily schedule, vehicle history +- FinancingHelper: loan calculator, term comparison, deal desking with negative equity +- ServiceDeptHelper: repair orders, VIN history, open orders, service dashboard +- Wiki: Home, guides/Installation, guides/Configuration, reference/Helpers +- README with layer architecture and feature overview + +### Fixed +- DealHelper: trade allowance was missing from front gross profit calculation +- FinancingHelper: negative trade equity now rolls into financed amount (was silently dropped) + +### Security +- Review #19: 2 critical fixes applied