1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
# 2.5.0 (unreleased master branch)
### New Features
### Bugfixes
# 2.4.0 (02-08-2025)
### New Features
* [Issue #18](https://gitlab.com/grobian/html2text/-/issues/18)
Allow retrieving remote URLs directly.
### Bugfixes
* Fixed various rendering issues in tables.
# 2.3.0 (06-06-2025)
### New Features
* [Issue #62](https://gitlab.com/grobian/html2text/-/issues/62)
use ANSI-escapes instead of backspace sequences, this includes some
colour handling
### Bugfixes
* [Issue #59](https://github.com/grobian/html2text/issues/59)
Fix build for C++ compilers that do not default to C++11 or more
recent.
* [Issue #61](https://https://gitlab.com/grobian/html2text/-/issues/61)
Fix handling of malformed attributes in tags
* [PR #54](https://gitlab.com/grobian/html2text/-/merge_requests/54)
Fix unput type checkbox rendering
* [Issue #64](https://https://gitlab.com/grobian/html2text/-/issues/64)
Don't write rendering sequences to output files by default
* [Issue #66](https://gitlab.com/grobian/html2text/-/issues/66)
Emit italics escape code for <i>
# 2.2.3 (31-07-2023)
### New Features
### Bugfixes
* [Issue #57](https://github.com/grobian/html2text/issues/57)
de-escape link hrefs so they can be copy-pasted in a browser
* [Issue #56](https://github.com/grobian/html2text/issues/56)
drop usage of sprintf from the codebase
# 2.2.2 (30-07-2023)
### New Features
### Bugfixes
* Fix building on platforms requiring libiconv
# 2.2.1 (30-07-2023)
### New Features
### Bugfixes
* Fix release script to produce working tarball
# 2.2.0
### New Features
* [Issue #52](https://github.com/grobian/html2text/issues/52)
Support -utf8 flag as alias for compatibility with <2.0.0 releases
* Build-system now uses autotools-based configure and Makefiles
* Suppress xml namespace tags in output (<?xml ...)
* [Issue #12](https://github.com/grobian/html2text/issues/12)
[Issue #26](https://github.com/grobian/html2text/issues/26)
Whitespace normalisation now works over tags, removing extra
and adding missing where appropriate
* Ignore ‌ to improve monospace rendering
### Bugfixes
* [PR #48](https://github.com/grobian/html2text/pull/48)
Fix typos in manpage
|