diff --git a/data_from_portwine/changelog_en b/data_from_portwine/changelog_en index d138a6a..69e22c6 100755 --- a/data_from_portwine/changelog_en +++ b/data_from_portwine/changelog_en @@ -2,6 +2,19 @@ You can help us in the development of the project on the website: https://linux- ---------------------------------------- Changelog: +###Scripts version 2344### / Date: 13.09.2024 / Download update size: 4 megabytes +* many thanks to Htylol for this update, everything listed below is his merit :) + * 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 + * 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 + * fixed the error of incorrect comments for the exe file + * minor improvements and optimizations + ###Scripts version 2343### / Date: 04.09.2024 / Download update size: 190 megabytes * updated PROTON_LG to version "9-12" * updated versions: diff --git a/data_from_portwine/changelog_ru b/data_from_portwine/changelog_ru index 25ccc37..626dbf0 100755 --- a/data_from_portwine/changelog_ru +++ b/data_from_portwine/changelog_ru @@ -2,6 +2,19 @@ ----------------------------------------- История изменений: +###Scripts version 2344### / Дата: 13.09.2024 / Размер скачиваемого обновления: 4 мегабайт +* за данное обноление огромное спасибо Htylol, все нижеперечисленное - его заслуга :) + * добавлен сброс настроек для mangohud и vkbasalt + * исправлен предпросмотр mangohud, если он выключен + * настройки user.conf вынесены из настроек editdb и настроек portproton, + * для user.conf сделан отдельный графический интерфейс, с возможностью запуска настроек из главного меню и при запуске игры/программы + * добавлен возврат в главное меню после создания бекапа, winetricks, wine download и прочего, и добавлен возврат на последние активные вкладки + * добавлены промежуточные возвраты (на предыдущее активное окно) + * обновлены переводы (испанский, русский) + * добавлена возможность открывать директорию игры/программы из вкладки настроек + * исправлена ошибка некоректных коментариев для exe файла + * небольшие улучшения и оптимизации + ###Scripts version 2343### / Дата: 04.09.2024 / Размер скачиваемого обновления: 190 мегабайт * обновлен PROTON_LG до версии "9-12" * обновлены версии: diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper index 3cdf040..b7606eb 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -623,13 +623,10 @@ combobox_fix () { } restart_pp () { - if [[ -n "$1" ]] ; then - if [[ "$1" == "--userconf" ]] ; then - export RESTART_PP_USED="userconf" - elif [[ "$1" == "--edit_db" ]] ; then - export RESTART_PP_USED="edit_db" - fi - fi + case "$1" in + --userconf) export RESTART_PP_USED="userconf" ;; + --edit_db) export RESTART_PP_USED="edit_db" ;; + esac /usr/bin/env bash -c ${pw_full_command_line[@]} & exit 0 } @@ -4721,7 +4718,7 @@ gui_userconf () { --field="$(gettext "Choice gui themes")!$(gettext "Allows you to select a theme for PortProton") :CB" "$(combobox_fix "${GUI_THEME}" "default!compact!classic")" \ 1> "${PW_TMPFS_PATH}/tmp_yad_userconf_set_cb" 2>/dev/null & - "${pw_yad}" --key=$KEY_USERCONF_GUI --paned \ + "${pw_yad}" --key=$KEY_USERCONF_GUI --paned --sensitive \ --title="$(gettext "SETTINGS USER.CONF")" \ --separator=" " --window-icon="$PW_GUI_ICON_PATH/portproton.svg" \ --gui-type="settings-paned" \ @@ -5440,7 +5437,7 @@ pw_autoinstall_from_db () { button_click () { if [[ -n $(pidof -s yad) ]] || [[ -n $(pidof -s yad_gui_pp) ]] ; then - [[ -n "$1" ]] && case "$1" in + case "$1" in --normal) kill -s SIGUSR1 $(pgrep -a yad | grep "\--key=${KEY} \--notebook" | awk '{print $1}') > /dev/null 2>&1 ;; diff --git a/data_from_portwine/scripts/var b/data_from_portwine/scripts/var index 8880c96..bb353d0 100755 --- a/data_from_portwine/scripts/var +++ b/data_from_portwine/scripts/var @@ -1,6 +1,6 @@ #!/usr/bin/env bash #Author: Castro-Fidel (linux-gaming.ru) -#SCRIPTS_NEXT_VERSION=2343 +#SCRIPTS_NEXT_VERSION=2344 #SCRIPTS_STABLE_VERSION=2342 ######################################################################## # export PROTON_USE_XALIA="1"