diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cb67e5..119360d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.19 + +- Group replies into one inbox conversation using standard email reply headers, while keeping + unrelated messages with the same subject separate. +- Show the latest conversation activity with aggregate unread, starred, attachment, and message + count state, and apply inbox actions across the accessible conversation. +- Repair existing subject-grouped message history during the update migration. + ## 0.1.18 - Restore notification sounds on iPhone by unlocking a local audio player during the first diff --git a/package.json b/package.json index ce404b7..d2dde71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hqbase", - "version": "0.1.18", + "version": "0.1.19", "private": true, "type": "module", "packageManager": "pnpm@11.7.0",