Skip to content

Commit

Permalink
up main version
Browse files Browse the repository at this point in the history
  • Loading branch information
fgl27 committed Oct 27, 2024
1 parent bdeca8c commit 2dbe5b7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions release/githubio/js/main.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions release/githubio/js/main_uncompressed.js
Original file line number Diff line number Diff line change
Expand Up @@ -4719,12 +4719,12 @@
//Spacing for release maker not trow errors from jshint
var version = {
VersionBase: '3.0',
publishVersionCode: 371, //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/371/SmartTV_twitch_3_0_371.apk',
publishVersionCode: 369, //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/369/SmartTV_twitch_3_0_369.apk',
WebVersion: 'October 25 2024',
WebTag: 683, //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 October 25 2024 Apk Version 3.0.369 and up',
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',
Expand Down Expand Up @@ -33138,7 +33138,7 @@ https://video-weaver.sao03.hls.ttvnw.net/v1/playlist/C.m3u8 09:36:20.90
var channelId = this.isQuery && cell.creator ? cell.creator.id : cell.user_id;

//skip check if game is blocked as we are on the blocked game section
var skipBlockedCheck = this.screen === Main_AGameVod && Screens_getGameIsBlocked(this.gameSelected_Id);
var skipBlockedCheck = this.screen === Main_AGameVod && AddUser_IsUserSet() && Screens_getGameIsBlocked(this.gameSelected_Id);

var isNotBlocked = Screens_isNotBlocked(
skipBlockedCheck ? null : channelId,
Expand Down Expand Up @@ -33210,7 +33210,7 @@ https://video-weaver.sao03.hls.ttvnw.net/v1/playlist/C.m3u8 09:36:20.90
var id_cell = this.useHelix ? cell.user_id : cell.channel._id;

//skip check if game is blocked as we are on the blocked game section
var skipBlockedCheck = this.screen === Main_aGame && Screens_getGameIsBlocked(this.gameSelected_Id);
var skipBlockedCheck = this.screen === Main_aGame && AddUser_IsUserSet() && Screens_getGameIsBlocked(this.gameSelected_Id);

var isNotBlocked = Screens_isNotBlocked(
skipBlockedCheck ? null : cell.user_id,
Expand Down Expand Up @@ -33347,7 +33347,7 @@ https://video-weaver.sao03.hls.ttvnw.net/v1/playlist/C.m3u8 09:36:20.90
var channelId = this.isQuery && cell.broadcaster ? cell.broadcaster.id : cell.broadcaster_id;

//skip check if game is blocked as we are on the blocked game section
var skipBlockedCheck = this.screen === Main_AGameClip && Screens_getGameIsBlocked(this.gameSelected_Id);
var skipBlockedCheck = this.screen === Main_AGameClip && AddUser_IsUserSet() && Screens_getGameIsBlocked(this.gameSelected_Id);

var isNotBlocked = Screens_isNotBlocked(
skipBlockedCheck ? null : channelId,
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":"October 25 2024","WebTag":683,"changelog":[{"title":"Version October 25 2024 Apk Version 3.0.369 and up","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"]},{"title":"WebVersion September / October 21","changes":["Fix missing information on player top info for some scenarios","Fix missing information on channel content screens","Fix not be able to open the game for some scenarios in the thumbnail options","Fix current game in player content not always showing current game","Fix scenario where not enough content load on the screen even when it is available preventing scrolling to get more content","General etc improvements"]},{"title":"WebVersion September 09","changes":["Fix animation lag in the Clip section, Twitch was sending images that were too big causing lags","General performance improvements"]}]}
{"VersionBase":"3.0","publishVersionCode":369,"ApkUrl":"https://github.com/fgl27/SmartTwitchTV/releases/download/369/SmartTV_twitch_3_0_369.apk","WebVersion":"October 25 2024","WebTag":683,"changelog":[{"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"]},{"title":"WebVersion September / October 21","changes":["Fix missing information on player top info for some scenarios","Fix missing information on channel content screens","Fix not be able to open the game for some scenarios in the thumbnail options","Fix current game in player content not always showing current game","Fix scenario where not enough content load on the screen even when it is available preventing scrolling to get more content","General etc improvements"]},{"title":"WebVersion September 09","changes":["Fix animation lag in the Clip section, Twitch was sending images that were too big causing lags","General performance improvements"]}]}

0 comments on commit 2dbe5b7

Please sign in to comment.