File tree Expand file tree Collapse file tree 5 files changed +114
-776
lines changed
Expand file tree Collapse file tree 5 files changed +114
-776
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.7.1] - 2024-12-22
9+
10+ ### Fixed
11+ - Calendar boundary refresh now enables real-time sensor updates at exact checkin/checkout times
12+ - Removed blocking coordinator refresh that caused sensors to update hours late
13+
14+ ### Security
15+ - Added URL sanitization to prevent token exposure in debug logs
16+ - Added HTML escaping for user-provided display content (XSS protection)
17+ - Improved exception handling with specific exception types
18+ - Added comprehensive JWT parsing documentation
19+
20+ ### Changed
21+ - Exception handling now uses specific types instead of broad catches
22+
823## [ 1.7.0] - 2025-12-01
924
1025### Fixed
You can’t perform that action at this time.
0 commit comments