From b761ad8b84188e62c54e8d4a65f08ee9f9892ce8 Mon Sep 17 00:00:00 2001 From: austinried <4966622+austinried@users.noreply.github.com> Date: Mon, 28 Mar 2022 16:16:48 +0900 Subject: [PATCH] Release/v1.1.2 (#82) * add changelog * increment version --- android/app/build.gradle | 4 ++-- metadata/en-US/changelogs/6.txt | 5 +++++ package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 metadata/en-US/changelogs/6.txt diff --git a/android/app/build.gradle b/android/app/build.gradle index 76c8a37..e2c00cb 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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 { diff --git a/metadata/en-US/changelogs/6.txt b/metadata/en-US/changelogs/6.txt new file mode 100644 index 0000000..d47f0a9 --- /dev/null +++ b/metadata/en-US/changelogs/6.txt @@ -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) diff --git a/package.json b/package.json index 6c71389..f904646 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "subtracks", - "version": "1.1.1", + "version": "1.1.2", "private": true, "license": "GPL-3.0-only", "scripts": {