0.60.3

dgtlmoon/changedetection.io0.60.3Sep 4, 2026by dgtlmoon

AI Summary

This release focuses on UI improvements and security hardening. It introduces support for local translation overlays and fixes various actions that were incorrectly using GET requests, leading to 404 errors. The update also adds CSRF protection to the watch creation interface and includes general UI cleanups.

Key Highlights

  • Added support for local translation overlays
  • Fixed 404 errors by correcting HTTP methods for various UI actions
  • Added CSRF protection to the watch creation UI (GHSA-56fq-63vj-9992)
  • Included UI cleanups and refinements

New Features

  • Support for local translation overlays
  • UI cleanups

Full Release Notes

## What's Changed
* Translations - support for translation overlays/local translations of existing strings by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/4365
* UI - Fixing lots of actions that should be a `POST` style action which led to a 404 by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/4370
* 0.60.1 release UI cleanups by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/4374
* GHSA-56fq-63vj-9992 Add-watch-UI should be POST/CSRF protected @AmerMrkaljevic by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/4375


**Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.60.2...0.60.3