From 9627985f431681f95aa43a9d6025abdeb68ee4a3 Mon Sep 17 00:00:00 2001 From: olegberman Date: Tue, 28 Jul 2026 14:57:20 -0400 Subject: [PATCH] Prepare release 0.1.18 --- CHANGELOG.md | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) 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",