From 1ce2e516df1f42c7a5c951fce5696f742bf80af4 Mon Sep 17 00:00:00 2001 From: Amk Date: Thu, 9 Jul 2026 12:39:59 +0200 Subject: [PATCH] Update CHANGELOG for 0.0.1-beta.27 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aec88ca..fa6a847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.0.1-beta.27] - 2026-07-09 +### Added +- Full-screen alerts can now be enabled through a simple, non-blocking onboarding step. + +### Fixed +- The alert button and its notification now update correctly to reflect the current state. +- Your key backup is now created immediately after rotating your key, keeping it safe. +- Fixed navigation issues with the shake-to-report feature on the sign-in screen. +- The signer sheet now closes properly before navigating to your private key. +- Improved reliability of alerts so their state stays in sync. + ## [0.0.1-beta.25] - 2026-06-10 ### Added - The message input now expands as you type longer messages.