v1.0.0
What's Changed
New Features
- New Homepage map redesign and configuration. Configuration instructions here
- Auto-generation of thumbnails from PDFs for Products and Publications
- Associating CAP Hazard types with OASIS Event Terms. Documentation here
- Upgrade to Wagtail 7.0
Security
- Two factor Authentication with Wagtail 2FA. See documentation here
- Keep track of suspicious login attempts and simple brute-force attack blocking with Django Axes. Resetting documentation here
Fixes
- Stable CAP alert area PNG generation with staticmap package
- Translation fixes for French Month names
- Other general updates and bug fixes
Full Changelog: v0.9.8...v1.0.0
Upgrading
If you are using Climweb Docker for deployment, you can follow the below steps for manual upgrade
SSH into your server then:
cd climweb
nano .env
Update CLIMWEB_VERSION to 1.0.0
# .env
CLIMWEB_VERSION=1.0.0
Save the changes, rebuild and run your docker project
docker compose build climweb
docker compose up -d --force-recreate