mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 00:59:28 +01:00
Release/v1.1.0 (#47)
* bump version for 1.1.0 * add changelog for 1.1.0
This commit is contained in:
parent
72fa2c765d
commit
6cb364531b
@ -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 {
|
||||
|
||||
11
metadata/en-US/changelogs/4.txt
Normal file
11
metadata/en-US/changelogs/4.txt
Normal file
@ -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
package.json
11
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "subtracks",
|
||||
"version": "1.0.1",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"license": "GPL-3.0-only",
|
||||
"scripts": {
|
||||
@ -74,6 +74,13 @@
|
||||
},
|
||||
"jest": {
|
||||
"preset": "react-native",
|
||||
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]
|
||||
"moduleFileExtensions": [
|
||||
"ts",
|
||||
"tsx",
|
||||
"js",
|
||||
"jsx",
|
||||
"json",
|
||||
"node"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user