Skip to content

Commit

Permalink
- publish v8.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
czy0729 committed Oct 4, 2024
1 parent cf140f6 commit 676ee0f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 deletions.
22 changes: 8 additions & 14 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -59,24 +59,18 @@ iOS 和安卓都做了兼容,并最大限度保持一致

# 版本

## 8.14.0 - 2024/09/27
[图文说明](https://www.yuque.com/chenzhenyu-k0epm/znygb4/ox1ifg0xlx8mf1pq?singleDoc)

### 新增

- [x] [词云] 新增功能,支持条目、帖子,点击词语能快速查看对应吐槽(实验性,未来会继续开发)
## 8.14.2 - 2024/10/04

### 优化

- [x] [条目] 关联系列、单行本等栏目添加一个整合列表页面(方便一览封面)
- [x] [条目] 优化了剧照的匹配逻辑(提高正确匹配率,不保证绝对正确)
- [x] [目录编辑] 优化了可用性,重新验证了可用性
- [x] [找漫画] 功能迭代,更新了数据
- [x] [bilibili、豆瓣同步] 优化了匹配逻辑,重新验证了可用性

### 修复

- [x] 因主站网页结构变化,修复条目获取发布年份失败的问题。(这个问题影响所有需要年份的功能,涉及所有之前版本,建议看见马上更新)
- [x] [条目] 章节长度支持到 1300
- [x] 更新了 2024S4 番剧元数据
- [x] [条目] 公共标签样式(白线为维基管理员编辑过的公共标签,为官网最近在优化的功能,有兴趣请查看官方文章)
- [x] [条目] 人物缺失头像使用了官方的默认图片
- [x] [制作人员] 新增类型筛选
- [x] [人物] 支持了词云
- [x] [帖子] 支持特别关注用户回复

[所有更新 CHANGELOG](https://github.com/czy0729/Bangumi/blob/master/web/CHANGELOG.MD)

Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"expo": {
"description": "A React Native App for https://bgm.tv, tinygrail plugin 5.1.0",
"version": "8.14.0",
"version": "8.14.2",
"android": {
"versionCode": 814000,
"versionCode": 814020,
"package": "com.czy0729.bangumi",
"adaptiveIcon": {
"foregroundImage": "./src/assets/images/foreground.png",
Expand Down
11 changes: 11 additions & 0 deletions web/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## 8.14.2 - 2024/10/04

### 优化

- [x] 更新了 2024S4 番剧元数据
- [x] [条目] 公共标签样式(白线为维基管理员编辑过的公共标签,为官网最近在优化的功能,有兴趣请查看官方文章)
- [x] [条目] 人物缺失头像使用了官方的默认图片
- [x] [制作人员] 新增类型筛选
- [x] [人物] 支持了词云
- [x] [帖子] 支持特别关注用户回复

## 8.14.0 - 2024/09/27

### 新增
Expand Down

0 comments on commit 676ee0f

Please sign in to comment.