Releases: Jon-Becker/nft-generator-py
Releases · Jon-Becker/nft-generator-py
v3.0.4
What's Changed
- fix(validation): ensure values, filename, and weights are consistent by @Jon-Becker in #63
Full Changelog: v3.0.3...v3.0.4
v3.0.3
What's Changed
- fix(validation): floating point rounding error validation by @Jon-Becker in #60
Full Changelog: v3.0.2...v3.0.3
v3.0.2
What's Changed
- fix: build_config by @faea726 in #55
- fix: float validation in config by @Jon-Becker in #57
New Contributors
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- feat: convert CLI args into a dict, allowing for use as a library by @webcoderz in #54
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- fix: remove unused import in generate.py by @RedHeadphone in #40
- fix: update cid file corrected and unused imports by @RedHeadphone in #41
- refactor: major codebase overhaul by @Jon-Becker in #52
- refactor: generator and lib scripts, re-introduced cli by @webcoderz in #51
New Contributors
- @RedHeadphone made their first contribution in #40
- @Jon-Becker made their first contribution in #52
- @webcoderz made their first contribution in #51
Full Changelog: v2.0.0...v3.0.0
v2.0.0
What's Changed
- [#17] Adding requirements file by @elyak123 in #18
- fixed an issue which uses a wrong variable name by @AlexLisong in #22
- Substitute convert('RGB') for convert('RGBA') by @menezesphill in #33
New Contributors
- @elyak123 made their first contribution in #18
- @AlexLisong made their first contribution in #22
- @menezesphill made their first contribution in #33
Full Changelog: v1.0.2...v2.0.0
v1.0.3-beta1
- Adds
update_cid.ipynb
, a script that may be run at any time to update the IPFS CID for images after they are uploaded to IPFS.
v1.0.2
- Allows for quick metadata updating after obtaining IPFS /images/ CID. (OPTIONAL)
- Adds support for "description" metadata.
v1.0.1
- Support for custom baseURI
- Support for layer incompatibilities. Ex: Blue backgrounds will never have "Python Logo 2" as their attribute.
v1.0.0
Initial Release