Releases: msiemens/one2html
Releases · msiemens/one2html
v1.3.0
v1.2.0
Changed
- Update to
onenote_parserv1.0.0, adding non-legacy MS-ONESTORE support and improved error handling. - Switch CLI argument parsing to
clap.
Fixed
- Correct line height calculation.
- Correct outline width calculation.
- Correct ink stroke opacity rendering.
v1.1.1
Changed
- Internal: Updated dependencies.
v1.1.0
Added
- Feature: Added support for ink drawings.
Fixed
- Correctly calculate paragraph/list indentations.
- Fix the height of paragraphs.
- Don't depend on Rust's nightly
backtracefeature (used inonenote_parser)
when being compiled with--no-default-features.