From e22378675cf98d290534b8329959c3cdbc51bdfd Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Fri, 13 Dec 2024 14:05:00 -0700 Subject: [PATCH] bump version to 0.3.37 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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",