Skip to content

Commit 4c76faf

Browse files
authored
Release v1.7.1 (#88)
* chore: prepare release v1.6.0 * chore: prepare release v1.7.1
1 parent c49c9dd commit 4c76faf

File tree

5 files changed

+114
-776
lines changed

5 files changed

+114
-776
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

0 commit comments

Comments
 (0)