Skip to content

Commit 0e93039

Browse files
committed
🚀 137
1 parent 18d95cd commit 0e93039

File tree

4 files changed

+9
-13
lines changed

4 files changed

+9
-13
lines changed

.github/workflows/Release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ jobs:
6868
host: macos-latest
6969
flutter_version: '3.10.5'
7070
go_version: '1.23'
71-
- target: ios
72-
host: macos-latest
73-
flutter_version: '2.10.5'
74-
go_version: '1.23'
71+
# - target: ios
72+
# host: macos-latest
73+
# flutter_version: '2.10.5'
74+
# go_version: '1.23'
7575
- target: android-arm32
7676
host: ubuntu-latest
7777
flutter_version: '3.10.5'

ci/version.code.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.3.6
1+
v1.3.7

ci/version.info.txt

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v1.3.7
2+
- [x] 🐛 修复下载数量超出原本数量
3+
14
v1.3.6
25
- [x] ✨ 导出PDF
36
- [x] ✨ 增加一些分流
@@ -6,10 +9,3 @@ v1.3.6
69
- [x] ✨ 删除所有历史记录功能
710
- [x] 🐛 修复历史记录第二次进入后消失
811
- [x] 🐛 修复一些文案错误
9-
10-
v1.3.5
11-
- [x] ✨ 计算器功能
12-
- [x] ✨ 设置浏览记录保留时长
13-
- [x] 🐛 修复浏览记录退出消失
14-
- [x] ♻️ 将发电按钮移动到设置右上角(主页实在放不下了)
15-
- [x] ♻️ 尝试修复安卓保存图片(不一定成功)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 1.3.6+12
18+
version: 1.3.7+13
1919

2020
environment:
2121
sdk: ">=2.16.1 <3.0.0"

0 commit comments

Comments
 (0)