Releases: bauripalash/tkhtmlview
v0.3.1
What's Changed
- Update required Pillow version in Readme by @georgegebbett in #50
- Commented out line 118 by @thisiszeev in #51
New Contributors
- @georgegebbett made their first contribution in #50
- @thisiszeev made their first contribution in #51
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- SPAN preserves spaces when used in PRE or CODE block by @marmidr in #40
- Refactoring and another fix by @marmidr in #42
- Add encoding by @artiebears13 in #44
New Contributors
- @marmidr made their first contribution in #40
- @artiebears13 made their first contribution in #44
⚠️ Dependencies Updates
- Uses Pillow 10 or later.
- Uses Python 3.8 or later
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Basic Table Support has been added.
PyPi : https://pypi.org/project/tkhtmlview/0.2.0/
What's Changed
- Update html_parser.py by @hermfischer in #33
- Add TABLE, TR, TH, TD by @hermfischer in #36
New Contributors
- @hermfischer made their first contribution in #33
Full Changelog: v0.1.4...v0.2.0
v0.1.4
Fixed Python 3.7 compatibility issue, https://pypi.org/project/tkhtmlview/0.1.4/
What's Changed
- Python 3.7 compatibility by @AustinMatherne in #31
New Contributors
- @AustinMatherne made their first contribution in #31
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Reverting Pull #28
Added a more complete example
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Install
pip install tkhtmlview==0.1.2
Force Upgrade to latest version:
-
pip install --force-reinstall -v "tkhtmlview==0.1.2"
What's Changed
- Fixed typo in html_parser.py, line 468 by @veriables in #28
- Updated Pillow and requests version in project d87ea1d
New Contributors
- @veriables made their first contribution in #28
Full Changelog: v0.1.1.post5...v0.1.2
Version 0.1.1.post5
Added optional horizontal scrolling.
Solves paolo-gurisatti/tk_html_widgets#5 and #27
PyPI : https://pypi.org/project/tkhtmlview/0.1.1.post5/
Install pip install tkhtmlview==0.1.1.post5
Full Changelog: v0.1.1.post4.try3...v0.1.1.post5
Minor Updates v0.1.1.post4
Some minimal updates.
PyPI: https://pypi.org/project/tkhtmlview/0.1.1.post4/
TestPyPI: https://test.pypi.org/project/tkhtmlview/0.1.1.post4/