Browse Source

bump version to 0.3.37

split_build_process
Trent Larson 1 month ago
parent
commit
e22378675c
  1. 8
      CHANGELOG.md
  2. 2
      package.json

8
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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [0.3.37] - 2024.12.13
### Added ### Added
- Record a give from a project on the project page. - Record a give from a project on the project page.
- New button on home page opens the gifted dialog. - New button on home page opens the gifted dialog.
- On confirmation buttons on the project page gives, mark when unavailable and explain why. - 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 ## [0.3.36] - 2024.11.24 - c8d23647d165016f8a8f575e13d32583242e53ac

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "TimeSafari", "name": "TimeSafari",
"version": "0.3.37-beta", "version": "0.3.37",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"serve": "vite preview", "serve": "vite preview",

Loading…
Cancel
Save