diff --git a/data_from_portwine/changelog_en b/data_from_portwine/changelog_en index dd60b32..72c5afe 100755 --- a/data_from_portwine/changelog_en +++ b/data_from_portwine/changelog_en @@ -10,9 +10,11 @@ Changelog: * added auto-installation "Star Conflict" (thanks to Chal55rus) * added auto-installation "Blood and Soul" (thanks to Chal55rus) * updated auto-installation "World of Sea Battle" (thanks valokardin) -* for "World of Sea Battle" language switching in the game has been fixed and the "DOTNET" prefix is ​​no longer required +* for "World of Sea Battle" language switching in the game has been fixed and the +"DOTNET" prefix is ​​no longer required * fixed determination of the selection of settings files when the exe file is a symbolic link -* added returns to the main menu after canceling the reinstallation/uninstallation of PP, clearing the prefix and uninstalling programs (thanks to Htylol) +* added returns to the main menu after canceling the reinstallation/uninstallation of PP, +clearing the prefix and uninstalling programs (thanks to Htylol) * fixed launch of games/programs when using disabling the graphical interface (GUI_DISABLED_CS) ###Scripts version 2356### / stable / Date: 28.09.2024 / Download update size: 4 megabytes @@ -49,11 +51,14 @@ Changelog: * updated versions: * DXVK_GIT "2.4-94" * VKD3D_GIT "1.1-4191" -* added a translation cache, which greatly improves the responsiveness of the interface (thanks to Htylol) +* added a translation cache, which greatly improves the responsiveness +of the interface (thanks to Htylol) * fixed launching shortcuts from special. symbols in the title (thanks to Htylol) -* limited number of characters for shortcut names in the "installed" tab (fixes overly wide menu) (thanks to Htylol) +* limited number of characters for shortcut names in the "installed" +tab (fixes overly wide menu) (thanks to Htylol) * disabled decoration for HoYoPlay launcher (fixes window capacity) (thanks to Boria138) -* Crossout installation has been moved to a separate prefix and decoration for the launcher has been disabled (corrects the capacity in the window) +* Crossout installation has been moved to a separate prefix and decoration +for the launcher has been disabled (corrects the capacity in the window) ###Scripts version 2349### / Date: 18.09.2024 / Download update size: 4 megabytes * fixed video driver path forwarding for future versions of ALT Linux (p11) @@ -81,8 +86,10 @@ Changelog: * added reset settings for mangohud and vkbasalt * fixed mangohud preview if it is disabled * user.conf settings have been moved from the editdb settings and portproton settings, - * a separate graphical interface has been made for user.conf, with the ability to launch settings from the main menu and when starting a game/program - * added return to the main menu after creating a backup, winetricks, wine download, etc., and added return to the last active tabs + * a separate graphical interface has been made for user.conf, with the ability to + launch settings from the main menu and when starting a game/program + * added return to the main menu after creating a backup, winetricks, wine download, + etc., and added return to the last active tabs * added intermediate returns (to the previous active window) * updated translations (Spanish, Russian) * added the ability to open the game/program directory from the settings tab @@ -106,7 +113,8 @@ Changelog: * HoYoPlay auto-installation updated (thanks Eljeyna) ###Scripts version 2340### / Date: 27.08.2024 / Download update size: 380 megabytes -* added the ability for standard installation to the prefix manager (without forced redownload of components) +* added the ability for standard installation to the prefix manager +(without forced redownload of components) * updated PROTON_LG to version "9-11" * updated WINE_LG to version "9-12-2" * the test WINE_LG_NTSYNC has been updated in the repositories to version "9-13-2" @@ -126,7 +134,8 @@ Changelog: * added the ability to run .reg files (thanks Boria138) * added icons for msi, bat and reg files (thanks to Dervart) * fixed GUI alignment for XFCE (thanks to Htylol) -* added automatic disabling of downloading covers for STEAM if there is no access to the covers server +* added automatic disabling of downloading covers for STEAM if there +is no access to the covers server ###Scripts version 2337### / Date: 09.08.2024 / Download update size: 4 megabytes * fixed GUI alignment on SteamDeck (thanks to Htylol) diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper index 343f92e..47ca78c 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -1895,7 +1895,7 @@ pw_port_update () { CHANGLOG_NEWS=$(sed "/Scripts version ${scripts_install_ver}/,$ d" "${PORT_WINE_TMP_PATH}/curent_var_ver" | sed '1,/---/ d' ) "${pw_yad}" --title "${translations[Update scripts:]} v.(${scripts_install_ver}${BRANCH_VERSION})" --window-icon="$PW_GUI_ICON_PATH/portproton.svg" \ --form --separator='%%%' --width=1000 --height=500 \ - --field=":TXT" "$(print_wrapped "${CHANGLOG_NEWS}" 100)" \ + --field=":TXT" "${CHANGLOG_NEWS}" \ --button="${translations[DO NOT REMIND ME]}"!"$PW_GUI_ICON_PATH/$BUTTON_SIZE.png"!"":16 \ --button="${translations[REMIND ME LATER]}"!"$PW_GUI_ICON_PATH/$BUTTON_SIZE.png"!"":18 \ --button="${translations[UPDATING NOW]}"!"$PW_GUI_ICON_PATH/$BUTTON_SIZE.png"!"":20 2>/dev/null