From 2d2a786e84998845b91fdded7447bf1c2b862fc4 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Tue, 24 Sep 2024 17:29:01 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fdb2f0f..a3a822dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,7 @@ that can be found in the LICENSE file. --> ## Unreleased -### Improvements - -- Make Live Photos gesture consist when scaling and panning. -- Integrate `LocallyAvailableBuilder` with thumbnail options to improve the thumbnail loading speed. -- Use `visibility_detector` and scroll observer to improve media playing experiences. +*None.* ## 9.3.0 @@ -21,9 +17,15 @@ that can be found in the LICENSE file. --> - Add explicit Live Photos indicator for assets. +### Improvements + +- Make Live Photos gesture consistent when scaling and panning. +- Integrate `LocallyAvailableBuilder` with thumbnail options to improve the thumbnail loading speed. +- Use `visibility_detector` and scroll observer to improve media playing experiences. + ### Fixes -- Fix bottom actions bar display conditions. +- Fix the bottom actions bar display conditions. ## 9.2.2 @@ -39,8 +41,8 @@ that can be found in the LICENSE file. --> ### New features - Introduce `AssetsChangeCallback` and `AssetsChangeRefreshPredicate` - to help users act according to assets changes. -- Add `shouldAutoplayPreview` in the config. + to help users act according to asset changes. +- Add `shouldAutoplayPreview` to the picker config. ### Fixes