Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hqbase",
"version": "0.1.18",
"version": "0.1.19",
"private": true,
"type": "module",
"packageManager": "pnpm@11.7.0",
Expand Down