release(mobile): release v0.5.8

This commit is contained in:
DIYgod 2026-08-01 17:45:07 +08:00
parent 6a8c07c000
commit f6777ee559
5 changed files with 16 additions and 5 deletions

View File

@ -0,0 +1,5 @@
# What's New in v0.5.8
## Improvements
- Updated Android photo selection and saving to use system pickers and request only the permissions required

View File

@ -1,5 +1,11 @@
# What's New in vNEXT_VERSION
## Shiny new things
## Improvements
- Updated Android photo selection and saving to use system pickers and request only the permissions required
## No longer broken
## Thanks
Special thanks to volunteer contributors @ for their valuable contributions

View File

@ -33,7 +33,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.5.7</string>
<string>0.5.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@ -54,7 +54,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>10</string>
<string>11</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>

View File

@ -1,6 +1,6 @@
{
"name": "@follow/mobile",
"version": "0.5.7",
"version": "0.5.8",
"private": true,
"main": "src/main.tsx",
"scripts": {

View File

@ -1,5 +1,5 @@
{
"version": "0.5.7",
"version": "0.5.8",
"mode": "store",
"runtimeVersion": null,
"channel": null