From 572c8274ba79ae7e78d6d0373fee66b23ff8bf6c Mon Sep 17 00:00:00 2001 From: 3003h Date: Sun, 12 Nov 2023 05:00:26 +0800 Subject: [PATCH] Bump version --- changelog/v1.5.0+530.md | 20 ++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 changelog/v1.5.0+530.md diff --git a/changelog/v1.5.0+530.md b/changelog/v1.5.0+530.md new file mode 100644 index 000000000..484963607 --- /dev/null +++ b/changelog/v1.5.0+530.md @@ -0,0 +1,20 @@ +## 🐛 修正 + +- 修正 MayTag 列表中,删除标签后,标签列表不会更新的问题 +- 修正 MayTag 列表中,在搜索结果列表中删除Tag, 会删错的问题 + +## 🛠️ 重构 + +- 重构大部分设置页面,使用Flutter官方的 CupertinoListTile等组件 (#299) + +**** + +## 🐛 Fixes + +- Fix the issue that the tag list will not be updated after deleting the tag in the MayTag list. +- Fix the issue that deleting tags in the search result list in the MayTag list will delete the wrong tag. + + +## 🛠️ Refactor + +- Refactor most of the settings page, use the official Flutter CupertinoListTile and other components (#299) \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index a15ad0d23..d726514ac 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: fehviewer description: An unofficial e-hentai app publish_to: 'none' -version: 1.4.13+523 +version: 1.5.0+530 environment: sdk: '>=3.0.0 <4.0.0'