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
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.1.18

- Restore notification sounds on iPhone by unlocking a local audio player during the first
interaction and reusing it for mail and toast sounds.

## 0.1.17

- Preserve sanitized formatting, links, tables, remote image references, and matching inline images
Expand All @@ -13,8 +18,6 @@

- Include the selected message as quoted HTML and plain text in replies so email clients can
collapse and expand the previous content.
- Restore notification sounds on iPhone by unlocking a local audio player during the first
interaction and reusing it for mail and toast sounds.

## 0.1.15

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.17",
"version": "0.1.18",
"private": true,
"type": "module",
"packageManager": "pnpm@11.7.0",
Expand Down