Skip to content

Commit

Permalink
Release/v1.1.0 (#47)
Browse files Browse the repository at this point in the history
* bump version for 1.1.0

* add changelog for 1.1.0
  • Loading branch information
austinried authored Dec 6, 2021
1 parent 72fa2c7 commit 6cb3645
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ android {
applicationId "com.subtracks"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 3
versionName '1.0.1'
versionCode 4
versionName '1.1.0'
}
splits {
abi {
Expand Down
11 changes: 11 additions & 0 deletions metadata/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## New

- Added ALAC file playback support
- Added plain-text password option for older servers
- Target API version 1.14.0 (instead of 1.15.0) to support more servers (Ampache, Airsonic Advanced)

## Fixed

- Removed non-working cast button until support is added
- Fixed Subtracks showing up multiple times in Navidrome clients menu (too many user-agents)
- Fixed network error for HTTPS servers using self-signed certificates that the user has trusted
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subtracks",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"license": "GPL-3.0-only",
"scripts": {
Expand Down Expand Up @@ -74,6 +74,13 @@
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}

0 comments on commit 6cb3645

Please sign in to comment.