Skip to content

Commit

Permalink
发布v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Aug 3, 2024
1 parent 01edfb8 commit 7cba019
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 37 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
Commit convention is based on [Conventional Commits](http://conventionalcommits.org).
Change log format is based on [Keep a Changelog](http://keepachangelog.com/).

## [1.5.0](https://github.com/lyswhut/lx-music-mobile/compare/v1.4.2...v1.5.0) - 2024-08-03

我们发布了关于 LX Music 项目发展调整与新项目计划的说明,
详情看: https://github.com/lyswhut/lx-music-desktop/issues/1912

### 新增

- 新增重复歌曲列表,可以方便移除我的列表中的重复歌曲,此列表会列出目标列表里歌曲名相同的歌曲,可在“我的列表”里的列表名菜单中使用(注:该功能与PC端的区别是可以点击歌曲名多选删除)
- 新增打开当前歌曲详情页菜单,可以在歌曲菜单中使用

### 修复

- 修复潜在桌面歌词导致的崩溃问题

### 其他

- 更新 React native 到 v0.73.9
- 更新 exoplayer 到 v1.4.0

## [1.4.2](https://github.com/lyswhut/lx-music-mobile/compare/v1.4.1...v1.4.2) - 2024-06-01

我们发布了关于 LX Music 项目发展调整与新项目计划的说明,
Expand Down
72 changes: 39 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lx-music-mobile",
"version": "1.5.0-beta.3",
"versionCode": 67,
"version": "1.5.0",
"versionCode": 68,
"private": true,
"scripts": {
"dev": "react-native run-android --active-arch-only",
Expand Down Expand Up @@ -71,7 +71,7 @@
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/preset-env": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native/babel-preset": "^0.74.86",
"@react-native/metro-config": "^0.74.86",
Expand Down
2 changes: 1 addition & 1 deletion publish/version.json

Large diffs are not rendered by default.

0 comments on commit 7cba019

Please sign in to comment.