release: ef-1.0.4
New Features: - End-of-book "Start Over" option to wrap to first page EPUB Rendering: - CSS margin-left/padding-left parsing for block indentation - Vertical bar and italic styling for blockquotes - Left margin indentation for list items - Fix ordered lists showing bullets instead of numbers - Fix nested <p> inside <li> marker placement Bug Fixes: - Webserver: flow control and connection checking for file listing - Webserver: memory optimization for File Transfer mode - Dictionary: allocation order fix for zip dictionary buffer
This commit is contained in:
parent
dd630dcf72
commit
48267ad848
@ -6,6 +6,30 @@ Base: CrossPoint Reader 0.15.0
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## ef-1.0.4
|
||||||
|
|
||||||
|
**EPUB Rendering & Stability**
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
|
||||||
|
- **End-of-Book "Start Over"**: Press next at end of book to wrap to first page
|
||||||
|
|
||||||
|
### EPUB Rendering Improvements
|
||||||
|
|
||||||
|
- CSS `margin-left`/`padding-left` parsing for block indentation
|
||||||
|
- Vertical bar and italic styling for blockquotes
|
||||||
|
- Left margin indentation for list items (`<ol>`/`<ul>`)
|
||||||
|
- Fixed ordered lists showing bullets instead of numbers
|
||||||
|
- Fixed nested `<p>` inside `<li>` causing marker on separate line
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- **Webserver**: Fixed file listing disconnection issues with flow control
|
||||||
|
- **Webserver**: Memory optimization for File Transfer mode (frees heap before starting)
|
||||||
|
- **Dictionary**: Fixed zip dictionary allocation order for better memory allocation success
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## ef-1.0.3
|
## ef-1.0.3
|
||||||
|
|
||||||
**Maintenance Release**
|
**Maintenance Release**
|
||||||
|
|||||||
@ -3,7 +3,7 @@ default_envs = default
|
|||||||
|
|
||||||
[crosspoint]
|
[crosspoint]
|
||||||
# 0.15.0 CrossPoint base, ef-1.0.0 is the first release of the ef branch
|
# 0.15.0 CrossPoint base, ef-1.0.0 is the first release of the ef branch
|
||||||
version = 0.15.ef-1.0.3
|
version = 0.15.ef-1.0.4
|
||||||
|
|
||||||
[base]
|
[base]
|
||||||
platform = espressif32 @ 6.12.0
|
platform = espressif32 @ 6.12.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user