You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v2.0.21 - Clear folder before ZIP import
- ZIP import now clears the target folder before extracting
- Prevents leftover files from previous content remaining
v2.0.20 - Fix context menu hover stuttering
- Context menu no longer stutters when hovering over options
- Menu stays stable while navigating options
- Better positioning that adapts to screen edges
v2.0.17 - Fix context menu stability
- Context menu button stays visible when menu is open
- Fixed backdrop show/hide behavior
- Reduced stuttering when interacting with three dots menu
v2.0.16 - Fix context menu (three dots) in sidebar
- Added missing CSS for context menu dropdown
- Three dots menu now properly displays and is clickable
- Proper z-index and positioning for menu overlay
v2.0.15 - Fix admin panel API errors
- Fixed 'str' object has no attribute 'isoformat' error
- Admin panel now properly loads users and projects
- SQLite timestamp handling in User.to_dict() and Project.to_dict()
v2.0.13 - Improved admin UI descriptions
- Added helpful descriptions to Website URL fields in admin panel
- Clarifies that URL shows as 'Live Website' link next to logo
v2.0.12 - Security cleanup and repository sanitization
- Removed all internal documentation from git history
- Sanitized example configuration files
- No credentials are exposed in any commit
- PRODUCTION-MULTI-TENANT.md
- VOLUMES-MIGRATION.md
- RELEASE-2.0.0.md
- nginx-config-setup.md
- PRODUCTION-SETUP.md
- docker-compose.production.example.yml
- Sanitized .env.example with generic paths
- Sanitized cms/docker-compose.yml with generic paths
IMPORTANT: This release rewrites git history. If you have
cloned this repo before, you need to re-clone it.