Release v1.2.0
🎉 New Features
Enhanced Configuration Management
- Added
DOKUWIKI_FORCE_CONF
to control configuration behavior - Improved handling of existing configurations
- Added respect for manually configured settings
Time and Date Improvements
- Added timezone support through
TZ
environment variable - Implemented custom date format via
DOKUWIKI_DATEFORMAT
- Default format set to '%d/%m/%Y %H:%M'
URL and Access
- Added URL rewriting support through
DOKUWIKI_USEREWRITE
- Improved ACL policy handling
🔧 Improvements
- Enhanced initialization script logic
- Better handling of existing configurations
- More robust error handling
- Improved security defaults
📝 Notes
- Existing configurations are now preserved by default
- Use
DOKUWIKI_FORCE_CONF=1
to override existing settings - All new configurations can be set via environment variables
🔄 Upgrade Notes
No breaking changes. Existing volumes and configurations will continue to work as before.