Skip to content

Commit 5b79a00

Browse files
committed
chore: bump version to 1.1.0
本批 minor 改动汇总: - AI 寻书结果免费下载(from_ai 标识 + backend /books/download-url) - AI 配额耗尽强化反馈(弹窗 + 禁用输入控件 + 文学化文案) - 寻书入口 auth-gating + 24h 静默恢复授权 - AI 推荐书延迟下载到 book detail 点击 + 用内置 DownloadNotifier - 暗色模式色板修复 + 主题切换卡顿优化 - 抽 zlibrary API 客户端到 private package olib_api_plugin - 版本检查切到 GitHub Releases API - 删除繁体中文 i18n(publish_page/ 配置不再 commit,因已不再被 app 使用)
1 parent 1637e3f commit 5b79a00

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; Run this script with Inno Setup Compiler to create the installer
33

44
#define MyAppName "Olib"
5-
#define MyAppVersion "1.0.6"
5+
#define MyAppVersion "1.1.0"
66
#define MyAppPublisher "Olib Team"
77
#define MyAppURL "https://github.com/shiyi-0x7f/olib-mobile"
88
#define MyAppExeName "olib.exe"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.0.6+10006
19+
version: 1.1.0+10100
2020

2121
environment:
2222
sdk: ^3.10.0
@@ -119,7 +119,7 @@ msix_config:
119119
publisher: CN=Olib Team
120120
publisher_display_name: Olib Team
121121
identity_name: com.olib.mobile
122-
msix_version: 1.0.6.0
122+
msix_version: 1.1.0.0
123123
logo_path: assets/icons/z.png
124124
capabilities: internetClient, internetClientServer
125125
languages: en-us, zh-cn, ja-jp, ko-kr

0 commit comments

Comments
 (0)