forked from truefedex/tv-bro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlatest_version.json
41 lines (40 loc) · 2.16 KB
/
latest_version.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"channels": [
{
"name": "release",
"latestVersionName": "v1.8.6",
"latestVersionCode": 59,
"minAPI": 23,
"url": "https://github.com/truefedex/tv-bro/releases/download/v1.8.6/tvbro1.8.6.apk"
},
{
"name": "beta",
"latestVersionName": "v1.8.6",
"latestVersionCode": 59,
"minAPI": 23,
"url": "https://github.com/truefedex/tv-bro/releases/download/v1.8.6/tvbro1.8.6.apk"
}
],
"changelog": [
{
"versionCode": 59,
"versionName": "v1.8.6",
"changes": "* Popup blocking re-implemented (thank you WIStudent for implementation ideas and MR)\n* More options and fix for link context menu (thank you MailYouLater for string-case fix)\n* Several other small bugs fixed\n* Translations updated"
},
{
"versionCode": 57,
"versionName": "v1.8.5",
"changes": "* Some crashes fixed\n* Do not log temporary history in incognito mode (even temporary)\n* Trick to make play/pause remote media button work (experimental)\n* Fixed one problem of not opening magnet links on Android 11 and below\n* Fixed downloading in private folder problem on Android 12\n* Dropped support of Android 5.x"
},
{
"versionCode": 56,
"versionName": "v1.8.4",
"changes": "* Fixed crash on incognito mode switch\n* Fixed History delete function (thank you @shark-yn)\n* DRM content support fix\n* Added Polish translation (thank you @BadOmen)\n* Added Italian translation (thank you @Vladi69)\n* Added some other minor missing translations\n* Dependency & target android API level update"
},
{
"versionCode": 53,
"versionName": "v1.8.2",
"changes": "* Incognito mode implemented\n* Settings: added option to keep screen always on (thank you Sebastian Niemann for pull request !)\n* German translation (thank you peat80 for pull request !)\n* Fixed problem with voice recognition on android >= 11 (now look a bit changed but functionality recovered)\n* Icon look changed to declare support for Ukraine (explanation by link in settings)\n* v1.8.1: added WebView version info and \"clear web cache\" button to settings; bugfixes;\n* v1.8.2: often crash fixed"
}
]
}