diff --git a/caddy-detail-with-chart-log.png b/caddy-detail-with-chart-log.png deleted file mode 100644 index c1cd120..0000000 Binary files a/caddy-detail-with-chart-log.png and /dev/null differ diff --git a/changelog.md b/changelog.md index b62b8f3..e34a389 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-03-16 - 1.19.2 - fix(docs) +remove outdated UI screenshot assets from project documentation + +- Deletes multiple PNG screenshots that documented previous dashboard, service form, and hello-world states. +- Reduces repository clutter by removing obsolete image assets no longer needed in docs. + ## 2026-03-16 - 1.19.1 - fix(dashboard) add updated dashboard screenshots for refresh and resource usage states diff --git a/create-service-form.png b/create-service-form.png deleted file mode 100644 index e0c32b1..0000000 Binary files a/create-service-form.png and /dev/null differ diff --git a/dashboard-after-refresh.png b/dashboard-after-refresh.png deleted file mode 100644 index 0b71e28..0000000 Binary files a/dashboard-after-refresh.png and /dev/null differ diff --git a/dashboard-resource-usage.png b/dashboard-resource-usage.png deleted file mode 100644 index 0b71e28..0000000 Binary files a/dashboard-resource-usage.png and /dev/null differ diff --git a/dashboard-with-data.png b/dashboard-with-data.png deleted file mode 100644 index be021cc..0000000 Binary files a/dashboard-with-data.png and /dev/null differ diff --git a/hello-world-running.png b/hello-world-running.png deleted file mode 100644 index ed25da7..0000000 Binary files a/hello-world-running.png and /dev/null differ diff --git a/mongodb-detail-enterprise.png b/mongodb-detail-enterprise.png deleted file mode 100644 index ed4bbcf..0000000 Binary files a/mongodb-detail-enterprise.png and /dev/null differ diff --git a/sidebar-icons.png b/sidebar-icons.png deleted file mode 100644 index 0b71e28..0000000 Binary files a/sidebar-icons.png and /dev/null differ diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 1332168..425df57 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/onebox', - version: '1.19.1', + version: '1.19.2', description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 1332168..425df57 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/onebox', - version: '1.19.1', + version: '1.19.2', description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers' }