Skip to content

Releases: 0xflotus/hashpic

v0.7.3

12 Mar 10:49
Compare
Choose a tag to compare
  • bump Pillow dep

v0.7.2

18 Feb 22:28
Compare
Choose a tag to compare
  • added --stroke feature for hexagon SVGs

v0.7.1

18 Feb 17:38
Compare
Choose a tag to compare
  • get rid of numpy dependency
  • fixed docker build error

v0.7.0

18 Feb 17:09
Compare
Choose a tag to compare
  • added --hexagon feature to SVG

v0.6.3

17 Feb 14:45
Compare
Choose a tag to compare
  • more docs

v0.6.2

16 Feb 23:46
Compare
Choose a tag to compare
  • small adjustments

v0.6.1

16 Feb 17:19
Compare
Choose a tag to compare
  • cleanup

v0.6.0

15 Feb 23:03
Compare
Choose a tag to compare
  • huge performance boost for creating PNGs (up to 2 orders of magnitude - 100x)
  • cleanup
  • refactorings
> time python3 -m hashpic 'Hashpic rocks!' -d --shake256 --length 255
# before
python3 -m hashpic 'Hashpic rocks!' -d --shake256 --length 255  24,65s user 0,08s system 99% cpu 24,787 total
# after
python3 -m hashpic 'Hashpic rocks!' -d --shake256 --length 255  0,25s user 0,05s system 79% cpu 0,375 total

> time python3 -m hashpic 'Hashpic rocks!' -d --blake2b 
# before
python3 -m hashpic 'Hashpic rocks!' -d --blake2b  1,31s user 0,05s system 98% cpu 1,372 total
# after
python3 -m hashpic 'Hashpic rocks!' -d --blake2b  0,19s user 0,04s system 78% cpu 0,303 total

v0.5.2

15 Feb 20:09
Compare
Choose a tag to compare
  • added background color to SVG

v0.5.1

15 Feb 19:31
Compare
Choose a tag to compare
  • fixed test