Skip to content

Commit

Permalink
新版发布
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdw committed Oct 3, 2024
1 parent b170b64 commit 1082303
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,21 @@

## [Unreleased]

## [1.8.0] - 2024-10-03

### 新增内容

- 新增绑定线上播放列表/多分 P 视频的歌单
- 此类歌单不支持用户编辑
- 可以创建已经解绑的副本,这样的歌单可以被本地编辑,但是无法再和线上播放列表/多分 P 视频同步
- 在各种列表中展示歌曲是否已经被缓存
- 【需在开启开发者模式后,在「实验性功能」中打开】更加小清新的浮动底栏设计

### 修正内容

- 改进了切换歌单的性能
- 解决了部分界面数字宽度不一致,导致反强迫症的 UI 显示效果问题
- 修正了其它的一些 Bug

## [1.7.2] - 2024-09-14

Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "Bilisound",
"slug": "bilisound-client-mobile",
"version": "1.7.2",
"version": "1.8.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "bilisound",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bilisound-client-mobile",
"main": "expo-router/entry",
"version": "1.7.2",
"version": "1.8.0",
"scripts": {
"start": "cross-env DARK_MODE=media expo start --dev-client",
"android": "cross-env DARK_MODE=media expo run:android",
Expand Down

0 comments on commit 1082303

Please sign in to comment.