From 3fa8c04afafbca47bb04f2b0a8c177dbce1d0d63 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:14:10 +0200 Subject: [PATCH 1/5] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1acfae9e..ff870c63 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: Publish run: | dotnet publish app/GHelper.sln --configuration Release --runtime win-x64 -p:PublishSingleFile=true --no-self-contained - powershell Compress-Archive app/bin/x64/Release/net7.0-windows/win-x64/publish/* GHelper-${{ github.sha }}.zip + powershell Compress-Archive app/bin/x64/Release/net7.0-windows/win-x64/publish/* GHelper.zip - name: Upload if: github.event_name != 'workflow_dispatch' From 65e0065234884d437dda430b7403e9f18d775730 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:20:23 +0200 Subject: [PATCH 2/5] Update release.yml --- .github/workflows/release.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff870c63..3565ce40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,17 +23,8 @@ jobs: run: | dotnet publish app/GHelper.sln --configuration Release --runtime win-x64 -p:PublishSingleFile=true --no-self-contained powershell Compress-Archive app/bin/x64/Release/net7.0-windows/win-x64/publish/* GHelper.zip - - name: Upload - if: github.event_name != 'workflow_dispatch' env: GH_TOKEN: ${{ github.token }} run: | gh release upload ${{ github.ref_name }} GHelper.zip - - - name: Artifact - if: github.event_name == 'workflow_dispatch' - uses: actions/upload-artifact@v3 - with: - name: GHelper-release-${{ github.sha }} - path: GHelper-*.zip From 369c89cb8da0396ce281ae3484641bd696327871 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:04:11 +0200 Subject: [PATCH 3/5] New translations strings.resx (Ukrainian) (#1524) --- app/Properties/Strings.uk.resx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/Properties/Strings.uk.resx b/app/Properties/Strings.uk.resx index 45a21faa..30512424 100644 --- a/app/Properties/Strings.uk.resx +++ b/app/Properties/Strings.uk.resx @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Acceleration + Прискорення Не вдається під'єднатися до ASUS ACPI. Програма не може працювати без нього. Спробуйте встановити Asus System Control Interface @@ -253,7 +253,7 @@ Стан батареї - One time charge to 100% + Одноразовий заряд до 100% Оновлення BIOS та драйверів @@ -262,7 +262,7 @@ Старт - Boot Sound + Звук завантаження Яскравість @@ -274,7 +274,7 @@ Підвищити яскравість - Calibrate + Калібрування Зарядка @@ -289,7 +289,7 @@ Своє - Deceleration + Уповільнення За замовчуванням From dac7c86f1bac7cbb11b9c1b4bbdae2a5a3092e77 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Wed, 25 Oct 2023 22:35:34 +0200 Subject: [PATCH 4/5] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index a908bd5f..84154cdb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -298,7 +298,7 @@ If you don't want this bindings to work you can add ### Toggle Performance Mode or Toggle App Window key binding -To change binding for Toggle Performance Modes to ``Ctrl + Shift + KEY`` +To change binding for Toggle Performance Modes forward / backward to ``Ctrl + Shift + KEY`` / ``Ctrl + Shift + Alt + KEY`` ``` "keybind_profile": 116, ``` From bc6edcb38e2206e94f2d3252fd3f60d092b83691 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sun, 29 Oct 2023 11:39:11 +0100 Subject: [PATCH 5/5] New Crowdin updates (#1537) * New translations strings.resx (French) * New translations strings.resx (Portuguese, Brazilian) --- app/Properties/Strings.fr.resx | 8 ++++---- app/Properties/Strings.pt-BR.resx | 22 +++++++++++----------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/app/Properties/Strings.fr.resx b/app/Properties/Strings.fr.resx index 7d706c1b..df6cacf4 100644 --- a/app/Properties/Strings.fr.resx +++ b/app/Properties/Strings.fr.resx @@ -244,7 +244,7 @@ Équilibré - Charge + Charge de la batterie Limite de charge @@ -253,7 +253,7 @@ Santé de la batterie - One time charge to 100% + Charge unique à 100% Mise à jour BIOS et pilotes @@ -262,7 +262,7 @@ Au démarrage - Boot Sound + Son au démarrage Luminosité @@ -274,7 +274,7 @@ Augmenter la luminosité - Calibrate + Calibrer Chargement en cours diff --git a/app/Properties/Strings.pt-BR.resx b/app/Properties/Strings.pt-BR.resx index 50ec6224..3d8bff18 100644 --- a/app/Properties/Strings.pt-BR.resx +++ b/app/Properties/Strings.pt-BR.resx @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Acceleration + Aceleração Não foi possível conectar ao ASUS ACPI. O aplicativo não pode funcionar sem isso. Tente instalar Asus System Controle Interface @@ -151,7 +151,7 @@ G-Helper já está em execução. Verifique a barra de sistema - Apply + Aplicar Aplicar a curva personalizada @@ -172,7 +172,7 @@ Repiração - Clockwise + Sentido horário Ciclo de cores @@ -181,7 +181,7 @@ Comet - Counterclockwise + Sentido anti-horário Rápido @@ -196,7 +196,7 @@ Arco-íris - Random + Aleatório React @@ -211,7 +211,7 @@ Estroboscópio - All + Tudo Dock @@ -226,7 +226,7 @@ Underglow - Auto Apply + Aplicar automaticamente Automático @@ -250,7 +250,7 @@ Limite de carga - Battery Health + Saúde da bateria One time charge to 100% @@ -262,7 +262,7 @@ Ao ligar - Boot Sound + Som de inicialização Nível do brilho @@ -289,7 +289,7 @@ Personalizado - Deceleration + Desaceleração Padrão @@ -301,7 +301,7 @@ Descarregando - Download + Baixar Drivers and Software