diff --git a/CHANGELOG.md b/CHANGELOG.md index c7b169d..7b3ebe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.3.37] - 2024.12.13 ### Added - Record a give from a project on the project page. - New button on home page opens the gifted dialog. - On confirmation buttons on the project page gives, mark when unavailable and explain why. +### Changed +- Moved the secret into IndexedDB (and out of localStorage) for more reliability. +- New "invite" destination page helps troubleshoot when JWT link doesn't come through. +### Fixed +- Problem showing claim issuer name +- Problem going "back" from a project page ## [0.3.36] - 2024.11.24 - c8d23647d165016f8a8f575e13d32583242e53ac diff --git a/package.json b/package.json index 54421f9..17f8471 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari", - "version": "0.3.37-beta", + "version": "0.3.37", "scripts": { "dev": "vite", "serve": "vite preview",