diff --git a/android_beta/11.0beta.yml b/android_beta/11.0beta.yml index 0f59af5a5..d26e776a3 100644 --- a/android_beta/11.0beta.yml +++ b/android_beta/11.0beta.yml @@ -7,6 +7,8 @@ release: groups: - ' ' - 'Fixed in beta 2' + - 'Fixed in beta 3' + - 'Fixed in beta 4' releases: - version: '11.0b1' @@ -15,6 +17,8 @@ release: release_date: '2025-05-13' - version: '11.0b3' release_date: '2025-06-10' + - version: '11.0b4' + release_date: '2025-06-24' notes: ## Beta 1 @@ -133,3 +137,15 @@ notes: short_note: Application could crash when fetching emails tag: fixed group: 3 + + ## Beta 4 + # Fixed + - note: Don't cover download complete message with navigation bar + short_note: Don't cover download complete message with navigation bar + tag: fixed + group: 4 + + - note: Avoid a crash related to the drawer when device orientation changes + short_note: Avoid a crash related to the drawer when device orientation changes + tag: fixed + group: 4 diff --git a/android_release/10.1.yml b/android_release/10.1.yml new file mode 100644 index 000000000..dfad2709e --- /dev/null +++ b/android_release/10.1.yml @@ -0,0 +1,19 @@ +release: + release_date: '2025-06-24' + text: | + **These notes apply to Thunderbird for Android version 10.1 released June 24th, 2025.** + + releases: + - version: '10.1' + release_date: '2025-06-24' + +notes: + ## 10.1 release + # Fixed + - note: Attach all images when sharing from gallery, not just the last + short_note: Attach all images when sharing from gallery, not just the last + tag: fixed + + - note: Show the full changelog when it contains special characters + short_note: Show the full changelog when it contains special characters + tag: fixed