diff --git a/docs/releasenotes.rst b/docs/releasenotes.rst new file mode 100644 index 0000000000000000000000000000000000000000..6d362b1edf4723ff2a612aa10b6057dc547a7343 --- /dev/null +++ b/docs/releasenotes.rst @@ -0,0 +1,23 @@ +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.