v0.29.5

bilibili/Index-anisorav0.29.5May 22, 2026by github-actions[bot]

AI Summary

Addresses authentication migration issues and adds UI enhancements like copy buttons and compose import functionality.

Key Highlights

  • Clean exit for auth migration without 2FA records
  • Import compose configurations from base64
  • Copy button for server IP in web settings

New Features

  • Import compose from base64 in service dropdown
  • Copy button to server IP
  • Responsive layout fixes
  • Lowercase username in registry creation
  • Allow square brackets in zip path validation
  • Prevent webhook deploy crash on empty commits
  • Enable comment toggle shortcut in env editor
  • Add tls=true label for domains with no certificate

Full Release Notes

## What's Changed
* fix(migrate-auth-secret): exit cleanly when there are no 2FA records by @ngenohkevin in https://github.com/Dokploy/dokploy/pull/4394
* feat(compose): add import from base64 in create service dropdown by @Siumauricio in https://github.com/Dokploy/dokploy/pull/4395
* feat(settings): add copy button to server IP in web server settings by @Siumauricio in https://github.com/Dokploy/dokploy/pull/4397
* fix: copy Dokploy server IP when clicking server badge by @vadamk in https://github.com/Dokploy/dokploy/pull/4390
* fix: responsive layout by @nhridoy in https://github.com/Dokploy/dokploy/pull/4391
* fix: lowercase username in registery creation and build/update by @Baker in https://github.com/Dokploy/dokploy/pull/4382
* fix: allow square brackets in zip path validation for Next.js dynamic routes by @Siumauricio in https://github.com/Dokploy/dokploy/pull/4468
* fix: prevent webhook deploy crash on commits without modified files by @Siumauricio in https://github.com/Dokploy/dokploy/pull/4470
* fix: add type="button" to TooltipTrigger in form components by @mixelburg in https://github.com/Dokploy/dokploy/pull/4422
* fix: enable comment toggle shortcut in env variable editor (#4402) by @Siumauricio in https://github.com/Dokploy/dokploy/pull/4473
* fix: add tls=true label for domains when certificateType is none (#4018) by @Siumauricio in https://github.com/Dokploy/dokploy/pull/4474

## New Contributors
* @ngenohkevin made their first contribution in https://github.com/Dokploy/dokploy/pull/4394
* @vadamk made their first contribution in https://github.com/Dokploy/dokploy/pull/4390
* @Baker made their first contribution in https://github.com/Dokploy/dokploy/pull/4382

**Full Changelog**: https://github.com/Dokploy/dokploy/compare/v0.29.4...v0.29.5