v0.5.1 - 29/7/25
New Features
Next.js Subdirectory Support - Projects using Next.js within subdirectories of Git repositories are now properly detected and deployed, making it easier to manage monorepo structures with multiple applications
Enhanced Branch Selection - The branch selection interface now displays all available branches, giving you complete visibility into your repository's branch structure when setting up deployments
Improvements
Nuxt.js Build Optimization - Improved Nuxt.js build strategy with proper NITRO_PRESET handling across all build commands, ensuring consistent deployment configurations regardless of your build setup
DNS Management Cleanup - Removed unnecessary static URL references from the DNS configuration page, providing a cleaner and more focused domain management experience
Ingress Configuration Enhancement - Increased header and cookie size limits in ingress configuration to prevent truncation issues with larger authentication tokens or session data
Domain Name Consistency - All domain names are now automatically converted to lowercase, preventing case-sensitivity issues that could cause deployment failures
Dependabot Branch Filtering - Automated dependency update branches are now excluded from automatic deployments, preventing unnecessary builds from dependency PRs
Bug Fixes
Canonical Link Headers - Corrected canonical URL generation to use proper hostnames instead of load balancer IP addresses, improving SEO and preventing redirect loops
Nuxt v2 Routing - Fixed routing issues specific to Nuxt.js version 2 applications that were causing navigation problems
Last updated