From 8ebbbadf9817de1bac96e274505b6fffcd346d29 Mon Sep 17 00:00:00 2001 From: Eric Harding Date: Thu, 16 Jul 2026 18:05:00 -0400 Subject: [PATCH] add release notes for v2, v3 --- RELEASE_NOTES.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 RELEASE_NOTES.md diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 0000000..9b68692 --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,17 @@ +# Release Notes + +## v3 — 2026-07-16 + +- Added a favicon (clock + "H" mark), with a transparent icon set for + browser tabs and an opaque apple-touch-icon for iOS. +- New customer form now redirects to the customer list after saving, + instead of the new customer's edit page. +- Customer addresses in the customer list now link out to a Google Maps + search (URL-encoded, opens in a new tab). + +## v2 — 2026-07-16 + +- Added a "+ New Customer" button and a standalone `/customers/new` + form, so a customer's contact info can be added without first + creating a service order. Reuses the edit-customer template for both + create and edit.