Improvements
- The web file manager's breadcrumbs have been updated to be cleaner and more consistent.
- Updated the Wireless Transfer section of the User Guide with clearer instructions.
- When toggling bookmarks, the icon now appears after the battery indicator (and X3 clock, if enabled) to reduce visual movement of icons.
- The X3 clock can now be set either on the left or right of the reader status bar.
Performance
- Optimized path normalization for faster file handling.
- Significantly improved bookmark rendering by removing unnecessary XPath lookups.
- Optimized dithered rectangle drawing (fillRectDither) using a byte-aligned rendering implementation, improving display performance on supported devices.
Bug Fixes
- Fixed a translation issue where the Inverted Orientation label was incorrectly combined with the Color Filter label.
- Fixed excessive ghosting on the X3 cover screen during sleep.
What's Changed
- feat: Allow statusbar clock to be on the left by @YouHusam in #2359
- fix: split inverted orientation label from color filter label by @uxjulia in #2421
- perf: optimise
normalisePathby @Uri-Tauber in #2162 - fix: small translation changes for german by @dasrecht in #2420
- fix: Optimize Bookmark Rendering by Removing XPath Lookup by @Uri-Tauber in #2417
- fix: X3 display ghosting on cover screen transitions by @itsthisjustin in #2422
- feat: move file manager breadcrumb into contents card header by @fain182 in #2430
- docs: update user guide wireless transfer section by @nnnkit in #2369
- perf: Optimize
fillRectDitherwith Byte-AlignedfillRectImplby @Uri-Tauber in #2270 - fix: keep status bar indicators stable when toggling bookmarks by @uxjulia in #2444
New Contributors
Full Changelog: 1.4.0...1.4.1