Releases: tqtezos/minter
OpenMinter v0.2.1
The OpenMinter project enables anyone to create and showcase NFTs on Tezos.
This release (v0.2.1
) is an operational release that moves a large piece of functionality into the work in progress minter-sdk repository.
New Features
- Move all
contracts/
code into the minter-sdk repository - Fetch compiled contract code from minter-sdk during application start
Bug Fixes
- Resolve README issue that incorrectly referenced a configuration field
OpenMinter v0.2.0
The OpenMinter project enables anyone to create and showcase NFTs on Tezos.
This release (v0.2.0
) adds support for the edonet
network and minting video NFTs, updates contract code, and fixes various usability issues.
New Features
- Support for edonet
- Users can now mint video NFTs
Bug Fixes
- Fix issue with disconnecting the wallet that caused an invalid app state
- Resolve incorrect local nginx file limit
Improvements
- The UI now shows feedback when operations fail
- The wallet now reconnects on page reload
- Token artifacts are uploaded during minting instead of when the user selects a file
Other Changes
- Upgraded to the latest contract versions and refactored tests in
contracts/
OpenMinter v0.1.2
The OpenMinter project enables anyone to create and showcase NFTs on Tezos.
v0.1.2
is a bugfix release that resolves various issues, mostly around local IPFS node usage and sandbox mode.
Known issues:
- The BCD GUI service is broken in sandbox mode. The app functions normally, but this issue needs to be fixed in order to explore operations and contracts locally.
OpenMinter v0.1.1
The OpenMinter project enables anyone to create and showcase NFTs on Tezos.
This release (v0.1.1
) includes the latest version of Beacon (v2.2.0
), support for thumbnails generation for client applications, and improvements to IPFS-based metadata leading to a reduction in minting fees.
New Features
- Support for Beacon
v2.2.0
- Image thumbnails are generated during upload (#165)
- All user created contract metadata and token metadata is stored on IPFS (#163, #166)
Bug Fixes
- The Beacon client is now cached on wallet connection so subsequent connections do not create multiple clients, which can lead to instability
- Client side compiler warnings have been resolved
Improvements
- A large refactor moved all state management to the Redux Toolkit library
- Robust error handling was scaffolded on the client - failures can now be listened to and reported application wide
- Optimized JSON IPFS uploads with Pinata's special endpoint
Other Changes
- Setup initial work aroundBeacon event handling - this will allow OpenMinter to display custom UI components in response to Beacon activity
OpenMinter v0.1.0
The OpenMinter project enables anyone to create and showcase NFTs on Tezos.
The preview release (v0.1.0
) features an NFT creation engine and showcase to view your owned and minted collectibles.
Core features include:
- Mainnet and Delphinet support
- Image-based NFT support
- Beacon support
- The latest FA2 spec
- IPFS support via either a local node or Pinata