Quick Setup fix & Developer Tooling
✨ Features
- UI: Documentation menu in the profile dropdown now expands into a submenu with three options: Dokumentation (external docs), API Docs Local (
/docs/api), and API Docs Remote (api.dbackup.app)
🐛 Bug Fixes
- quick-setup: Added missing database selection picker to the job step for adapters that support it (MySQL, MariaDB, PostgreSQL, MongoDB, MSSQL)
📝 Documentation
- README: Replaced static dashboard screenshot with demo video showcasing backup and restore workflow
- README: Redesigned Features section with categorized subsections, icons, and unique selling points (selective DB backup, live progress, system notifications, UI simplicity)
- wiki: Added demo video to the documentation homepage
- API Docs: Fixed DBackup Support link — now points to community support page instead of non-functional email
🔧 CI/CD
- scripts: Added
sync-version.shscript andpnpm version:sync/pnpm version:bump <patch|minor|major>commands to sync version across all files automatically
🐳 Docker
- Image:
skyfay/dbackup:v1.0.6 - Also tagged as:
latest,v1 - Platforms: linux/amd64, linux/arm64