Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
3003h committed Nov 11, 2023
1 parent d182089 commit 572c827
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions changelog/v1.5.0+530.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 572c827

Please sign in to comment.