Files @ 991a84360e0f
Branch filter:

Location: pydenticon/docs/releasenotes.rst

991a84360e0f 793 B text/prs.fallenstein.rst Show Annotation Show as Raw Download as Raw
branko
PYD-3: Include test files in source distribution. Added documentation about running tests.
Release Notes
=============

0.1
---

Initial release of Pydenticon. Implemented features:

* Supported parameters for identicon generator (shared between multiple
  identicons):
  * Number of blocks in identicon (rows and columns).
  * Digest algorithm.
  * List of foreground colours to choose from.
  * Background colour.
* Supported parameters when generating induvidual identicons:
  * Data that should be used for identicon generation.
  * Width and height of resulting image in pixels.
  * Padding around identicon (top, bottom, left, right).
  * Output format.
  * Inverted identicon (swaps foreground with background).
* Support for PNG and ASCII format of resulting identicons.
* Full documentation covering installation, usage, algorithm, privacy. API
  reference included as well.