Releases: fluttercandies/flutter_photo_manager
Releases · fluttercandies/flutter_photo_manager
3.0.0-dev.2
What's Changed
- build: Update gradle log and example's gradle version by @CaiJingLong in #1029
- chore: Update an example page title and button title by @CaiJingLong in #1032
- chore: add example for issue 988 by @CaiJingLong in #1033
- docs: Update README for ImageProvider by @CaiJingLong in #1037
- fix:
deleteWithIds
method not working by @CaiJingLong in #1038
Full Changelog: 3.0.0-dev.1...3.0.0-dev.2
3.0.0-dev.1
What's Changed
- feat!: for 3.0 version by @CaiJingLong in #1027
- Remove deprecated api
- Remove ImageProvider classes
Full Changelog: 2.8.1...3.0.0-dev.1
See Migrate doc to migrate.
2.8.1
What's Changed
- style: format code for scores of pub.dev by @CaiJingLong in #1024
- chore: gradle file for example by @CaiJingLong in #1026
- fix: ignore permission check no work on android by @CaiJingLong in #1028
Full Changelog: 2.8.0...2.8.1
2.8.0
What's Changed
- Android-14-permission by @CaiJingLong in #982
- fix: delete assets permanently deleted instead of trash in android R by @shenlong-tanwen in #959
- feat!(darwin): Remove permission check code by @CaiJingLong in #1004
- feat: add method move to trash by @CaiJingLong in #1005
- docs: Update README for kotlin version by @CaiJingLong in #1022
New Contributors
- @shenlong-tanwen made their first contribution in #959
Full Changelog: 2.7.2...2.8.0
2.7.2
What's Changed
- Try catch request cache thumbnail by @masewo in #975
- feat[android]: Add log for query cursor by @CaiJingLong in #977
- ✨ Add locks to the image provider by @AlexV525 in #993
- 💚 Fix
Podfile
when finding podspecs by @AlexV525 in #998 - [Android] Correct the key when fetching video info with MMR by @AlexV525 in #997
- [IOS] FIX: Return original filename instead of FullSizeRender by @xick in #990
New Contributors
Full Changelog: 2.7.1...2.7.2
2.7.1
What's Changed
- Fix namespaces on Android by @AlexV525 in #961
- Update AndroidManifest.xml by @projekt01 in #958
.pow(2^63)-1
instead of9223372036854775807
by @AlexV525 in #960- CI: Add a build example apk workflow by @CaiJingLong in #964
- ci: Create check-compatibility.yml by @CaiJingLong in #963
- Fix: The param
end
of PhotoManager.getAssetListRange not right by @CaiJingLong in #966 - Upgrade version to 2.7.1 by @CaiJingLong in #967
New Contributors
- @projekt01 made their first contribution in #958
Full Changelog: 2.7.0...2.7.1
2.7.0
What's Changed
- fix: fix asset path entity copyWith to also allow custom filter by @hwasoocho in #915
- 🐛 [Android] Fix filter option group by @CaiJingLong in #919
- 📝 Update doc by @CaiJingLong in #913
- 🐛 Fix param of toMap by @CaiJingLong in #930
- Roll dependencies on Android by @AlexV525 in #933
- fix: Problem for fetch LivePhoto video. by @CaiJingLong in #943
- fix: Support only add permission for iOS by @CaiJingLong in #944
- Fix: the problem with duplicate filename of iOS by @CaiJingLong in #945
- fix: needTitle for CustomFilter. by @CaiJingLong in #949
- fix: problem with the permission for darwin. by @CaiJingLong in #948
- 👊🏻 add Chinese README by @ManInTheWind in #916
- Feat: Add path type filter by @CaiJingLong in #950
- Upgrade version to 2.7.0 by @CaiJingLong in #953
New Contributors
- @hwasoocho made their first contribution in #915
- @ManInTheWind made their first contribution in #916
Full Changelog: 2.6.0...2.7.0
2.6.0
What's Changed
- 🔧 Update github issue template by @CaiJingLong in #903
- ✨ Custom filter by @CaiJingLong in #901
Full Changelog: 2.5.2...2.6.0
2.5.2
2.5.1+1
What's Changed
Fixes
- Fix pending permissions requests on Android. (#879)
Improvements
- Always declare
READ_EXTERNAL_STORAGE
permission on Android. (#874) - Upgrade Glide and Kotlin libraries version. (#872)
- Avoid using file-based saving methods on Android. (#871)
- Use
ContentUris
for retrieving Media URIs on Android. (#870) - Improve media subtype on iOS. (#863)
Full Changelog: 2.5.0...2.5.1+1