Releases: pycontribs/ansi2html
Releases · pycontribs/ansi2html
v1.9.2
What's Changed
- [>=1.9.1] Fix output for
--help
by @nehaljwani in #236
New Contributors
- @nehaljwani made their first contribution in #236
Full Changelog: v1.9.1...v1.9.2
v1.9.1
Bugfixes
- Enable testing with py312 (#230) @ssbarnea
- Fix project description (#229) @ssbarnea
- Fix RTD builds (#228) @ssbarnea
- tests/test_ansi2html.py: use sys.executable instead of hardcoded python3 (#214) @johanneskastl
- Replace optparse with argparse (#205) @ssbarnea
- Replace sphinx with mkdocs (#204) @ssbarnea
v1.9.0rc1
Minor Changes
- Adopt PEP-621 (#198) @ssbarnea
- Refactor testing (#194) @ssbarnea
- Remove python3.6 support (#190) @dvzrv
Bugfixes
- Ensure we require py37 or newer (#199) @ssbarnea
- Enable prettier (#197) @ssbarnea
- Test with py36 and py37 (#195) @ssbarnea
- Fix license headers in source files (#192) @leifwalsh
- Only match URLs on word boundaries; add # (#187) @hellux
- Update build-system requirements (#189) @dvzrv
- Add support for python 3.11 (#183) @ssbarnea
- Add support for python 3.10 (#182) @ssbarnea
1.8.0
Minor Changes
- style.py: Drop unused CSS class .bold (#161) @hartwork
- Bring back putting a rendered man page into release archives (fixes #124) (#173) @hartwork
- Migrate from mock to unittest.mock of Python >=3.3 (fixes #169) (#171) @hartwork
Bugfixes
- Fix for ANSI color codes that include blank values (#178) @jaysonlarose
- Added py.typed file (#176) @abrahammurciano
- style.py: Get CSS class .inv_foreground in sync with .body_foreground (#160) @hartwork
- Fix --input-encoding= regression added in PR #143 + related tests (alternative to PR #162) (#172) @hartwork
- Add ability to also recognize colons in ANSI escapes (#167) @jaysonlarose
- Fixes to respect bright colors in palette (#126) @echuber2
- CHANGELOG.rst: Fix misleading 1.6.0 entry and missing 1.7.0 entries (#159) @hartwork
Kudos goes to: @abrahammurciano, @echuber2, @hartwork, @jaysonlarose, @pre-commit-ci and @pre-commit-ci[bot]
1.7.0
Minor Changes
- Replace recommendation of using system packages with pip3 (#129) @ssbarnea
- Add truecolor support (#155) @miltolstoy
- Generate documentation with Sphinx and use Read the Docs (#141) @tristanlatr
- Adds support for OSC hyperlink sequences. (#131) @hakonhagland
Bugfixes
- Add test coverage (#148) @ziegenberg
- Replace pkg_resources with importlib.metadata (#144) @ziegenberg
- fix including of CHANGELOG.rst (#151) @ziegenberg
- Update linting dependencies (#147) @ziegenberg
- Upgrade the build process (#145) @ziegenberg
- Add type hinting (#143) @ziegenberg
- Update CI badges in readme (#142) @ssbarnea
- Bump setuptools-scm version (#138) @ssbarnea
Kudos goes to: @hakonhagland, @miltolstoy, @pre-commit-ci, @pre-commit-ci[bot], @ssbarnea, @tristanlatr and @ziegenberg
1.6.0
Changes
- Switching from nosetest to unittest (#103) @paolostivanin
- Add dracula colorscheme (#106) @ahmubashshir
- Refactor packaging by replacing old setup.py based packaging with modern pep517 based one (#112) @ssbarnea
- Replace travis with github actions (#121) @ssbarnea
Bugfixes
Deprecations
Kudos goes to: @ssbarnea, @paolostivanin, @ahmubashshir