Skip to content

Commit

Permalink
bump version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orzogc committed Dec 23, 2022
1 parent 0c2311b commit bc78227
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 更新记录
## v0.2.1(未发布)
- 默认开启底边栏以取代侧边栏,如要恢复侧边栏可在界面设置->界面基本设置里取消显示侧边栏
## v0.2.1
- 默认开启底边栏以取代侧边栏,如要恢复侧边栏可在界面设置->界面基本设置里取消显示底边栏
- 可以设置向下滑动时是否自动隐藏标题栏(界面基本设置)
- 可以设置缓存图片数量(高级设置)
- 可以设置缓存图片存储数量(高级设置)
- 历史记录添加搜索功能,在历史记录页面点击右上角菜单里的搜索可以搜索串内容
- 修复了一些bug

Expand Down
2 changes: 1 addition & 1 deletion lib/app/modules/advanced_settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class _CacheImageCount extends StatelessWidget {
return ListenableBuilder(
listenable: settings.cacheImageCountListenable,
builder: (context, child) => ListTile(
title: const Text('缓存图片数量'),
title: const Text('缓存图片存储数量'),
subtitle: const Text('更改后需要重启应用'),
trailing: Text('${settings.cacheImageCount}'),
onTap: () async {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: xdnmb
description: An app for nmbxd.com.
publish_to: 'none'
version: 0.2.1-alpha+4
version: 0.2.1+5

environment:
sdk: ">=2.18.6 <3.0.0"
Expand Down

0 comments on commit bc78227

Please sign in to comment.