Skip to content

Commit

Permalink
Assembly v 7.0 (13.04.24)
Browse files Browse the repository at this point in the history
  • Loading branch information
adslbarxatov committed Apr 12, 2024
1 parent 5f313f2 commit b338175
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Константы, используемые далее по тексту
env:
PROJ: ${{ github.event.repository.name }}
TAG: '6.12'
TAG: '7.0'

steps:
# Проверка состава репозитория (без анализа, как может показаться)
Expand Down
Binary file added .release/DPArray.sfx.exe
Binary file not shown.
5 changes: 4 additions & 1 deletion .release/Release.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
_Changes for v 6.12_:
_Changes for v 7.0_:
- The method of setup for autostart settings has been rewritten: now the app uses the separate button in the packages manager for it;
- The interface of packages manager has been updated;
- DPArray now has no deinstallation scripts;
- Updated HypeHelp and Updates checker mechanics: this should fix apps freezing immediately after launch (on some PCs);
- The mini-launcher now can kill user-defined processes;
- Updated the HypeHelp links list
6 changes: 6 additions & 0 deletions Changes.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
DPArray: changes log

Version 7.0:
• The method of setup for autostart settings has been rewritten: now the app uses the separate
button in the packages manager for it;
• The interface of packages manager has been updated;
• DPArray now has no deinstallation scripts

Version 6.12:
• Updated HypeHelp and Updates checker mechanics: this should fix apps freezing immediately
after launch (on some PCs);
Expand Down
8 changes: 4 additions & 4 deletions Packages.dpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ n:DPArray
a:DPArray.dp
f:fvd
i:INFOPAGE
v:6.12
p:00093EA9F079FEF9
v:7.0
p:000946A5C4D6F5B9



Expand Down Expand Up @@ -350,5 +350,5 @@ v:7.1.3



me:ES: Randomaze v 5.3 is out now!
mr:ES: Randomaze v 5.3 доступен для загрузки!
me:ES: DPArray v 7 is available for deployment!
mr:ES: DPArray v 7 доступен для развёртки!
Binary file modified packages/DPArray.dp
Binary file not shown.
11 changes: 7 additions & 4 deletions src/DPModule/ESHQInstaller_en_us.resx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Continue with specified path?</value>
You may be trying to update or uninstall a product that has never been installed or has already been removed</value>
</data>
<data name="ReadyMessage1" xml:space="preserve">
<value>We’re ready for </value>
<value>We’re ready for the </value>
</data>
<data name="ReadyMessage2_Install" xml:space="preserve">
<value>application deployment at
Expand All @@ -203,11 +203,11 @@ You may be trying to update or uninstall a product that has never been installed
<value>package rebuilding.</value>
</data>
<data name="ReadyMessage2_Uninstall" xml:space="preserve">
<value>application removing from
<value>remove of the application from
“{0:S}”</value>
</data>
<data name="ReadyMessage2_Update" xml:space="preserve">
<value>updating installation at
<value>update of the application at
“{0:S}”</value>
</data>
<data name="ReadyMessage3" xml:space="preserve">
Expand Down Expand Up @@ -278,7 +278,7 @@ Retry the list downloading?</value>
<value>About the {0:S}...</value>
</data>
<data name="PackageSelectorForm_AbortButton" xml:space="preserve">
<value>&amp;Deploy</value>
<value>&amp;Deploy</value>
</data>
<data name="PackageSelectorForm_ListOfProjects" xml:space="preserve">
<value>Packages &amp;list</value>
Expand Down Expand Up @@ -501,4 +501,7 @@ Server sent a new message</value>
<data name="DeinstallationScriptBuilding" xml:space="preserve">
<value>Creating the deinstallation script...</value>
</data>
<data name="AutostartParameters" xml:space="preserve">
<value>Autostart parameters</value>
</data>
</root>
5 changes: 4 additions & 1 deletion src/DPModule/ESHQInstaller_ru_ru.resx
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
<value>О программе {0:S}...</value>
</data>
<data name="PackageSelectorForm_AbortButton" xml:space="preserve">
<value>&amp;Развернуть</value>
<value>&amp;Развернуть</value>
</data>
<data name="PackageSelectorForm_ListOfProjects" xml:space="preserve">
<value>&amp;Список пакетов</value>
Expand Down Expand Up @@ -501,4 +501,7 @@
<data name="DeinstallationScriptBuilding" xml:space="preserve">
<value>Создание скрипта деинсталляции...</value>
</data>
<data name="AutostartParameters" xml:space="preserve">
<value>Параметры автозапуска</value>
</data>
</root>

0 comments on commit b338175

Please sign in to comment.