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 a82a3b1 commit 1854289
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/general/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
//Spacing for release maker not trow errors from jshint
var version = {
VersionBase: '3.0',
publishVersionCode: 373, //Always update (+1 to current value) Main_version_java after update publishVersionCode or a major update of the apk is released
publishVersionCode: 372, //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 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
WebTag: 690, //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',
Expand Down
2 changes: 1 addition & 1 deletion release/githubio/js/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions release/githubio/js/main_uncompressed.js
Original file line number Diff line number Diff line change
Expand Up @@ -4873,10 +4873,10 @@
//Spacing for release maker not trow errors from jshint
var version = {
VersionBase: '3.0',
publishVersionCode: 373, //Always update (+1 to current value) Main_version_java after update publishVersionCode or a major update of the apk is released
publishVersionCode: 372, //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 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
WebTag: 690, //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',
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":373,"ApkUrl":"https://github.com/fgl27/SmartTwitchTV/releases/download/372/SmartTV_twitch_3_0_372.apk","WebVersion":"November 29 2024","WebTag":689,"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"]},{"title":"Version November 15 2024","changes":["Add extra languages to the Content language, this may change your previously selected language after the update set the language again","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"]}]}
{"VersionBase":"3.0","publishVersionCode":372,"ApkUrl":"https://github.com/fgl27/SmartTwitchTV/releases/download/372/SmartTV_twitch_3_0_372.apk","WebVersion":"November 29 2024","WebTag":690,"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"]},{"title":"Version November 15 2024","changes":["Add extra languages to the Content language, this may change your previously selected language after the update set the language again","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"]}]}

0 comments on commit 1854289

Please sign in to comment.