Releases: fluttercandies/flutter_photo_manager
Releases · fluttercandies/flutter_photo_manager
3.2.2
What's Changed
- 🐛 Do not require
WRITE_EXTERNAL_STORAGE
if not declared in the manifest with Android 29- by @AlexV525 in #1158 - fix:
fetchPathProperties
for API 28 by @CaiJingLong in #1161
Full Changelog: 3.2.1...3.2.2
3.2.1
What's Changed
- CI: upload apk in PR by @CaiJingLong in #1147
- CI: Just upload apk in pull request by @CaiJingLong in #1148
- [iOS] Handle error when fetching thumbnail by @maksg in #1149
- 🔧 Declare
NSPrivacyAccessedAPICategoryFileTimestamp
by @AlexV525 in #1146 - 🐛 [iOS] Add
__IPHONE_17_0
pragma by @AlexV525 in #1155 - fix: Modified the way to read the Java version in build.gradle. by @CaiJingLong in #1157
New Contributors
Full Changelog: 3.2.0...3.2.1
3.2.0
What's Changed
Improvements
- Restores
containsLivePhotos
totrue
by default and deprecates it. - Use the main resource's filename for title by default on iOS.
- Support more methods on the OpenHarmony.
Fixes
- Fix obtaining the correct resource from various types of resources on iOS.
- Fix
isLocallyAvailable
for edited assets on iOS.
Full Changelog: 3.1.1...3.2.0
3.1.1
What's Changed
- Update plugin structure for openharmony by @zmtzawqlp in #1126
Full Changelog: 3.1.0...3.1.1
3.1.0
What's Changed
- 🚸 Do not predicate subtypes images as adjusted by @AlexV525 in #1098
- 🐛 Fix
PMProgressHandler
not getting notified when failed by @AlexV525 in #1099 - CI: Action - Code Analysis by @AmosHuKe in #1101
- Add field playbackStyle to DarwinColumns for imporve filter IOS by @Ic3Sandy in #1062
- CI: Add build apk android on win/mac by @CaiJingLong in #1105
- 🔥 Merge Android 29 and 30
PermissionDelegate
s by @AlexV525 in #1110 - feat: Upgrade android configs by @CaiJingLong in #1114
- feat: add privacy for iOS/macOS by @CaiJingLong in #1120
- Support OpenHarmony by @zmtzawqlp in #1108
- 🔥 Disable Live Photos obtain by default by @AlexV525 in #1121
- update openSetting , add fulll error info,update save api for OpenHarmony by @zmtzawqlp in #1122
New Contributors
- @AmosHuKe made their first contribution in #1101
- @Ic3Sandy made their first contribution in #1062
- @zmtzawqlp made their first contribution in #1108
Full Changelog: 3.0.0...3.1.0
v2.8.2
Full Changelog: 2.8.1...v2.8.2
3.0.0
What's Changed
Breaking changes
See the Migration Guide for details of breaking changes.
Improvements
- Remove the restriction of
getMediaUrl
.
Fixes
- Fix
PhotoManager.editor.deleteWithIds
method not working on Android API 29. - Dispatch channel calls in main thread on Darwin.
- Fix
presentLimit
did not finish on Android. (#1052) - Fix
requestPermissionExtend
returns the incorrect status on Android API 34.
Full Changelog: 2.8.1...3.0.0
3.0.0-dev.5
What's Changed
- fix: auth value for android API 34 by @CaiJingLong in #1055
Full Changelog: 3.0.0-dev.4...3.0.0-dev.5
3.0.0-dev.4
What's Changed
- fix: presentLimited for android API 34 by @CaiJingLong in #1052
Full Changelog: 3.0.0-dev.3...3.0.0-dev.4
3.0.0-dev.3
What's Changed
- fix[darwin]: dispatch channel in main thread by @CaiJingLong in #1050
Full Changelog: 3.0.0-dev.2...3.0.0-dev.3