Skip to content

Releases: dnet/pySSTV

v0.5.7

24 Jul 15:19
v0.5.7
Compare
Choose a tag to compare

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

Full Changelog: v0.5.6...v0.5.7

v0.5.6

06 Nov 07:53
v0.5.6
Compare
Choose a tag to compare

What's Changed

  • Add to scale the picture proportionally to the mode size (fill the vacant part with black pixels) by @Rehtt in #26

New Contributors

  • @Rehtt made their first contribution in #26

v0.5.5

06 Nov 07:32
v0.5.5
Compare
Choose a tag to compare

Pillow dependency version bumped to avoid security vulnerabilities (#34) -- in case someone uses untrusted image sources.

The example code snippets were also transformed to be compatible with the targeted Python versions 3.x.

v0.5.4

13 Jan 08:16
v0.5.4
Compare
Choose a tag to compare

Pillow dependency version bumped to avoid security vulnerabilities (#28) -- in case someone uses untrusted image sources

v0.5.3

04 Oct 07:17
v0.5.3
Compare
Choose a tag to compare

Pillow dependency version bumped to avoid security vulnerabilities (#27) -- in case someone uses untrusted image sources

v0.5.2

08 Jun 19:14
v0.5.2
Compare
Choose a tag to compare

Pillow dependency version bumped to avoid security vulnerabilities (#25) -- in case someone uses untrusted image sources

v0.5.1

19 May 07:04
v0.5.1
Compare
Choose a tag to compare

Added PD290 by @clemibunge (#24)

v0.5

19 Apr 14:15
v0.5
Compare
Choose a tag to compare
  • 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

02 Mar 10:33
v0.4.4
Compare
Choose a tag to compare

Fixed Python 3.9.1 compatibility, thanks to @ebelliveau (#20)

v0.4.3

12 Jul 20:11
v0.4.3
Compare
Choose a tag to compare

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 the Image.open() do a convert('RGB')

Also, the README format was explicitly defined as Markdown in setup.py so that it now renders correctly on PyPI as well.