Skip to content

Commit

Permalink
up main files
Browse files Browse the repository at this point in the history
  • Loading branch information
fgl27 committed Sep 12, 2023
1 parent 6203137 commit 64a639e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion release/githubio/js/main.js

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions release/githubio/js/main_uncompressed.js
Expand Up @@ -4657,12 +4657,12 @@
//Spacing for release maker not trow errors from jshint
var version = {
VersionBase: '3.0',
publishVersionCode: 349, //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/349/SmartTV_twitch_3_0_349.apk',
publishVersionCode: 350, //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/350/SmartTV_twitch_3_0_350.apk',
WebVersion: 'September 11 2023',
WebTag: 671, //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: 'Web Version September 11 2023 and Apk Version 3.0.349',
title: 'Web Version September 11 2023 and Apk Version 3.0.349 and 3.0.350',
changes: [
'Add new user logging method that allows you to fully use yours privileged in the app',
'Note: after opening this update there will be no user, after adding a user history and blocked configuration will be restored',
Expand Down Expand Up @@ -5602,7 +5602,6 @@

function AddUser_RestoreUsers() {
AddUser_UsernameArray = Main_getItemJson('AddUser_UsernameArrayNew', []);
Main_Restore_history();

if (Array.isArray(AddUser_UsernameArray) && AddUser_UsernameArray.length > 0) {
OSInterface_UpdateUserId(AddUser_UsernameArray[0]);
Expand All @@ -5624,8 +5623,10 @@
};
}

Main_Restore_history();
return true;
} else {
Main_Restore_history();
AddUser_UsernameArray = [];
AddUser_UpdateSidepanelDefault();
return false;
Expand Down
2 changes: 1 addition & 1 deletion release/githubio/version/version.json
@@ -1 +1 @@
{"VersionBase":"3.0","publishVersionCode":349,"ApkUrl":"https://github.com/fgl27/SmartTwitchTV/releases/download/349/SmartTV_twitch_3_0_349.apk","WebVersion":"September 11 2023","WebTag":671,"changelog":[{"title":"Web Version September 11 2023 and Apk Version 3.0.349","changes":["Add new user logging method that allows you to fully use yours privileged in the app","Note: after opening this update there will be no user, after adding a user history and blocked configuration will be restored","Add follow/unfollow buttons back","General improves"]},{"title":"Web Version August 08 2023","changes":["Add an option to block channels and games, use the thumbnail option to set by holding left above any thumbnail, then press enter above the channel or game to block","Add \"Show blocked\" to the thumbnail option, setting this to YES allows you to see all blocked content without having to unblock it","Add a new user section \"Blocked\", to manage blocked content","Note about blocked: Blocked channels or games don't apply to followed channels","Note about blocked: If you open a blocked game content, it will show all content minus blocked channels","Note about blocked: If you open a blocked channel content, it will show all content","Make highlighted messages in chat have the same background transparency as the chat","Fix extra emotes (FFZ, BTTV, 7TV) not showing on one of the chats in 50/50 plus chats mode","Add a new warning for users using the app without a user or authorization token: The app is failing to load the content due to a Twitch API limitation, to fix this add a user and authorization token, there is no workaround for this is just a Twitch API limitation","General improves"]},{"title":"Web Version June 27 2023","changes":["General improves"]},{"title":"Web Version June 17 2023","changes":["Add Screen off (Audio only) option to player","General improves"]}]}
{"VersionBase":"3.0","publishVersionCode":350,"ApkUrl":"https://github.com/fgl27/SmartTwitchTV/releases/download/350/SmartTV_twitch_3_0_350.apk","WebVersion":"September 11 2023","WebTag":671,"changelog":[{"title":"Web Version September 11 2023 and Apk Version 3.0.349 and 3.0.350","changes":["Add new user logging method that allows you to fully use yours privileged in the app","Note: after opening this update there will be no user, after adding a user history and blocked configuration will be restored","Add follow/unfollow buttons back","General improves"]},{"title":"Web Version August 08 2023","changes":["Add an option to block channels and games, use the thumbnail option to set by holding left above any thumbnail, then press enter above the channel or game to block","Add \"Show blocked\" to the thumbnail option, setting this to YES allows you to see all blocked content without having to unblock it","Add a new user section \"Blocked\", to manage blocked content","Note about blocked: Blocked channels or games don't apply to followed channels","Note about blocked: If you open a blocked game content, it will show all content minus blocked channels","Note about blocked: If you open a blocked channel content, it will show all content","Make highlighted messages in chat have the same background transparency as the chat","Fix extra emotes (FFZ, BTTV, 7TV) not showing on one of the chats in 50/50 plus chats mode","Add a new warning for users using the app without a user or authorization token: The app is failing to load the content due to a Twitch API limitation, to fix this add a user and authorization token, there is no workaround for this is just a Twitch API limitation","General improves"]},{"title":"Web Version June 27 2023","changes":["General improves"]},{"title":"Web Version June 17 2023","changes":["Add Screen off (Audio only) option to player","General improves"]}]}

0 comments on commit 64a639e

Please sign in to comment.