diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cf6c5d44..4f72edf23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,16 @@ 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). -## [0.3.15] - 2024.06.22 - c8f0f2c2b16b9f0b4b47d40f7bf29058c7baa68e +## [0.3.16] - 2024.07.10 +### Added +- Photos on more screens +### Fixed +- Share of a photo, including sharing a photo from webkit/Safari which never worked +### Changed in DB or environment +- Nothing (though there's a new temp field in IndexedDB) + + +## [0.3.15] - 2024.08.04 - c8f0f2c2b16b9f0b4b47d40f7bf29058c7baa68e ### Added - Edit gives - Page to edit claim JSON before submitting diff --git a/package.json b/package.json index a769e5554..a50abbb20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari", - "version": "0.3.16-beta", + "version": "0.3.16", "scripts": { "dev": "vite", "serve": "vite preview",