2 Commits

Author SHA1 Message Date
austinried
5a2ab98af5 repeat v1.1.2 changelog for google play 2022-04-01 10:22:23 +09:00
austinried
3ab9ea9fe8 bump version for google play 2022-04-01 10:19:32 +09:00
3 changed files with 8 additions and 3 deletions

View File

@@ -134,8 +134,8 @@ android {
applicationId "com.subtracks" applicationId "com.subtracks"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 6 versionCode 7
versionName '1.1.2' versionName '1.1.3'
} }
splits { splits {
abi { abi {

View File

@@ -0,0 +1,5 @@
## Fixed
- Reduced required version of Subsonic API support from servers to 1.13.0 (#53)
- Fixed autocorrect/autofill in server settings input (#60)
- Fixed issues special characters in plain text passwords (and elsewhere) (#81)

View File

@@ -1,6 +1,6 @@
{ {
"name": "subtracks", "name": "subtracks",
"version": "1.1.2", "version": "1.1.3",
"private": true, "private": true,
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"scripts": { "scripts": {