diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b8761..6cb67e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 90aa3ff..ce404b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hqbase", - "version": "0.1.17", + "version": "0.1.18", "private": true, "type": "module", "packageManager": "pnpm@11.7.0",