From f4d3c9aaf96f252b27165d163a754c3bdf6566d6 Mon Sep 17 00:00:00 2001 From: "sz.sahaj" <43649755+saszer@users.noreply.github.com> Date: Sat, 23 Jul 2022 23:03:15 +1000 Subject: [PATCH] =?UTF-8?q?'=F0=9F=9A=80=20release=20v0.5.1'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d77738e..6b64c18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +### [0.5.1](https://github.com/nftport/nftport-unity/compare/v0.5.0...v0.5.1) (2022-07-23) + + +### Features + +* Adds continuation parameter to NFTs of Account Feature Allowing to query accounts with many NFTs ([4950e04](https://github.com/nftport/nftport-unity/commit/4950e04e4f873e9e2a45f026e8907845c647792f)) +* Adds continuation parameter to NFTs of Contract Feature at .SetContinuation() ([cee68e0](https://github.com/nftport/nftport-unity/commit/cee68e0e2bba0ff949bfdad43acfbba37187e1cc)) +* ConnectPlayerWallet feature adds a new public function ConnectThisToNFTPortWalletConnect making feature more composable with other wallet connect sdks for unity. ([537e39d](https://github.com/nftport/nftport-unity/commit/537e39d7590defdd0cd514450df5690e68c2df6c)) +* New member function in Asset Downloader, OnCompleteReturnLinkedNft() action returning Nft class with Texture2D ( NFTImage) attached in Nft.Assets.Texture when passed an Nft with it + Stop() fn to stop any in progress downloads ([d93ce27](https://github.com/nftport/nftport-unity/commit/d93ce273c7708723dbc7937f7e1d6eae60423001)) + + +### Bug Fixes + +* changes in AssetDownloader.GetImage Feature optional parameter field, allowing to pass full Nft class instead of just Nft.Assets. ([7cdec35](https://github.com/nftport/nftport-unity/commit/7cdec35ddeb6d532504eb99a857f35efe9a5921b)) +* Connect Player Wallet Mock wallet overiding bug fix ([5a19adc](https://github.com/nftport/nftport-unity/commit/5a19adc7398ebdc719c6add5ff207cfb8eb4a0a8)) +* GLTF-Utility dependency for playground sample is changed to gtlFast. ([26f4729](https://github.com/nftport/nftport-unity/commit/26f4729e2b24e0d2ec579c725f01886d58919cde)) +* GLTF-Utility dependency for playground sample is changed to prefrontalcorte/UnityGLTF by Kronos group for glb models ([a776663](https://github.com/nftport/nftport-unity/commit/a77666329b7737fba02e3de09c27bbb6aa5f3d30)) + ## [0.5.0](https://github.com/nftport/nftport-unity/compare/v0.4.1...v0.5.0) (2022-07-08) @@ -118,4 +136,4 @@ Provides starter pack for NFTPort API endpoints in Unity3D. Early release. All notable changes to this project will be documented in this file. Dates are displayed in UTC. ----- -*NFTPort.xyz* +*NFTPort.xyz* \ No newline at end of file