Skip to content
Snippets Groups Projects
Verified Commit 0346c228 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Release 0.3.0

parent 28617287
No related branches found
Tags v0.3.0
No related merge requests found
# Changelog
## [0.3.0] -- 2021-12-20
* Fix the color algorithm to be more unique for different inputs
* A few code cleanups
......@@ -10,7 +10,7 @@ uri = im.nheko.qtjdenticon
INCLUDEPATH = includes
INCLUDEPATH += .
VERSION = 0.1.0
VERSION = 0.3.0
# The following define makes your compiler warn you if you use any
# feature of Qt which has been marked as deprecated (the exact warnings
......
......@@ -8,4 +8,16 @@ generator.
In order to generate new jdenticon's, the main function in qtidenticon.cpp must be modified. The program does not yet support command line arguments that allow the input of the text to be jdenticon-ified.
## How to build
```
mkdir build
cd build/
qmake ../QtIdenticon.pro
make -j4
```
## Dependencies
- Qt: Core and Gui
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment