Skip to content

Commit

Permalink
发布v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Aug 18, 2022
1 parent 2449adf commit 08139f6
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 37 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,17 @@ 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/).

## [0.14.2](https://github.com/lyswhut/lx-music-mobile/compare/v0.14.1...v0.14.2) - 2022-08-18

### 优化

- 为tx、kw源添加 Flac 24bit 音质显示,注:由于之前没有记录此音质,所以之前收藏的歌曲信息中不包含它

### 修复

- 修复排行榜在旋转屏幕后,选中的榜单被重置回第一个的问题
- 修复企鹅音乐搜索失效的问题

## [0.14.1](https://github.com/lyswhut/lx-music-mobile/compare/v0.14.0...v0.14.1) - 2022-07-09

### 优化
Expand Down
60 changes: 30 additions & 30 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "lx-music-mobile",
"version": "0.14.2-beta",
"versionCode": 44,
"version": "0.14.2",
"versionCode": 45,
"scripts": {
"ar": "react-native run-android",
"ios": "react-native run-ios",
Expand Down Expand Up @@ -42,21 +42,21 @@
},
"homepage": "https://github.com/lyswhut/lx-music-mobile#readme",
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.8",
"@react-native-async-storage/async-storage": "^1.17.9",
"@react-native-clipboard/clipboard": "^1.10.0",
"@react-native-community/checkbox": "^0.5.12",
"@react-native-community/slider": "^4.2.4",
"buffer": "^6.0.3",
"console-browserify": "^1.2.0",
"events": "^3.3.0",
"i18next": "^21.9.0",
"i18next": "^21.9.1",
"js-htmlencode": "^0.3.0",
"lrc-file-parser": "^2.0.0",
"pako": "^2.0.4",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-i18next": "^11.18.3",
"react-i18next": "^11.18.4",
"react-native": "0.68.2",
"react-native-background-timer": "^2.4.1",
"react-native-crypto": "^2.2.0",
Expand Down Expand Up @@ -88,7 +88,7 @@
"babel-plugin-module-resolver": "^4.1.0",
"changelog-parser": "^2.8.1",
"cross-env": "^7.0.3",
"eslint": "^8.21.0",
"eslint": "^8.22.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
Expand Down
4 changes: 4 additions & 0 deletions publish/changeLog.md
@@ -1,3 +1,7 @@
### 优化

- 为tx、kw源添加 Flac 24bit 音质显示,注:由于之前没有记录此音质,所以之前收藏的歌曲信息中不包含它

### 修复

- 修复排行榜在旋转屏幕后,选中的榜单被重置回第一个的问题
Expand Down

0 comments on commit 08139f6

Please sign in to comment.