Skip to content

v1.0.0

Choose a tag to compare

@erick-otenyo erick-otenyo released this 30 May 14:53
· 109 commits to main since this release
dd74077

What's Changed

New Features

Security

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