This commit is contained in:
jarek
2026-04-19 13:06:27 +02:00
parent 1a34f73ae3
commit 22e0429094
3 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
v1.0.25 v1.0.26
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "dockhand", "name": "dockhand",
"private": true, "private": true,
"version": "1.0.25", "version": "1.0.26",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "npx vite dev", "dev": "npx vite dev",
+18 -1
View File
@@ -1,4 +1,21 @@
[ [
{
"version": "1.0.26",
"date": "2026-04-19",
"changes": [
{ "type": "feature", "text": "persist sort order across page navigation for all data grids (#861, #912)" },
{ "type": "feature", "text": "show git repository URL and branch in git stack edit modal (#856)" },
{ "type": "feature", "text": "show memory limit alongside usage in containers and stacks views (#893)" },
{ "type": "feature", "text": "option to delete associated volumes when removing a stack (#655)" },
{ "type": "feature", "text": "collapse consecutive port mappings into ranges in container list (#821)" },
{ "type": "fix", "text": "bearer token authentication fails with enterprise license active" },
{ "type": "fix", "text": "clicking stack name toggles stats accordion instead of just opening editor (#628)" },
{ "type": "fix", "text": "scheduled image prune notifications missing environment name (#770)" },
{ "type": "fix", "text": "Gotify, ntfy, Pushover, and webhook notifications missing environment name (#943)" },
{ "type": "fix", "text": "MFA code field not recognized by Bitwarden and other password managers (#566)" }
],
"imageTag": "fnsys/dockhand:v1.0.26"
},
{ {
"version": "1.0.25", "version": "1.0.25",
"date": "2026-04-18", "date": "2026-04-18",
@@ -6,7 +23,7 @@
"changes": [ "changes": [
{ "type": "feature", "text": "API token authentication — Bearer tokens for CI/CD pipelines and scripts" }, { "type": "feature", "text": "API token authentication — Bearer tokens for CI/CD pipelines and scripts" },
{ "type": "feature", "text": "Telegram topic support — send notifications to supergroup topics (#855)" }, { "type": "feature", "text": "Telegram topic support — send notifications to supergroup topics (#855)" },
{ "type": "fix", "text": "allow removing healthcheck, ports, and honor startAfterUpdate=false during container edit (#892)" }, { "type": "fix", "text": "allow removing healthcheck, ports, and honor startAfterUpdate=false during container edit (#892)" },
{ "type": "fix", "text": "validate stack names and prevent broken DB entries on invalid input (#876)" }, { "type": "fix", "text": "validate stack names and prevent broken DB entries on invalid input (#876)" },
{ "type": "fix", "text": "use per-environment timezone for schedule execution log timestamps (#882)" }, { "type": "fix", "text": "use per-environment timezone for schedule execution log timestamps (#882)" },
{ "type": "fix", "text": "\"Pull image before update\" and \"Start after update\" settings ignored (#909)" }, { "type": "fix", "text": "\"Pull image before update\" and \"Start after update\" settings ignored (#909)" },