Skip to content

Commit

Permalink
🚀 v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed May 10, 2024
1 parent 48187c5 commit 0872ad7
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,24 @@
Author: 目棃
Description: 更新日志
Date: 2024-04-17
Update: 2024-05-02
Update: 2024-05-10
---

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

- ✨ 完善内置播放,视频支持倍速播放、切换字幕、截图等功能
- ✨ 记忆播放进度&播放列表,支持仅添加到播放列表
- 🧪 **由于下载极度消耗性能,故隐藏内置下载**,请采用 Motrix 下载
- ⚡️ BMF 文件/RSS 配置长按复制到剪贴板
- ⚡️ 侧边栏增加置顶,与窗口重置合并成一个入口
- ⚡️ 视频下载完成通知支持内置播放/添加到播放列表
- ♻️ 条目搜索结果卡片样式重构

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

- ✨ 条目搜索、用户收藏等页面支持分页查看
- 🔊 完善日志记录,便于快速定位问题
Expand Down
6 changes: 3 additions & 3 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-03
Update: 2024-05-10
---

> 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter)[MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2024-04-11 12:06:15`
>
> 更新于 `2024-05-03 17:14:21`
> 更新于 `2024-05-10 16:21:33`
> **项目目前处于开发阶段,不保证稳定性。**
Expand Down Expand Up @@ -45,7 +45,7 @@ flutter build windows

1. 用户已经拥有 [Bangumi.tv](https://bangumi.tv) 账号,并且通过应用相关页面完成了登录授权。
2. 用户本地安装了 [Motrix](https://motrix.app/) 且将 `torrent` 默认关联到 Motrix。
3. 用户本地安装了 [PotPlayer](https://potplayer.daum.net/)
3. ~~用户本地安装了 [PotPlayer](https://potplayer.daum.net/)~~,后续将逐步采用内置播放
4. 用户登录 Bangumi 账号后对收藏数据进行了同步。
5. 用户在特定条目页面设置了 `SSR` 订阅地址和下载目录。

Expand Down
2 changes: 1 addition & 1 deletion lib/components/app/rss_dowload_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import 'dart:async';
import 'package:flutter/material.dart' as material;

// Package imports:
import 'package:events_emitter2/events_emitter2.dart';
import 'package:dart_rss/domain/rss_item.dart';
import 'package:dtorrent_parser/dtorrent_parser.dart';
import 'package:dtorrent_task/dtorrent_task.dart';
import 'package:events_emitter2/events_emitter2.dart';
import 'package:fluent_ui/fluent_ui.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
Expand Down
4 changes: 3 additions & 1 deletion lib/components/rss/rss_mk_card.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// Flutter imports:
import 'package:flutter/foundation.dart';

// Package imports:
import 'package:dart_rss/domain/rss_item.dart';
import 'package:file_selector/file_selector.dart';
import 'package:fluent_ui/fluent_ui.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:jiffy/jiffy.dart';
import 'package:url_launcher/url_launcher_string.dart';
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.3.0+20
version: 0.4.0+10

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

0 comments on commit 0872ad7

Please sign in to comment.