Release/v1.1.2 (#82)

* add changelog

* increment version
This commit is contained in:
austinried 2022-03-28 16:16:48 +09:00 committed by GitHub
parent 5169b726ce
commit b761ad8b84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -134,8 +134,8 @@ android {
applicationId "com.subtracks"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5
versionName '1.1.1'
versionCode 6
versionName '1.1.2'
}
splits {
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",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"license": "GPL-3.0-only",
"scripts": {