Releases: dnet/pySSTV
Releases · dnet/pySSTV
v0.5.7
What's Changed
- color: Implement Scottie DX, Wraase SC-2 120 and Wraase SC-2 180. by @sjlongland in #37
- Bump pillow from 10.0.1 to 10.3.0 by @dependabot in #36
- updated README.md to reflect command line help changes in this release and previous ones
New Contributors
- @sjlongland made their first contribution in #37
Full Changelog: v0.5.6...v0.5.7
v0.5.6
v0.5.5
v0.5.4
v0.5.3
v0.5.2
v0.5.1
v0.5
- entry point added by @agsimmons (#23)
- Pillow dependency version bumped to avoid security vulnerabilities (#22) -- in case someone uses untrusted image sources
This version is no longer compatible with Python 2.x, Python 3.5 or later is required because of the Pillow library.
v0.4.4
v0.4.3
Fixed RGB modes silently depending on RGB images
Thanks to @Chris_J_Baird on Twitter reporting the issue:
ColorSSTV.encode_line assuming its gets a tuple from
__getpixel__
had to make theImage.open()
do aconvert('RGB')
Also, the README format was explicitly defined as Markdown in setup.py
so that it now renders correctly on PyPI as well.