Skip to content

Releases: tsdtsdtsd/identicon

v1.1.0

25 Feb 02:02
Compare
Choose a tag to compare

v1.0.0

31 Jan 23:18
Compare
Choose a tag to compare

What's Changed

Large rewrite, lots of internals changed, which leads to more flexibility and cleaner testing.

Features

  • BREAKING: Changed identicon.New API (added options pattern)
  • BREAKING: Internal algorithm was poorly built. New internals make things better for the future, but break resulting images (pre-1.0).
  • BREAKING: Default hashing algorythm is now FNV128
  • Added options:
    • set custom hasher
    • set fixed foreground color
    • set custom tile resolution

Full Changelog: v0.3.2...v1.0.0

v1.0.0-alpha2

30 Jan 19:47
Compare
Choose a tag to compare
v1.0.0-alpha2 Pre-release
Pre-release
feat: updated action version

v1.0.0-alpha

29 Jan 22:20
265f006
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release

This is a bigger rewrite of the last release:

  • BREAKING CHANGE: nicer API
  • BREAKING CHANGE: tile computation had an unintended bug; the fix results in a differing outcome but better future results
  • better tests
  • option to set resolution (amount of tiles per dimension)
  • flexibility for more options

PR should be feature complete to the last release, but there are still a few things that I want to change/fix/improve before a 1.0 release.

v0.3.2

20 Feb 20:47
a3ab55e
Compare
Choose a tag to compare

Added go modules support

0.3.1

04 Feb 10:41
Compare
Choose a tag to compare
  • use NRGBA color model for image.Image implementation

0.3.0

27 Jan 20:58
Compare
Choose a tag to compare

Added an example app which creates the REAME banner.
This banner will be used as a simple determinism check from now on.

0.2.0

30 Dec 12:36
Compare
Choose a tag to compare

identicon.Identicon now implements image.Image and draw.Image

0.1.1

28 Dec 21:48
Compare
Choose a tag to compare
minor additions to readme

0.1.0

28 Dec 17:07
Compare
Choose a tag to compare
Fixed example