Skip to content

Commit

Permalink
Up main files
Browse files Browse the repository at this point in the history
  • Loading branch information
fgl27 committed Nov 29, 2024
1 parent e579720 commit a82a3b1
Showing 5 changed files with 137 additions and 131 deletions.
7 changes: 7 additions & 0 deletions apk/Changelog.md
Original file line number Diff line number Diff line change
@@ -9,6 +9,13 @@ 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 29 2024
==============

* Prevent issues when switching or auto-refreshing game sections, the app always tries to remember the position and Streams showing when you exit and go back to a game section it only refreshes when the Auto-refresh timeout expires, but before this changes sometimes it was not doing it instead, it was showing old streams after an auto-refresh
* Fix player User Games section not loading more than 100 live channels for a selected game
* General improvements

Version November 27 2024 Apk Version 3.0.372
==============

12 changes: 10 additions & 2 deletions app/general/version.js
Original file line number Diff line number Diff line change
@@ -21,11 +21,19 @@
//Spacing for release maker not trow errors from jshint
var version = {
VersionBase: '3.0',
publishVersionCode: 372, //Always update (+1 to current value) Main_version_java after update publishVersionCode or a major update of the apk is released
publishVersionCode: 373, //Always update (+1 to current value) Main_version_java after update publishVersionCode or a major update of the apk is released
ApkUrl: 'https://github.com/fgl27/SmartTwitchTV/releases/download/372/SmartTV_twitch_3_0_372.apk',
WebVersion: 'November 27 2024',
WebVersion: 'November 29 2024',
WebTag: 689, //Always update (+1 to current value) Main_version_web after update Main_minversion or a major update of the web part of the app
changelog: [
{
title: 'Version November 29 2024',
changes: [
'Prevent issues when switching or auto-refreshing game sections, the app always tries to remember the position and Streams showing when you exit and go back to a game section it only refreshes when the Auto-refresh timeout expires, but before this changes sometimes it was not doing it instead, it was showing old streams after an auto-refresh',
'Fix player User Games section not loading more than 100 live channels for a selected game',
'General improvements'
]
},
{
title: 'Version November 27 2024 Apk Version 3.0.372',
changes: ['Update player dependencies to latest version', 'General improvements']
4 changes: 2 additions & 2 deletions release/githubio/js/main.js

Large diffs are not rendered by default.

Loading

0 comments on commit a82a3b1

Please sign in to comment.