Releases: darrenburns/rich-pixels
Releases · darrenburns/rich-pixels
3.0.1 - Fixed deployed package
3.0.0 was yanked from PyPI and replaced with 3.0.1.
3.0.0 was not installable due to an error on my part.
What's Changed
New Contributors
Full Changelog: 3.0.0...3.0.1
3.0.0 - Half cell rendering (yanked from PyPI)
(This release was yanked from PyPI and replaced with 3.0.1)
We now render images using half blocks by default, thanks to @JuerGenie.
This means images are considerably more space efficient, and I can get back to building my terminal-based Pokedex.
New default
Old default
What's Changed
- Add
renderer
support andHalfcellRenderer
. by @JuerGenie in #16
New Contributors
- @JuerGenie made their first contribution in #16
Full Changelog: 2.2.0...3.0.0
2.2.0 - Add Python 3.12 support, drop Python 3.7 support
2.1.1
What's Changed
- Help convince type checkers and linters that Pixels is "exported" by @davep in #7
- Relax Rich dependency, don't pin.
Full Changelog: 2.0.0...2.1.1
2.0.0
What's Changed
- Quotes for the
pip install
command by @ewels in #3 - Add support for Python 3.7 by @murilo-cunha in #5
- Mark the library as being typed by @davep in #1
New Contributors
- @ewels made their first contribution in #3
- @murilo-cunha made their first contribution in #5
- @davep made their first contribution in #1
Full Changelog: https://github.com/darrenburns/rich-pixels/commits/2.0.0