Skip to content

Tags: fluttercandies/flutter_photo_manager

Tags

v3.8.3

Toggle v3.8.3's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Prepare for v3.8.3 release (#1355)

Bump version to 3.8.3 and finalize changelog for release.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: AlexV525 <15884415+AlexV525@users.noreply.github.com>

v3.8.2

Toggle v3.8.2's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
🔖 3.8.2 (#1345)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: AlexV525 <15884415+AlexV525@users.noreply.github.com>

v3.8.1

Toggle v3.8.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
🔖 3.8.1 (#1342)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: AlexV525 <15884415+AlexV525@users.noreply.github.com>
Co-authored-by: Alex Li <github@alexv525.com>

v3.8.0

Toggle v3.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
AlexV525 Alex Li
📝 Fix CHANGELOG with SPM

v3.7.1

Toggle v3.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
`jvmTarget` update (#1292)

Fixes #1291

v3.7.0

Toggle v3.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
AlexV525 Alex Li
📝 Update CHANGELOG

v3.6.4

Toggle v3.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🐛 Fix potential nil class value when unwrapping caught exceptions on …

…Darwin (#1249)

v3.6.3

Toggle v3.6.3's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat: Multiple improvements and fixes (#1227)

- Optimize task priority handling on Darwin by automatically assigning QoS levels based on method types.
- Optimize the default sort descriptors on Darwin.
- Fix the incorrect type of conversion with the Live-Photo's duration on Darwin.

---------

Signed-off-by: Caijinglong <cjl_spy@163.com>
Co-authored-by: Alex Li <github@alexv525.com>

v3.6.2

Toggle v3.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🐛 Fix request permissions for images and videos on Android API 33+ (#…

…1221)

`READ_MEDIA_IMAGES` and `READ_MEDIA_VIDEO` are both required whether
requesting images or videos.

v3.6.1

Toggle v3.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🐛 Do not throw when querying not existing assets in bulk on Android (#…

…1216)

Resolves #1214