0.60.3
Added 1
- Support for translation overlays and local translations of existing strings
Changed 1
- UI cleanups from 0.60.1 release
Fixed 1
- Fix many actions that should be POST style actions which led to 404 errors
Security 1
- Add-watch-UI is now POST/CSRF protected
From changedetection.io
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
POSTstyle 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