Skip to content

Commit

Permalink
up cahnges
Browse files Browse the repository at this point in the history
  • Loading branch information
fgl27 committed Nov 14, 2024
1 parent ad92d58 commit 62d8a54
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions apk/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ The App is divided in two part, **Apk** and **Web** you can check it version in

The app has a building update check function, so whenever there is a update a red text will show up bellow the main pages clock, also a short warning will pop on the screen let you know if is a **Apk** or **Web** update.

Version November 13 2024
==============

* General improvements

Version October 25 2024 Apk Version 3.0.369
==============

Expand Down
2 changes: 1 addition & 1 deletion app/general/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var version = {
changelog: [
{
title: 'Version November 13 2024',
changes: ['Other General improvements']
changes: ['General improvements']
},
{
title: 'Version October 27 2024 Apk Version 3.0.371',
Expand Down
2 changes: 1 addition & 1 deletion release/githubio/js/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release/githubio/js/main_uncompressed.js
Original file line number Diff line number Diff line change
Expand Up @@ -4752,7 +4752,7 @@
changelog: [
{
title: 'Version November 13 2024',
changes: ['Other General improvements']
changes: ['General improvements']
},
{
title: 'Version October 27 2024 Apk Version 3.0.371',
Expand Down
2 changes: 1 addition & 1 deletion release/githubio/version/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"VersionBase":"3.0","publishVersionCode":371,"ApkUrl":"https://github.com/fgl27/SmartTwitchTV/releases/download/371/SmartTV_twitch_3_0_371.apk","WebVersion":"November 13 2024","WebTag":685,"changelog":[{"title":"Version November 13 2024","changes":["Other General improvements"]},{"title":"Version October 27 2024 Apk Version 3.0.371","changes":["Fix issues for devices with a very low RAM size during playback, last version fix for high RAM size cause a issue for low 😑","Fix issues opening a game content without a user","Other General improvements"]},{"title":"Version October 25 2024 Apk Version 3.0.369","changes":["Fix crashes for devices with bigger RAM (4+GB) when playing VOD, even that teh device has a large amount of RAM if the app uses it for buffer the app will crash","Fix old deleted vod not being deleted from live history","Fix old deleted Lives not being deleted from live history","Fix Game content not showing the latest content when the app did a auto refresh in background, very hare but after the app was running for a long time there was a chance the app did refresh in background but shows old none refreshed content","Fix showing blocked content randomly, after navigating to a blocked content and exit the app in a very random scenario this can happens","Fix player controls miss behaving randomly","Fix screen with a single content not allowing to open the content, issue introduced in last version","Improve numeric VODs jump to % function","Improve media keys Live/VODs jump to 5/30 seconds function","Other General improvements"]}]}
{"VersionBase":"3.0","publishVersionCode":371,"ApkUrl":"https://github.com/fgl27/SmartTwitchTV/releases/download/371/SmartTV_twitch_3_0_371.apk","WebVersion":"November 13 2024","WebTag":685,"changelog":[{"title":"Version November 13 2024","changes":["General improvements"]},{"title":"Version October 27 2024 Apk Version 3.0.371","changes":["Fix issues for devices with a very low RAM size during playback, last version fix for high RAM size cause a issue for low 😑","Fix issues opening a game content without a user","Other General improvements"]},{"title":"Version October 25 2024 Apk Version 3.0.369","changes":["Fix crashes for devices with bigger RAM (4+GB) when playing VOD, even that teh device has a large amount of RAM if the app uses it for buffer the app will crash","Fix old deleted vod not being deleted from live history","Fix old deleted Lives not being deleted from live history","Fix Game content not showing the latest content when the app did a auto refresh in background, very hare but after the app was running for a long time there was a chance the app did refresh in background but shows old none refreshed content","Fix showing blocked content randomly, after navigating to a blocked content and exit the app in a very random scenario this can happens","Fix player controls miss behaving randomly","Fix screen with a single content not allowing to open the content, issue introduced in last version","Improve numeric VODs jump to % function","Improve media keys Live/VODs jump to 5/30 seconds function","Other General improvements"]}]}

0 comments on commit 62d8a54

Please sign in to comment.