Skip to content

Commit

Permalink
1.0.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
husudosu committed Mar 3, 2023
1 parent c8ee3a3 commit c29bd37
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,9 @@ Important Android stuff:
- [Android project]: compileSdkVersion have changed from 30 to 32
- [Android project]: Upgraded gradle, some ionic versions etc...
- Filebrowser minor improvemnts

## 1.0.10

**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!**

- [Feature request]: Current playing chapter in bold and has other color.
4 changes: 2 additions & 2 deletions android/.idea/deploymentTargetDropDown.xml

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

4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.husudosu.mpvremote"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 10
versionName "1.0.9"
versionCode 11
versionName "1.0.10"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
4 changes: 2 additions & 2 deletions android/app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 10,
"versionName": "1.0.9",
"versionCode": 11,
"versionName": "1.0.10",
"outputFile": "app-release.apk"
}
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mpv-remote",
"version": "1.0.9",
"version": "1.0.10",
"private": true,
"description": "MPV remote",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/verinfo.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
version: "1.0.9",
version: "1.0.10",
};

0 comments on commit c29bd37

Please sign in to comment.