Skip to content

Commit 7cba019

Browse files
committed
发布v1.5.0
1 parent 01edfb8 commit 7cba019

File tree

4 files changed

+62
-37
lines changed

4 files changed

+62
-37
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
66
Commit convention is based on [Conventional Commits](http://conventionalcommits.org).
77
Change log format is based on [Keep a Changelog](http://keepachangelog.com/).
88

9+
## [1.5.0](https://github.com/lyswhut/lx-music-mobile/compare/v1.4.2...v1.5.0) - 2024-08-03
10+
11+
我们发布了关于 LX Music 项目发展调整与新项目计划的说明,
12+
详情看: https://github.com/lyswhut/lx-music-desktop/issues/1912
13+
14+
### 新增
15+
16+
- 新增重复歌曲列表,可以方便移除我的列表中的重复歌曲,此列表会列出目标列表里歌曲名相同的歌曲,可在“我的列表”里的列表名菜单中使用(注:该功能与PC端的区别是可以点击歌曲名多选删除)
17+
- 新增打开当前歌曲详情页菜单,可以在歌曲菜单中使用
18+
19+
### 修复
20+
21+
- 修复潜在桌面歌词导致的崩溃问题
22+
23+
### 其他
24+
25+
- 更新 React native 到 v0.73.9
26+
- 更新 exoplayer 到 v1.4.0
27+
928
## [1.4.2](https://github.com/lyswhut/lx-music-mobile/compare/v1.4.1...v1.4.2) - 2024-06-01
1029

1130
我们发布了关于 LX Music 项目发展调整与新项目计划的说明,

package-lock.json

Lines changed: 39 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lx-music-mobile",
3-
"version": "1.5.0-beta.3",
4-
"versionCode": 67,
3+
"version": "1.5.0",
4+
"versionCode": 68,
55
"private": true,
66
"scripts": {
77
"dev": "react-native run-android --active-arch-only",
@@ -71,7 +71,7 @@
7171
"@babel/core": "^7.25.2",
7272
"@babel/eslint-parser": "^7.25.1",
7373
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
74-
"@babel/preset-env": "^7.25.2",
74+
"@babel/preset-env": "^7.25.3",
7575
"@babel/runtime": "^7.25.0",
7676
"@react-native/babel-preset": "^0.74.86",
7777
"@react-native/metro-config": "^0.74.86",

publish/version.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)