diff --git a/changelog.md b/changelog.md index 067767e..b62b8f3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-03-16 - 1.19.1 - fix(dashboard) +add updated dashboard screenshots for refresh and resource usage states + +- Adds new dashboard screenshots covering post-refresh, resource usage, and populated data views. +- Updates visual assets to document current dashboard behavior and UI states. + ## 2026-03-16 - 1.19.1 - fix(dashboard) add aggregated resource usage stats to the dashboard diff --git a/dashboard-after-refresh.png b/dashboard-after-refresh.png new file mode 100644 index 0000000..0b71e28 Binary files /dev/null and b/dashboard-after-refresh.png differ diff --git a/dashboard-resource-usage.png b/dashboard-resource-usage.png new file mode 100644 index 0000000..0b71e28 Binary files /dev/null and b/dashboard-resource-usage.png differ diff --git a/dashboard-with-data.png b/dashboard-with-data.png new file mode 100644 index 0000000..be021cc Binary files /dev/null and b/dashboard-with-data.png differ diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 5ccc49c..1332168 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.0', + version: '1.19.1', 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 5ccc49c..1332168 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.0', + version: '1.19.1', description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers' }