diff --git a/CHANGELOG.md b/CHANGELOG.md index d0519b9b..df825a67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,9 @@ 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.5.8] +## [1.0.1] - 2025.06.20 ### Added -- /deep-link/ path for URLs that are shared with people -### Changed -- External links now go to /deep-link/... -- Feed visuals now have arrow imagery from giver to receiver +- Allow a user to block someone else's content from view ## [1.0.0] - 2025.06.20 - 5aa693de6337e5dbb278bfddc6bd39094bc14f73 @@ -19,6 +16,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Web-oriented migration from IndexedDB to SQLite +## [0.5.8] +### Added +- /deep-link/ path for URLs that are shared with people +### Changed +- External links now go to /deep-link/... +- Feed visuals now have arrow imagery from giver to receiver + + ## [0.4.7] ### Fixed - Cameras everywhere diff --git a/package-lock.json b/package-lock.json index f7ce5fdd..fa23e0b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "timesafari", - "version": "1.0.1-beta", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "timesafari", - "version": "1.0.1-beta", + "version": "1.0.1", "dependencies": { "@capacitor-community/sqlite": "6.0.2", "@capacitor-mlkit/barcode-scanning": "^6.0.0", diff --git a/package.json b/package.json index 3cbb4506..e9acc6cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timesafari", - "version": "1.0.1-beta", + "version": "1.0.1", "description": "Time Safari Application", "author": { "name": "Time Safari Team"