Skip to content

Commit

Permalink
发版
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdw committed Sep 14, 2024
1 parent cbc7b69 commit 0c8c536
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@

## [Unreleased]

## [1.7.2] - 2024-09-14

### 新增内容

- 歌单详情页支持长按进入批量编辑模式

### 修正内容

- 解决了部分 UI 不整齐、协调的问题
- 改进了切换歌单的性能

## [1.7.1] - 2024-09-04

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.1",
"version": "1.7.2",
"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.1",
"version": "1.7.2",
"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 0c8c536

Please sign in to comment.