Skip to content

Commit 6cb3645

Browse files
authored
Release/v1.1.0 (#47)
* bump version for 1.1.0 * add changelog for 1.1.0
1 parent 72fa2c7 commit 6cb3645

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ android {
134134
applicationId "com.subtracks"
135135
minSdkVersion rootProject.ext.minSdkVersion
136136
targetSdkVersion rootProject.ext.targetSdkVersion
137-
versionCode 3
138-
versionName '1.0.1'
137+
versionCode 4
138+
versionName '1.1.0'
139139
}
140140
splits {
141141
abi {

metadata/en-US/changelogs/4.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## New
2+
3+
- Added ALAC file playback support
4+
- Added plain-text password option for older servers
5+
- Target API version 1.14.0 (instead of 1.15.0) to support more servers (Ampache, Airsonic Advanced)
6+
7+
## Fixed
8+
9+
- Removed non-working cast button until support is added
10+
- Fixed Subtracks showing up multiple times in Navidrome clients menu (too many user-agents)
11+
- Fixed network error for HTTPS servers using self-signed certificates that the user has trusted

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "subtracks",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"private": true,
55
"license": "GPL-3.0-only",
66
"scripts": {
@@ -74,6 +74,13 @@
7474
},
7575
"jest": {
7676
"preset": "react-native",
77-
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]
77+
"moduleFileExtensions": [
78+
"ts",
79+
"tsx",
80+
"js",
81+
"jsx",
82+
"json",
83+
"node"
84+
]
7885
}
7986
}

0 commit comments

Comments
 (0)