release: ef-1.0.3
All checks were successful
CI / build (push) Successful in 2m47s
Compile Release / build-release (push) Successful in 1m16s

- Fixed cppcheck CI failure: removed unused screenWidth variable
- Version bump to 0.15.ef-1.0.3
This commit is contained in:
cottongin 2026-01-29 13:24:21 -05:00
parent d5e42b9e40
commit c171813045
No known key found for this signature in database
GPG Key ID: 0ECC91FE4655C262
3 changed files with 11 additions and 2 deletions

View File

@ -6,6 +6,16 @@ Base: CrossPoint Reader 0.15.0
---
## ef-1.0.3
**Maintenance Release**
### Bug Fixes
- Fixed cppcheck CI failure: removed unused `screenWidth` variable in word selection activity
---
## ef-1.0.2
**Quick Menu Enhancements**

View File

@ -3,7 +3,7 @@ default_envs = default
[crosspoint]
# 0.15.0 CrossPoint base, ef-1.0.0 is the first release of the ef branch
version = 0.15.ef-1.0.2
version = 0.15.ef-1.0.3
[base]
platform = espressif32 @ 6.12.0

View File

@ -227,7 +227,6 @@ void EpubWordSelectionActivity::render() const {
int marginTop, marginRight, marginBottom, marginLeft;
getDictionaryContentMargins(renderer, &marginTop, &marginRight, &marginBottom, &marginLeft);
const auto screenWidth = renderer.getScreenWidth();
const auto screenHeight = renderer.getScreenHeight();
// Draw the page content (uses pre-calculated offsets from reader)