diff --git a/installer_OffLine.sh b/installer_OffLine.sh index 70390857..66c64b81 100644 --- a/installer_OffLine.sh +++ b/installer_OffLine.sh @@ -1,7 +1,7 @@ #!/bin/bash ############################################################## -version="SCPT_3.9.7" +version="SCPT_3.9.8" # Changes: # SCPT_1.X: See these changes in the releases notes in my Repository in Github. (Deprecated) # SCPT_2.X: See these changes in the releases notes in my Repository in Github. (Deprecated) @@ -21,7 +21,8 @@ version="SCPT_3.9.7" # SCPT_3.9.4: Changed the installer version for the new Advanced Wrapper version. (Deprecated migrated to SCPT_3.9.5) # SCPT_3.9.5: Added a new hash for the AME License Patch. (Deprecated migrated to SCPT_3.9.6) # SCPT_3.9.6: Added into the Uninstall Old function the possibility to delete Orphan files generated from others wrappers, like Alex's one. (Deprecated migrated to SCPT_3.9.7) -# SCPT_3.9.7: Added the possibility of changing the number of audio channels in the OffLine transcoding of the Video Station in the Configuration menu. Fixed a Typo in AME License, in two variables. +# SCPT_3.9.7: Added the possibility of changing the number of audio channels in the OffLine transcoding of the Video Station in the Configuration menu. Fixed a Typo in AME License, in two variables. (Deprecated migrated to SCPT_3.9.8) +# SCPT_3.9.8: Fixed a bug that did not make thumbnails of .mp4 videos in Video Station. I did changes in the Advanced Wrapper.** ##############################################################