Skip to content

Commit

Permalink
v8.0.1+257
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangtian616 committed Aug 27, 2024
1 parent db8bac7 commit c418fd9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog/v8.0.1+257.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- 修复本地屏蔽规则中无法以正则形式过滤评论内容的bug

------------------------------------------------------------------------------------------

- Fix bug that comments content cannot be filtered by regular expressions in local blocking rules
1 change: 1 addition & 0 deletions lib/src/service/local_block_rule_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class LocalBlockRuleService with JHLifeCircleBeanErrorCatch implements JHLifeCir
GalleryTagRegexLocalBlockRuleHandler(),
GalleryUploaderRegexLocalBlockRuleHandler(),
CommentUserNameRegexLocalBlockRuleHandler(),
CommentContentRegexLocalBlockRuleHandler(),
]);
}

Expand Down
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: jhentai
description: A flutter app for E-Hentai/EXHentai

publish_to: 'none'
version: 8.0.1+256
version: 8.0.1+257

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit c418fd9

Please sign in to comment.