diff --git a/changelog.md b/changelog.md index a12598d..2b0e3eb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-03-16 - 1.17.4 - fix(docs) +add hello world running screenshot for documentation + +- Adds a new PNG asset showing the application in a running hello world state. +- Supports project documentation or README usage without changing runtime behavior. + ## 2026-03-16 - 1.17.3 - fix(mongodb) downgrade the MongoDB service image to 4.4 and use the legacy mongo shell for container operations diff --git a/hello-world-running.png b/hello-world-running.png new file mode 100644 index 0000000..ed25da7 Binary files /dev/null and b/hello-world-running.png differ diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 98b3133..540d834 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.17.3', + version: '1.17.4', 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 98b3133..540d834 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.17.3', + version: '1.17.4', description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers' }