You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
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>
🐛 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.