Skip to content

Commit

Permalink
🚀 v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed May 20, 2024
1 parent b7f6e2a commit 4b951bb
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 12 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
---
---
Author: 目棃
Description: 更新日志
Date: 2024-04-17
Update: 2024-05-10
Update: 2024-05-21
---

> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter)[MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2024-04-17 17:46:42`
>
> 更新于 `2024-05-10 16:21:40`
> 更新于 `2024-05-21 01:18:55`
## [0.5.0](https://github.com/BTMuli/BangumiToday/releases/tag/v0.4.0) (2024-05-21)

为了适配在线播放源,将播放记录的模型进行了重构,**该改动会使旧版本应用启动白屏**

解决方法:将 `文档/BangumiToday/hive` 目录下的 `play.hive``play.lock` 删除后重启应用。

弹幕&在线播放源的支持还在测试阶段,暂未实装。

- ♻️ 重构请求客户端
- ✨ 重构播放记录模型,按照条目进行划分,并优化了播放记录的存储逻辑
- 🐛 修复令牌刷新bug

## [v0.4.0](https://github.com/BTMuli/BangumiToday/releases/tag/v0.4.0) (2024-05-10)

Expand Down
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Author: 目棃
Description: 说明文档
Date: 2024-04-11
Update: 2024-05-12
Update: 2024-05-21
---

> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter)[MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2024-04-11 12:06:15`
>
> 更新于 `2024-05-12 21:58:56`
> 更新于 `2024-05-21 01:24:37`
> **项目目前处于开发阶段,不保证稳定性。**
Expand Down Expand Up @@ -40,17 +40,23 @@ Update: 2024-05-12

## 应用预览

![](./screenshots/calendar.png)
![今日放送](./screenshots/calendar.png)

![](./screenshots/subjectDetail.png)
![条目详情](./screenshots/subjectDetail.png)

![](./screenshots/subjectDetail2.png)
![条目详情2](./screenshots/subjectDetail2.png)

![](./screenshots/subjectSearch.png)
![条目搜索](./screenshots/subjectSearch.png)

![](./screenshots/userCollection.png)
![用户界面](./screenshots/userInfo.png)

![](./screenshots/videoPlay.png)
![用户收藏](./screenshots/userCollection.png)

![BangumiData](./screenshots/bangumiData.png)

![播放列表](./screenshots/playList.png)

![播放历史](./screenshots/playHistory.png)

## 发行

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.4.0+10
version: 0.5.0+7

environment:
sdk: '>=3.3.4 <4.0.0'
Expand Down
Binary file added screenshots/bangumiData.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/playHistory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/playList.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/subjectSearch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/userInfo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screenshots/videoPlay.png
Binary file not shown.

0 comments on commit 4b951bb

Please sign in to comment.