Skip to content

Commit

Permalink
Updates for 0.13.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglerchris committed Dec 1, 2024
1 parent 7291cba commit b9d0476
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ Possible log types:

### Latest

### 0.13.5

- [added] CSS support for `:nth-child()` (not yet with the `of foo`).
- [added] Non-standard `display: x-raw-dom` for debugging (with `css_ext`
feature flag).
- [fixed] An issue which could (apparently rarely) miss out some output depending on wrapping
- [fixed] CSS parsing stopped when it hit an at-rule.
- [added] Add `--show-css` option to `html2text` example for debugging what rules were parsed.
- [added] Add poor-man's inspect mode to `html2term` - `I` to enable/disable, and arrows to navigate
around the DOM. Implemented using `:nth-child` and `x-raw-dom`.

### 0.13.4

- [fixed] Fix a debug assertion from a double-counted length increment
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "html2text"
version = "0.13.4"
version = "0.13.5"
authors = ["Chris Emerson <[email protected]>"]
description = "Render HTML as plain text."
repository = "https://github.com/jugglerchris/rust-html2text/"
Expand Down

0 comments on commit b9d0476

Please sign in to comment.