Skip to content

Commit d10fd45

Browse files
Amejia481mergify[bot]
authored andcommitted
Update changelog for release 71
1 parent a105d10 commit d10fd45

File tree

1 file changed

+38
-5
lines changed

1 file changed

+38
-5
lines changed

docs/changelog.md

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,22 @@ layout: page
33
title: Changelog
44
permalink: /changelog/
55
---
6+
# 72.0.0-SNAPSHOT (In Development)
67

7-
# 71.0.0-SNAPSHOT (In Development)
8-
9-
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v71.0.0...master)
10-
* [Milestone](https://github.com/mozilla-mobile/android-components/milestone/132?closed=1)
8+
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v72.0.0...master)
9+
* [Milestone](https://github.com/mozilla-mobile/android-components/milestone/133?closed=1)
1110
* [Dependencies](https://github.com/mozilla-mobile/android-components/blob/master/buildSrc/src/main/java/Dependencies.kt)
1211
* [Gecko](https://github.com/mozilla-mobile/android-components/blob/master/buildSrc/src/main/java/Gecko.kt)
1312
* [Configuration](https://github.com/mozilla-mobile/android-components/blob/master/.config.yml)
1413

14+
# 71.0.0
15+
16+
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v71.0.0...v72.0.0)
17+
* [Milestone](https://github.com/mozilla-mobile/android-components/milestone/132?closed=1)
18+
* [Dependencies](https://github.com/mozilla-mobile/android-components/blob/v71.0.0/buildSrc/src/main/java/Dependencies.kt)
19+
* [Gecko](https://github.com/mozilla-mobile/android-components/blob/v71.0.0/buildSrc/src/main/java/Gecko.kt)
20+
* [Configuration](https://github.com/mozilla-mobile/android-components/blob/v71.0.0/.config.yml)
21+
1522
* **feature-prompts**:
1623
* 🚒 Bug fixed [issue #9351] Camera images are available even with "Don't keep activities" enabled.
1724

@@ -31,6 +38,31 @@ permalink: /changelog/
3138
* 🚒 Bug fixed [issue #9229](https://github.com/mozilla-mobile/android-components/issues/9229) - Dismiss SelectLoginPrompt from the current tab when opening a new one ensuring the new one can show it's own. When returning to the previous tab users should focus a login field to see the SelectLoginPrompt again.
3239
* PromptFeature now implements UserInteractionHandler.onBackPressed to dismiss loginPicker.
3340

41+
* **browser-session**
42+
* 🚒 Bug fixed [issue #9445](https://github.com/mozilla-mobile/android-components/issues/9445) - LinkEngineSessionAction does not consider restoreState result.
43+
44+
* **feature-contextmenu**
45+
* 🌟 New functionality [issue #9392](https://github.com/mozilla-mobile/android-components/issues/9392) - Add share and copy link context menu options to images.
46+
47+
* **feature-customtabs**
48+
* ⚠️ **This is a breaking change**: Multiple breaking changes after migrating `feature-customtabs` to use the browser store, `CustomTabIntentProcessor` requires `AddCustomTabUseCase`, `CustomTabsToolbarFeature` requires the `BrowserStore` and `CustomTabsUseCases` for more details see [issue #4257](https://github.com/mozilla-mobile/android-components/issues/4257).
49+
50+
* **feature-intent**
51+
* ⚠️ **This is a breaking change**: Multiple breaking changes after migrating `feature-intent` to use the browser store, `TabIntentProcessor` requires `TabsUseCases` and removes the `openNewTab` parameter, for more details see [issue #4279](https://github.com/mozilla-mobile/android-components/issues/4279).
52+
53+
* **feature-tabs**
54+
* ⚠️ **This is a breaking change**: `TabsUseCases` now requires `SessionStorage` for more info see [issue #9323](https://github.com/mozilla-mobile/android-components/issues/9323).
55+
56+
* **browser-icons**
57+
* 🚒 Bug fixed [issue #7888](https://github.com/mozilla-mobile/android-components/issues/7888) - Fixed crash when fetching icon with invalid URI scheme.
58+
59+
* **feature-media**
60+
* 🚒 Bug fixed [issue #9243](https://github.com/mozilla-mobile/android-components/issues/9243) - Pausing YouTube Video for A While Causes Media Notification to Disappear.
61+
* 🚒 Bug fixed [issue #9254](https://github.com/mozilla-mobile/android-components/issues/9254) - Headphone control does not pause or play video.
62+
63+
* **support-webextensions**
64+
* 🚒 Bug fixed [issue #9210](https://github.com/mozilla-mobile/android-components/issues/9210) - White page shown in custom tab when ublock blocks page.
65+
3466
* **feature-downloads**:
3567
* Allow browsers to change the download notification accent color by providing `Style()` in `AbstractFetchDownloadService`, for more information see [#9299](https://github.com/mozilla-mobile/android-components/issues/9299).
3668

@@ -58,8 +90,9 @@ permalink: /changelog/
5890
* **support-base**
5991
* 🌟 Add an `ActivityResultHandler` for features that want to consume the result.
6092

61-
* **concept-engine**
93+
* **concept-engine**,**browser-engine-gecko**, **browser-engine-gecko-beta**, **browser-engine-gecko-nightly**
6294
* 🌟 Added a new `ActivityDelegate` for handling intent requests from the engine.
95+
* ⚠️ **This is a breaking change**: `EngineSessionState`.`toJSON()` has been removed for more details see [issue #8370](https://github.com/mozilla-mobile/android-components/issues/8370).
6396

6497
* **browser-engine-gecko(-nightly)**
6598
* Added `GeckoActivityDelegate` for the GeckoView `activityDelegate`.

0 commit comments

Comments
 (0)