From a66dffeea30bde5963efb79e8b6e53e797c6eac0 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Wed, 8 Oct 2025 13:16:36 -0400 Subject: [PATCH 1/2] 13.0b5 --- android_beta/13.0beta.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/android_beta/13.0beta.yml b/android_beta/13.0beta.yml index b60bc7825..b3da0dc4f 100644 --- a/android_beta/13.0beta.yml +++ b/android_beta/13.0beta.yml @@ -16,6 +16,8 @@ release: release_date: '2025-09-22' - version: '13.0b4' release_date: '2025-09-29' + - version: '13.0b5' + release_date: '2025-10-13' notes: ## Beta 1 @@ -79,3 +81,13 @@ notes: short_note: 'Sync could cause "IllegalStateException: No outbox_state entry for message id" error' tag: fixed group: 4 + + ## Beta 5 + - note: Tables, columns, and HTML did not always render properly + short_note: Tables, columns, and HTML did not always render properly + tag: fixed + group: 5 + - note: Application crashed when opening placeholder folder + short_note: Application crashed when opening placeholder folder + tag: fixed + group: 5 From 2532ee20b387109e1189ca0d691f781330b6dcd5 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Fri, 10 Oct 2025 15:52:12 -0400 Subject: [PATCH 2/2] 13.0b5 update release note --- android_beta/13.0beta.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/android_beta/13.0beta.yml b/android_beta/13.0beta.yml index b3da0dc4f..d78d9bce4 100644 --- a/android_beta/13.0beta.yml +++ b/android_beta/13.0beta.yml @@ -83,10 +83,11 @@ notes: group: 4 ## Beta 5 - - note: Tables, columns, and HTML did not always render properly - short_note: Tables, columns, and HTML did not always render properly + - note: Reverted word-wrapping change that broke HTML and table rendering + short_note: Reverted word-wrapping change that broke HTML and table rendering tag: fixed group: 5 + - note: Application crashed when opening placeholder folder short_note: Application crashed when opening placeholder folder tag: fixed