Skip to content

Commit c29bd37

Browse files
committed
1.0.10 release
1 parent c8ee3a3 commit c29bd37

File tree

6 files changed

+14
-8
lines changed

6 files changed

+14
-8
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,9 @@ Important Android stuff:
5454
- [Android project]: compileSdkVersion have changed from 30 to 32
5555
- [Android project]: Upgraded gradle, some ionic versions etc...
5656
- Filebrowser minor improvemnts
57+
58+
## 1.0.10
59+
60+
**Note about MPV versions: On older MPV versions the current chapter detection not working properly, if you experience issues with current chapter detection, please update your MPV version!**
61+
62+
- [Feature request]: Current playing chapter in bold and has other color.

android/.idea/deploymentTargetDropDown.xml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "com.husudosu.mpvremote"
77
minSdkVersion rootProject.ext.minSdkVersion
88
targetSdkVersion rootProject.ext.targetSdkVersion
9-
versionCode 10
10-
versionName "1.0.9"
9+
versionCode 11
10+
versionName "1.0.10"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
aaptOptions {
1313
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

android/app/release/output-metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 10,
15-
"versionName": "1.0.9",
14+
"versionCode": 11,
15+
"versionName": "1.0.10",
1616
"outputFile": "app-release.apk"
1717
}
1818
],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mpv-remote",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"private": true,
55
"description": "MPV remote",
66
"scripts": {

src/verinfo.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export default {
2-
version: "1.0.9",
2+
version: "1.0.10",
33
};

0 commit comments

Comments
 (0)