diff --git a/HISTORY.md b/HISTORY.md
index 8a9fe02..a7a9614 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -162,6 +162,12 @@
- `tests/categoryGroups.test.js` — 4 tests: create/list/rename/delete, duplicate name rejection, group ownership validation, category assignment
- `tests/spendingSummary.test.js` — 4 tests: budgeted category with no activity, non-spending category bundling, 3-month average calculation, category groups in response
+### Release Image
+
+
+
+---
+
## v0.38.4
### ✨ Money
diff --git a/README.md b/README.md
index 6eb5838..c6a5c0c 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
-# BillTracker
+# Bill Tracker
-
+
-BillTracker is a private, self-hosted bill planning app for households and
+Bill Tracker is a private, self-hosted bill planning app for households and
personal finance setups. It tracks recurring bills, monthly cash buckets,
payments, due dates, categories, subscriptions, bank-synced transactions,
imports, exports, backups, and debt payoff plans from one local installation.
@@ -55,7 +55,7 @@ Screenshots below were refreshed from the linked demo server.
## Who This Is For
-BillTracker is built for self-hosters who want a practical bill dashboard
+Bill Tracker is built for self-hosters who want a practical bill dashboard
without sending personal finance data to a hosted budgeting product.
Good fit:
@@ -75,7 +75,7 @@ Not a replacement for:
- Tax software
- Direct bank connectivity without SimpleFIN
-Bank sync requires a SimpleFIN Bridge account. BillTracker consumes SimpleFIN
+Bank sync requires a SimpleFIN Bridge account. Bill Tracker consumes SimpleFIN
data; it does not host SimpleFIN server endpoints or connect directly to banks.
## Quick Start With Docker
@@ -126,7 +126,7 @@ financial data.
### HTTPS And Cookies
-Run BillTracker behind HTTPS for normal use. If TLS terminates at a reverse
+Run Bill Tracker behind HTTPS for normal use. If TLS terminates at a reverse
proxy, forward:
```text
@@ -296,7 +296,7 @@ Worker status and recent activity are visible from Admin/Status.
## Privacy Model
-BillTracker is intended to run privately in your own environment.
+Bill Tracker is intended to run privately in your own environment.
- Bill data stays in your SQLite database.
- The app does not use third-party analytics, advertising, or telemetry.
@@ -309,7 +309,7 @@ backups, but normal bill data is scoped to the signed-in user.
## Authentication
-BillTracker supports local username/password login by default. Admins can create
+Bill Tracker supports local username/password login by default. Admins can create
users, reset passwords, promote or demote users, and activate or deactivate
accounts.