Skip to content

Commit

Permalink
- publish v8.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czy0729 committed Sep 2, 2024
1 parent e672726 commit e0d5b58
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 21 deletions.
24 changes: 9 additions & 15 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -74,27 +74,21 @@ iOS 和安卓都做了兼容,并最大限度保持一致

# 版本

## 8.12.0 - 2024/07/20
## 8.13.0 - 2024/09/02

### 优化

- [x] [进度] 在设置里,选项卡允许自定义条目范围(若设置成只有一项,会只显示列表)
- [x] [每日放送] 更新 2024S3 番剧放送时间
- [x] [日志] 支持收藏
- [x] [条目] 标题旁的发布日期,支持显示到月份,需在设置中打开
- [x] [条目] 游戏条目有其他版本时,吐槽区支持只看当前版本
- [x] [电波提醒] 优化了好友申请的按钮显示时机
- [x] [UI] 缩小了 loading 提示,在超时后会显示关闭按钮
- [x] [找条目] 更新部分类型数据
- [x] [条目] 进一步优化了关联等条目的类型猜测
- [x] [帖子] 主楼的贴贴按钮常驻,减少布局跳动
- [x] [帖子] 楼层中图片当不自动加载时,改成现实文字,点击外部打开
- [x] 若干性能优化,不详

### 修复

- [x] [帖子] 修复了编辑子楼层文本后,没有重新刷新显示的问题
- [x] [日志] 修复了编辑楼层回复闪退的问题
- [x] [安卓] 修复了不明原因导致整个客户端不响应点击冻结的问题(待验证)
- [x] [安卓] 点击行为改善(待验证)
- [x] 减少了图片相册大图不显示的频率(有部分依然不显示的无解,因为反盗链)
- [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.12.4",
"version": "8.13.0",
"android": {
"versionCode": 812040,
"versionCode": 813000,
"package": "com.czy0729.bangumi",
"adaptiveIcon": {
"foregroundImage": "./src/assets/images/foreground.png",
Expand Down
4 changes: 2 additions & 2 deletions packages/android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"postinstall": "patch-package",
"env": "node ./packages/env.js",
"k": "sudo purge",
"clean": "cd android && ./gradlew clean",
"build": "cd android && ./gradlew assembleRelease && cd .. && node web/rename.js",
"clean": "cd android && sudo ./gradlew clean",
"build": "cd android && sudo ./gradlew assembleRelease && cd .. && node web/rename.js",
"r": "sudo shutdown -r now",
"open": "start .\\android\\app\\build\\outputs\\apk\\release\\",
"open:mac": "open ./android/app/build/outputs/apk/release/"
Expand Down
6 changes: 5 additions & 1 deletion src/screens/web-view/versions/ds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: czy0729
* @Date: 2023-06-10 05:42:00
* @Last Modified by: czy0729
* @Last Modified time: 2024-07-21 19:41:20
* @Last Modified time: 2024-09-02 18:46:14
*/
import { Loaded } from '@types'

Expand All @@ -11,6 +11,10 @@ export const COMPONENT = 'Versions'
export const NAMESPACE = `Screen${COMPONENT}` as const

export const TABS = [
{
title: '8.13.0 - 24/09/02',
key: 'bmvgltogockmc8st'
},
{
title: '8.12.0 - 24/07/20',
key: 'fci9cnfxybstmgpi'
Expand Down
18 changes: 17 additions & 1 deletion web/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
# CHANGELOG

## 8.13.0 - 2024/09/02

### 优化

- [x] [条目] 进一步优化了关联等条目的类型猜测
- [x] [帖子] 主楼的贴贴按钮常驻,减少布局跳动
- [x] [帖子] 楼层中图片当不自动加载时,改成现实文字,点击外部打开
- [x] 若干性能优化,不详

### 修复

- [x] 修复了在手机虚拟按钮模式下,底部分页器看不全的问题
- [x] [超展开] 修复右侧菜单点击穿透问题
- [x] [小组] 修复了小组标题消失的问题
- [x] [进度] 修复了网格布局没有实现设置「一直显示放送时间」的问题

## 8.12.3 - 2024/08/04

### 优化

- [x] 稍微缩短了启动时间(1~3秒?)
- [x] 稍微缩短了启动时间(1~3 秒?)
- [x] [条目] 稍微优化了页面切页的帧率(待验证)

### 修复
Expand Down

0 comments on commit e0d5b58

Please sign in to comment.