mirror of
https://github.com/Finsys/dockhand.git
synced 2026-06-17 19:09:33 +03:00
482 lines
29 KiB
JSON
482 lines
29 KiB
JSON
[
|
|
{
|
|
"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",
|
|
"date": "2026-04-18",
|
|
"comingSoon": false,
|
|
"changes": [
|
|
{ "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": "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": "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": "image prune timeout on hawser-standard when pruning many images (#905)" },
|
|
{ "type": "fix", "text": "bump Docker Compose to 5.1.3" },
|
|
{ "type": "fix", "text": "mask secret environment variables in container inspect modal (#924)" },
|
|
{ "type": "fix", "text": "viewer role can toggle, delete, and run schedules (#923)" },
|
|
{ "type": "fix", "text": "settings show defaults instead of saved values after login until page refresh (#921)" },
|
|
{ "type": "fix", "text": "settings toggle notifications show wrong state (#931)" },
|
|
{ "type": "fix", "text": "stack memory tooltip shows inflated total on multi-container stacks (#936)" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.25"
|
|
},
|
|
{
|
|
"version": "1.0.24",
|
|
"date": "2026-04-03",
|
|
"changes": [
|
|
{ "type": "fix", "text": "browsing HTTP registries fails with SSL error (#868)" },
|
|
{ "type": "fix", "text": "git stack deploy options (build, re-pull, force redeploy) not persisted in edit dialog" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.24"
|
|
},
|
|
{
|
|
"version": "1.0.23",
|
|
"date": "2026-04-03",
|
|
"changes": [
|
|
{ "type": "feature", "text": "theme toggle with system option — auto-follows OS light/dark preference (#803)" },
|
|
{ "type": "feature", "text": "custom user option for terminal shell sessions, persisted per container (#830)" },
|
|
{ "type": "feature", "text": "redeploy button for internal stacks with pull/build/force-recreate options (#152)" },
|
|
{ "type": "feature", "text": "build, re-pull images and force redeployment options for git stacks (#792, #472)" },
|
|
{ "type": "fix", "text": "allow underscores in hostname validation (#790)" },
|
|
{ "type": "fix", "text": "HTTPS git repos with self-signed CA certificates fail to clone/pull (#842)" },
|
|
{ "type": "fix", "text": "stack restart fails for containers using network_mode: service:<container> — added recreate option (#844)" },
|
|
{ "type": "fix", "text": "git stack sync deletes data in relative volume paths (#831)" },
|
|
{ "type": "fix", "text": "batch update skips Hawser containers (#485)" },
|
|
{ "type": "fix", "text": "registry delete fails for multi-arch/OCI manifest images" },
|
|
{ "type": "fix", "text": "scanner cache cleanup to prevent volume bloat (#808)" },
|
|
{ "type": "fix", "text": "negotiate Docker API version for scanner/updater sidecar containers (#759)" },
|
|
{ "type": "fix", "text": "scan vulnerability counts mismatch with displayed list (#705)" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.23"
|
|
},
|
|
{
|
|
"version": "1.0.22",
|
|
"date": "2026-03-21",
|
|
"changes": [
|
|
{ "type": "feature", "text": "dashboard list view with inline search and connection filters (#740)" },
|
|
{ "type": "feature", "text": "custom environment icon (#754)" },
|
|
{ "type": "feature", "text": "show +N indicator for containers with multiple IP addresses (#644)" },
|
|
{ "type": "feature", "text": "bundle all fonts locally for privacy and offline use (#734)" },
|
|
{ "type": "fix", "text": "respect PROXY settings when checking for container updates" },
|
|
{ "type": "fix", "text": "git stacks force-redeploy after a failed sync (#693)" },
|
|
{ "type": "fix", "text": "What's New modal shown before login, exposing version info (#717)" },
|
|
{ "type": "fix", "text": "git repository files not removed from disk on delete (#671)" },
|
|
{ "type": "fix", "text": "recursive chown at startup breaks stack volumes with different ownership (#719)" },
|
|
{ "type": "fix", "text": "missing notification event toggles for container healthy, image prune events (#659)" },
|
|
{ "type": "fix", "text": "container disappears when edit fails (e.g. invalid memory/swap) (#736)" },
|
|
{ "type": "fix", "text": "regression: network container count always shows 0 (#761)" },
|
|
{ "type": "fix", "text": "Grype/Trivy scan containers don't inherit proxy env vars (#780)" },
|
|
{ "type": "fix", "text": "pin vulnerability scanner images to specific versions not :latest" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.22"
|
|
},
|
|
{
|
|
"version": "1.0.21",
|
|
"date": "2026-03-13",
|
|
"changes": [
|
|
{ "type": "feature", "text": "option to truncate port list (#702)" },
|
|
{ "type": "feature", "text": "log viewer supports ANSII 256 colors (#743)" },
|
|
{ "type": "fix", "text": "IPv6 Problems (#714, #731)" },
|
|
{ "type": "fix", "text": "polling storm & mass disconnect (#733, #741)" },
|
|
{ "type": "fix", "text": "custom cron schedule displayed incorrectly (#727)" },
|
|
{ "type": "fix", "text": "wrong cron schedule (#706)" },
|
|
{ "type": "fix", "text": "file browser does not allow upload over 512 KB (#687)" },
|
|
{ "type": "fix", "text": "can't set memory swappiness when using Podman (#691)" },
|
|
{ "type": "fix", "text": "compose API negotiation fix (#692, #696)" },
|
|
{ "type": "fix", "text": "not deployed git stacks continue to show the Down action (#694)" },
|
|
{ "type": "fix", "text": "display time doesn't reflect time zone (#735)" },
|
|
{ "type": "fix", "text": "prune dangling images counter not working (#718)" },
|
|
{ "type": "fix", "text": "own PORT env not used in HEALTHCHECK (#745)" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.21"
|
|
},
|
|
{
|
|
"version": "1.0.20",
|
|
"date": "2026-03-02",
|
|
"changes": [
|
|
{ "type": "fix", "text": "regression on Synology DSM" },
|
|
{ "type": "fix", "text": "Fix ARM64 regression: Go collector crashing on Raspberry Pi and other ARM devices" },
|
|
{ "type": "fix", "text": "autoupdate hangs on \"waiting for Dockhand\"" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.20"
|
|
},
|
|
{
|
|
"version": "1.0.19",
|
|
"date": "2026-03-01",
|
|
"changes": [
|
|
{ "type": "feature", "text": "Inline logs panel on stacks page — view container logs without leaving the page" },
|
|
{ "type": "feature", "text": "Make ports column sortable in containers grid" },
|
|
{ "type": "feature", "text": "Structured auth logging with client IP (login/logout/MFA/OIDC events)" },
|
|
{ "type": "fix", "text": "Fix memory leak: TLS context accumulation for HTTPS environments (Bun)" },
|
|
{ "type": "fix", "text": "Fix security scanning on Docker with custom logging drivers (Loki, Fluentd, etc.)" },
|
|
{ "type": "fix", "text": "Fix grouped log viewer not auto-scrolling on new entries" },
|
|
{ "type": "fix", "text": "Fix container recreation error messages not surfacing actual Docker errors" },
|
|
{ "type": "fix", "text": "Fix LDAP group-to-role mapping" },
|
|
{ "type": "fix", "text": "Fix container file browser hiding old files" },
|
|
{ "type": "fix", "text": "Fix SSH key permission issues on NAS filesystems" },
|
|
{ "type": "fix", "text": "Fix binary file corruption when syncing stacks to Hawser agents" },
|
|
{ "type": "fix", "text": "Fix UI timeout issues for long running operations" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.19"
|
|
},
|
|
{
|
|
"version": "1.0.18",
|
|
"date": "2026-02-16",
|
|
"changes": [
|
|
{ "type": "feature", "text": "Dockhand self-update from the UI" },
|
|
{ "type": "feature", "text": "Show freed disk space after image removal and pruning" },
|
|
{ "type": "feature", "text": "Handle dynamically-spawned child containers in stack stop/down/restart/remove" },
|
|
{ "type": "feature", "text": "Git webhooks are logged to the audit log" },
|
|
{ "type": "feature", "text": "Add Mattermost notification support" },
|
|
{ "type": "feature", "text": "Configurable disk usage warning threshold per environment" },
|
|
{ "type": "fix", "text": "Fix file upload CSRF 403 error on plain HTTP deployments" },
|
|
{ "type": "fix", "text": "Fix scanner container /wait timeout causing empty scan output" },
|
|
{ "type": "fix", "text": "Fix saving adopted external stack failing with 'Stack directory not found'" },
|
|
{ "type": "fix", "text": "Add Bearer token auth support for ntfy notifications" },
|
|
{ "type": "fix", "text": "Fix git SSH failing with 'No user exists for uid' with arbitrary UIDs" },
|
|
{ "type": "fix", "text": "Fix command palette flooding API requests on open" },
|
|
{ "type": "fix", "text": "Normalize stack names when adopting to prevent uppercase rejection" },
|
|
{ "type": "fix", "text": "Fix container update failing for shared network modes (container:<name>, host, none)" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.18"
|
|
},
|
|
{
|
|
"version": "1.0.17",
|
|
"date": "2026-02-09",
|
|
"changes": [
|
|
{ "type": "fix", "text": "Fix scanner failure on rootless Docker" },
|
|
{ "type": "fix", "text": "Increase Hawser compose operation timeout" },
|
|
{ "type": "fix", "text": "Fix regression in stack container updates" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.17"
|
|
},
|
|
{
|
|
"version": "1.0.16",
|
|
"date": "2026-02-09",
|
|
"changes": [
|
|
{ "type": "feature", "text": "Support Docker Compose override files when deploying stacks" },
|
|
{ "type": "fix", "text": "Fix Hawser stack deploy failing when compose file not present on remote host" },
|
|
{ "type": "fix", "text": "Fix Hawser Standard TLS test connection sending HTTP to HTTPS server" },
|
|
{ "type": "fix", "text": "Fix .env variables not applied on save & redeploy" },
|
|
{ "type": "fix", "text": "Fix single Hawser node failure cascading offline state to all environments" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.16"
|
|
},
|
|
{
|
|
"version": "1.0.15",
|
|
"date": "2026-02-08",
|
|
"changes": [
|
|
{ "type": "feature", "text": "Pull before update option: New option to pull latest image before container auto-update" },
|
|
{ "type": "feature", "text": "Usage filter on images page by usage status (used/unused/all)" },
|
|
{ "type": "feature", "text": "Show repository name for untagged images: Better identification of images without tags" },
|
|
{ "type": "fix", "text": "Fix IPv6 address not accepted in environment Public IP field" },
|
|
{ "type": "fix", "text": "Fix IPv6 port link URLs by adding bracket formatting" },
|
|
{ "type": "fix", "text": "Fix custom compose filename not used in SSE deploy" },
|
|
{ "type": "fix", "text": "Fix env var leakage from Dockhand to user stacks" },
|
|
{ "type": "fix", "text": "Fix SMTP notification test returning false success" },
|
|
{ "type": "fix", "text": "Fix custom compose file path ignored for Hawser git stack deployments" },
|
|
{ "type": "fix", "text": "Fix escaped $$ variables (Docker Compose syntax) incorrectly flagged as missing" },
|
|
{ "type": "fix", "text": "Use native compose pull and up when updating stack containers" },
|
|
{ "type": "fix", "text": "Fix vulnerability scans hanging indefinitely or failing with JSON parse errors" },
|
|
{ "type": "fix", "text": "Fix memory leaks in SSE event streams and unconsumed Docker API response bodies" },
|
|
{ "type": "feature", "text": "Sort vulnerability scan results by severity by default" },
|
|
{ "type": "feature", "text": "Copy button for compose file contents in stack modal" },
|
|
{ "type": "feature", "text": "Confirmation dialog before git stack sync" },
|
|
{ "type": "fix", "text": "Fix timezone aliases (e.g. Europe/Kyiv) not saving correctly" },
|
|
{ "type": "fix", "text": "Fix login crash with large session timeout values" },
|
|
{ "type": "fix", "text": "Fix profile display name not persisting due to field name mismatch" },
|
|
{ "type": "fix", "text": "Fix date formatting not respecting user preferences" },
|
|
{ "type": "fix", "text": "Fix static IP not preserved during container auto-update" },
|
|
{ "type": "fix", "text": "Fix stack adoption path conflict across different environments" },
|
|
{ "type": "fix", "text": "Fix container auto-update causing permission denied on bind mounts" },
|
|
{ "type": "fix", "text": "Fix health tab not showing healthcheck configuration" },
|
|
{ "type": "fix", "text": "Fix stack custom paths reset after edit" },
|
|
{ "type": "fix", "text": "Autofocus on login username and MFA code fields" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.15"
|
|
},
|
|
{
|
|
"version": "1.0.14",
|
|
"date": "2026-01-31",
|
|
"changes": [
|
|
{ "type": "fix", "text": "Fix environment variables in .env not interpolated during remote deployment" },
|
|
{ "type": "fix", "text": "Fix stack variables not re-injected during stack start/stop" },
|
|
{ "type": "fix", "text": "Fix time format 12/24 setting not respected in header clock" },
|
|
{ "type": "fix", "text": "Fix skip TLS verification not saved on new environment" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.14"
|
|
},
|
|
{
|
|
"version": "1.0.13",
|
|
"date": "2026-01-23",
|
|
"changes": [
|
|
{ "type": "feature", "text": "Add DISABLE_LOCAL_LOGIN env var to hide local password login when SSO/LDAP is configured" },
|
|
{ "type": "feature", "text": "Add ntfy authentication support (user:pass@host/topic format)" },
|
|
{ "type": "feature", "text": "Sortable health column in containers grid (unhealthy containers first)" },
|
|
{ "type": "feature", "text": "GPU device configuration in container create/edit/inspect" },
|
|
{ "type": "feature", "text": "Editor font setting with expanded monospace font options" },
|
|
{ "type": "feature", "text": "Dedicated NFS/CIFS form fields in create volume modal" },
|
|
{ "type": "feature", "text": "Scheduled image pruning per environment" },
|
|
{ "type": "feature", "text": "Git stack env populate button to preview overridable variables before deploy" },
|
|
{ "type": "fix", "text": "Fix vulnerability scanning failing with rootless Docker" },
|
|
{ "type": "fix", "text": "Honor DATA_DIR env var in hawser SQLite operations" },
|
|
{ "type": "fix", "text": "Show detailed error messages when notification test fails" },
|
|
{ "type": "fix", "text": "Fix compose file browse in create mode showing default path instead of selected file" },
|
|
{ "type": "fix", "text": "Fix custom env file path not preserved in create mode" },
|
|
{ "type": "fix", "text": "Fix git stacks creating duplicate compose.yaml alongside repo file" },
|
|
{ "type": "fix", "text": "Fix env vars not showing after stack create" },
|
|
{ "type": "fix", "text": "Fix stack path defaults accidentally enforced over custom paths" },
|
|
{ "type": "fix", "text": "Fix adopted stack save & restart breaking paths and env vars" },
|
|
{ "type": "fix", "text": "Add more information to container audit logs including diff of changes" },
|
|
{ "type": "fix", "text": "Preserve container settings on restart and auto-update" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.13"
|
|
},
|
|
{
|
|
"version": "1.0.12",
|
|
"date": "2026-01-22",
|
|
"changes": [
|
|
{ "type": "feature", "text": "Add SKIP_DF_COLLECTION env var to disable slow disk usage collection on NAS devices" },
|
|
{ "type": "fix", "text": "Fix terminal/shell connections to direct TLS/mTLS and Hawser Standard environments" },
|
|
{ "type": "fix", "text": "Fix crash when Hawser agent is stopped from Dockhand" },
|
|
{ "type": "fix", "text": "Skip auto-update for SHA-pinned images (image@sha256:...)" },
|
|
{ "type": "fix", "text": "Fix pending updates not cleared when containers or stacks are deleted" },
|
|
{ "type": "fix", "text": "Fix adopted stacks using wrong .env path from internal directory instead of original location" },
|
|
{ "type": "fix", "text": "Improve /login audit logs information" },
|
|
{ "type": "fix", "text": "Fix login/logout screen refresh issue" },
|
|
{ "type": "fix", "text": "Fix password change not persisting" },
|
|
{ "type": "fix", "text": "Fix audit log page showing empty values" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.12"
|
|
},
|
|
{
|
|
"version": "1.0.11",
|
|
"date": "2026-01-20",
|
|
"changes": [
|
|
{ "type": "fix", "text": "Encryption at rest for sensitive credentials (AES-256-GCM)" },
|
|
{ "type": "fix", "text": "Fix registry browsing and image push for registries with organization paths (e.g., registry.example.com/org)" },
|
|
{ "type": "fix", "text": "Fix security scan failing to parse scanner output" },
|
|
{ "type": "fix", "text": "Fix git sync stuck with sync_status set to running if app restarted during stack sync" },
|
|
{ "type": "fix", "text": "Fix updating via containers tab doesn't properly restart the container" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.11"
|
|
},
|
|
{
|
|
"version": "1.0.10",
|
|
"date": "2026-01-18",
|
|
"changes": [
|
|
{ "type": "fix", "text": "Fix docker socket access for custom PUID/PGID" },
|
|
{ "type": "fix", "text": "Fix stack creation with deploy failing when no env vars provided" },
|
|
{ "type": "fix", "text": "Fix env var validation flagging variables in commented lines as missing" },
|
|
{ "type": "fix", "text": "Show stop button for stacks in restart loop" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.10"
|
|
},
|
|
{
|
|
"version": "1.0.9",
|
|
"date": "2026-01-17",
|
|
"changes": [
|
|
{ "type": "feature", "text": "Shell: detect available shells in container before connecting" },
|
|
{ "type": "fix", "text": "Fix GHCR registry authentication with OAuth2 token flow" },
|
|
{ "type": "fix", "text": "Add page titles for browser tab updates on navigation" },
|
|
{ "type": "fix", "text": "Add stack name conflict warning" },
|
|
{ "type": "feature", "text": "Add docker-buildx plugin to container image" },
|
|
{ "type": "fix", "text": "Fix relative paths not working for adopted/imported stacks" },
|
|
{ "type": "fix", "text": "Fix TLS certificates not passed to docker-compose for direct connections" },
|
|
{ "type": "fix", "text": "Fix registry queries for images with docker.io prefix" },
|
|
{ "type": "fix", "text": "Fix compose editor issues when editing near env var references" },
|
|
{ "type": "fix", "text": "Fix branch switching causing unknown revision error in git stacks" },
|
|
{ "type": "fix", "text": "Fix SSE connection leak" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.9"
|
|
},
|
|
{
|
|
"version": "1.0.8",
|
|
"date": "2026-01-13",
|
|
"changes": [
|
|
{ "type": "fix", "text": "Fix imported stack working directory for relative volume paths" },
|
|
{ "type": "fix", "text": "Fix environment refresh after auth login" },
|
|
{ "type": "fix", "text": "Fix single container update clearing up all update badges" },
|
|
{ "type": "fix", "text": "Fix code editor paste issue on Safari on iPad" },
|
|
{ "type": "fix", "text": "Fix registry login failing due to Bun stdin API incompatibility" },
|
|
{ "type": "fix", "text": "Fix env var editor focus issues" },
|
|
{ "type": "fix", "text": "Fix git stack naming issues: validation, rename sync, and delete cleanup" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.8"
|
|
},
|
|
{
|
|
"version": "1.0.7",
|
|
"date": "2026-01-06",
|
|
"comingSoon": false,
|
|
"changes": [
|
|
{ "type": "feature", "text": "Adopt stacks created outside Dockhand" },
|
|
{ "type": "feature", "text": "Activity event collection mode (Stream/Poll) and metrics interval settings for reduced CPU usage" },
|
|
{ "type": "feature", "text": "Baseline Docker images for CPUs without AVX support" },
|
|
{ "type": "feature", "text": "Show amber \"Unused\" badge for images not used by any container" },
|
|
{ "type": "feature", "text": "Prune unused button to remove all unused images (not just dangling)" },
|
|
{ "type": "fix", "text": "Stack collision on disk - stacks are now saved in environment folders" },
|
|
{ "type": "fix", "text": "Checkbox selection delay in datagrid" },
|
|
{ "type": "fix", "text": "Crypto fallback for old Linux kernels (<3.17) that lack getrandom() syscall" },
|
|
{ "type": "fix", "text": "Dashboard performance with many environments" },
|
|
{ "type": "fix", "text": "Can't use authenticated custom registry"},
|
|
{ "type": "fix", "text": "mTLS connections failing due to Bun TLS caching bug"}
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.7"
|
|
},
|
|
{
|
|
"version": "1.0.6",
|
|
"date": "2026-01-03",
|
|
"changes": [
|
|
{ "type": "fix", "text": "Legacy CPU support (Celeron, Atom) - Bun binary now copied from official image instead of Wolfi package" },
|
|
{ "type": "fix", "text": "Stack modal layouts improved with resizable split panels" },
|
|
{ "type": "fix", "text": "Missing column headers in images overview" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.6"
|
|
},
|
|
{
|
|
"version": "1.0.5",
|
|
"date": "2026-01-01",
|
|
"changes": [
|
|
{ "type": "feature", "text": "Custom hardened image built from scratch using Wolfi packages, eliminating Alpine vulnerabilities" },
|
|
{ "type": "feature", "text": "Clicking container name opens container details" },
|
|
{ "type": "feature", "text": "Clicking stack name opens stack editor (internal stacks)" },
|
|
{ "type": "feature", "text": "Stack env editor now supports freestyle text entry for pasting env contents" },
|
|
{ "type": "feature", "text": "Stack env vars saved as .env file next to compose, respecting external edits" },
|
|
{ "type": "feature", "text": "Additional container options: ulimits, security options, DNS settings" },
|
|
{ "type": "fix", "text": "DataGrid performance and memory leak on Activity page with thousands of rows" },
|
|
{ "type": "fix", "text": "Webhook endpoints bypass session authentication when auth is enabled" },
|
|
{ "type": "fix", "text": "PUID 1000 conflict with existing dockhand user in container" },
|
|
{ "type": "fix", "text": "Gmail SMTP notification errors" },
|
|
{ "type": "fix", "text": "More detailed error messages when stack fails to start" },
|
|
{ "type": "fix", "text": "Container startup with user: directive in compose" },
|
|
{ "type": "fix", "text": "Stack editor flickering when typing fast" },
|
|
{ "type": "fix", "text": "Container unhealthy notifications not triggering" },
|
|
{ "type": "fix", "text": "tlsSkipVerify not being saved in environment settings" },
|
|
{ "type": "fix", "text": "MFA available to all users without enterprise license" },
|
|
{ "type": "fix", "text": "Socket proxy documentation and examples" },
|
|
{ "type": "fix", "text": "Edit container modal reloading during editing" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.5"
|
|
},
|
|
{
|
|
"version": "1.0.4",
|
|
"date": "2025-12-28",
|
|
"changes": [
|
|
{ "type": "feature", "text": "Theme system with new light/dark themes and font customization" },
|
|
{ "type": "feature", "text": "Grid font size setting for data tables" },
|
|
{ "type": "feature", "text": "Column visibility, reordering, and resizing (persisted per user or globally)" },
|
|
{ "type": "feature", "text": "Auto-update containers with per-environment checks, batch updates, and vulnerability blocking" },
|
|
{ "type": "feature", "text": "Stack improvements: environment variables management and .env file support for git stacks" },
|
|
{ "type": "feature", "text": "Visual graph editor for Docker Compose stacks" },
|
|
{ "type": "feature", "text": "Timezone support for scheduled tasks" },
|
|
{ "type": "feature", "text": "Improved schedule execution history" },
|
|
{ "type": "fix", "text": "Fix duplicate ports in expanded stack containers (IPv4/IPv6)" },
|
|
{ "type": "fix", "text": "Fix registry seed crash when Docker Hub URL is modified" },
|
|
{ "type": "fix", "text": "Fix null ports crash for Docker Desktop containers" },
|
|
{ "type": "fix", "text": "Fix header layout overlap on small screens" },
|
|
{ "type": "fix", "text": "Fix TLS/mTLS support for remote Docker hosts" },
|
|
{ "type": "fix", "text": "Fix memory leaks (setTimeout cleanup, stream requests)" },
|
|
{ "type": "fix", "text": "Fix Edge mode connection issues" },
|
|
{ "type": "fix", "text": "Fix stack deletion with orphaned records" },
|
|
{ "type": "fix", "text": "Fix container editing breaking Compose stack association" },
|
|
{ "type": "fix", "text": "Many other minor bug fixes and improvements" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.4"
|
|
},
|
|
{
|
|
"version": "1.0.3",
|
|
"date": "2025-12-18",
|
|
"changes": [
|
|
{ "type": "fix", "text": "Fix infinite toast loop when environment is offline" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.3"
|
|
},
|
|
{
|
|
"version": "1.0.2",
|
|
"date": "2025-12-17",
|
|
"changes": [
|
|
{ "type": "fix", "text": "Fix stack git repository selection" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.2"
|
|
},
|
|
{
|
|
"version": "1.0.1",
|
|
"date": "2025-12-17",
|
|
"changes": [
|
|
{ "type": "feature", "text": "Public IP field for environment config (container port clickable links)" },
|
|
{ "type": "feature", "text": "Releases are now also published with 'latest' tag" },
|
|
{ "type": "fix", "text": "Server-side auth enforcement fix" },
|
|
{ "type": "fix", "text": "Docker production build dependencies fix" },
|
|
{ "type": "fix", "text": "Memory metrics calculation for remote Docker hosts" },
|
|
{ "type": "fix", "text": "Dashboard memory calculation (sum all containers memory usage)" },
|
|
{ "type": "fix", "text": "Form validation errors and error messages readability in dark theme" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.1"
|
|
},
|
|
{
|
|
"version": "1.0.0",
|
|
"date": "2025-12-16",
|
|
"changes": [
|
|
{ "type": "feature", "text": "First public release of Dockhand" },
|
|
{ "type": "feature", "text": "Real-time container management (start, stop, restart, remove)" },
|
|
{ "type": "feature", "text": "Container creation with advanced configuration (ports, volumes, env vars, labels)" },
|
|
{ "type": "feature", "text": "Docker Compose stack management with visual editor" },
|
|
{ "type": "feature", "text": "Git repository integration for stacks with webhooks and auto-sync" },
|
|
{ "type": "feature", "text": "Image management and registry browsing" },
|
|
{ "type": "feature", "text": "Vulnerability scanning with Grype and Trivy" },
|
|
{ "type": "feature", "text": "Container logs viewer with ANSI color rendering and auto-refresh" },
|
|
{ "type": "feature", "text": "Interactive shell terminal with xterm.js" },
|
|
{ "type": "feature", "text": "File browser for containers and volumes" },
|
|
{ "type": "feature", "text": "Multi-environment support (local and remote Docker hosts)" },
|
|
{ "type": "feature", "text": "Hawser agent for remote Docker management (Standard and Edge modes)" },
|
|
{ "type": "feature", "text": "Network and volume management" },
|
|
{ "type": "feature", "text": "Dashboard with real-time metrics and activity tracking" },
|
|
{ "type": "feature", "text": "Authentication with OIDC/SSO and local users" },
|
|
{ "type": "feature", "text": "SQLite and PostgreSQL database support" },
|
|
{ "type": "feature", "text": "Notification channels (SMTP, Apprise webhooks)" },
|
|
{ "type": "feature", "text": "Container auto-update scheduling with vulnerability criteria" },
|
|
{ "type": "feature", "text": "Enterprise edition with LDAP, MFA, and RBAC" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v1.0.0"
|
|
},
|
|
{
|
|
"version": "0.9.2",
|
|
"date": "2025-12-14",
|
|
"changes": [
|
|
{ "type": "feature", "text": "Hawser agent support - manage remote Docker hosts behind NAT/firewall" },
|
|
{ "type": "feature", "text": "Dashboard redesign with flexible tile sizes and real-time charts" },
|
|
{ "type": "feature", "text": "Multi-architecture Docker images (amd64 + arm64)" },
|
|
{ "type": "fix", "text": "Various bug fixes and performance improvements" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v0.9.2"
|
|
},
|
|
{
|
|
"version": "0.9.1",
|
|
"date": "2025-12-10",
|
|
"changes": [
|
|
{ "type": "feature", "text": "Git stack deployment with webhook triggers" },
|
|
{ "type": "feature", "text": "Container auto-update scheduling" },
|
|
{ "type": "fix", "text": "Fixed container logs not streaming on Edge environments" },
|
|
{ "type": "fix", "text": "Fixed memory leak in metrics collection" }
|
|
],
|
|
"imageTag": "fnsys/dockhand:v0.9.1"
|
|
}
|
|
]
|