Skip to content

Latest commit

 

History

History
125 lines (61 loc) · 6.24 KB

CHANGELOG.md

File metadata and controls

125 lines (61 loc) · 6.24 KB

Changelog

1.6.4 (2024-05-10)

Bug Fixes

  • adapt new Koios api response to fix loading the NFT list (b08e855)

1.6.3 (2024-03-11)

Bug Fixes

  • add default Koios api token to prevent CORS issues (effe997)

1.6.2 (2023-10-16)

Bug Fixes

  • repair build by fixing typescript bug (b4c51e8)

1.6.1 (2023-10-15)

Bug Fixes

  • add correct config for connecting wallets on testnets, prevent axios cors error (f11d0d5)

1.6.0 (2023-09-10)

Features

  • add support for preprod and preview networks (7692893)

1.5.0 (2023-08-31)

Features

  • re-enable automatically firebase hosting deployment (fb916ea)

1.4.1 (2023-08-31)

Bug Fixes

  • frame description was missing as the default for isOffline was always true (bb54c6d)
  • implement a retry mechanism for handling IPFS timeouts and increase the overall image loading experience by handling non cip25 compliant edge cases closes #8 (f4de95b)

1.4.0 (2023-08-30)

Features

  • add doors and change api to handle general room element rendering (7a83f2d)
  • add light sources at the ceiling (7201a9d)
  • add real exit door to navigate back to the welcome screen (114016a)
  • show instruction dialog for users visiting WalkInWallet for their first time (f1a97d6)
  • simulate mouse click in fullscreen always from center (f773b21)

Bug Fixes

  • register double click on mobile instead of space to enter new rooms (5439482)

1.3.0 (2023-08-08)

Features

  • enable CIP45 to connect wallets on mobile devices (e0dbcba)

Bug Fixes

  • update dependencies and connect-with-wallet button (1460147)

1.2.0 (2023-07-31)

Features

  • add adahandle and policy_id support (edb654b)
  • add link to jpg.store (f063491)
  • add room pagination and fix button connect with wallet settings (cfe5c2e)
  • use caching to prevent spamming koios with requests (339dc4a)

1.1.0 (2023-07-30)

Features

  • use koios community service instead of blockfrost (8dcf2f0)

Bug Fixes

  • remove functions folder and adjust deployment to use koios instead of blockfrost (6239d53)

1.0.1 (2023-01-18)

Bug Fixes

  • deploy only on PR for main (8a1a301)
  • remove function deployment for now (a8b7985)
  • repair deployment workflow (988facb)
  • repair deployment workflow (7b354b1)

1.0.0 (2023-01-17)

Features

  • add github actions for release please and firebase deployment (ddb5777)
  • update babylon version and publish code under GPLv3 license (b39cf0c)

Bug Fixes