Merge pull request #4311 from RSSNext/release/mobile/0.2.5
release(mobile): Release v0.2.5
This commit is contained in:
commit
707bbd7e50
|
|
@ -4,7 +4,7 @@ inputs:
|
|||
xcode-version:
|
||||
description: "Xcode version to use"
|
||||
required: false
|
||||
default: "16.4"
|
||||
default: "16.2.0"
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,16 @@
|
|||
# What's New in v0.2.5
|
||||
|
||||
## Shiny new things
|
||||
|
||||
- Add option for independent content font size and presets
|
||||
|
||||
## Improvements
|
||||
|
||||
## No longer broken
|
||||
|
||||
- Address the issue of being unable to follow the feed in specific scenarios
|
||||
- Fixed the issue where entries opened from notifications could not be loaded
|
||||
|
||||
## Thanks
|
||||
|
||||
Special thanks to volunteer contributors @ for their valuable contributions
|
||||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
## Shiny new things
|
||||
|
||||
- Add option for independent content font size and presets
|
||||
|
||||
## Improvements
|
||||
|
||||
## No longer broken
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.2.4</string>
|
||||
<string>0.2.5</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>117</string>
|
||||
<string>118</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@follow/mobile",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"private": true,
|
||||
"main": "src/main.tsx",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue