Skip to content

Commit

Permalink
Assembly v 7.1.5 (21.04.24)
Browse files Browse the repository at this point in the history
  • Loading branch information
adslbarxatov committed Apr 21, 2024
1 parent eb2a307 commit fbf67a5
Show file tree
Hide file tree
Showing 8 changed files with 21 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: '7.1.2'
TAG: '7.1.5'

steps:
# Проверка состава репозитория (без анализа, как может показаться)
Expand Down
Binary file modified .release/DPArray.sfx.exe
Binary file not shown.
9 changes: 4 additions & 5 deletions .release/Release.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
_Changes for v 7.1.2_:
_Changes for v 7.1.5_:
- The mini-launcher obtained new appearance;
- User can now set the color for the additional buttons in the mini-launcher. Also now they can be removed. Use the right mouse click for it;
- Access checking method has been completely rewritten: now it will properly detect problems with file / registry input / output and help user with fixing them;
- Added the special section in the user guide for access troubleshooting;
- Autorun option now will use the registry instead of the start menu;
- Upgraded the self-update algorithm (useful for Windows 10 rights management);
- 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
- The interface of packages manager has been updated
7 changes: 6 additions & 1 deletion Changes.log
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
DPArray: changes log

Version 7.1.1:
Version 7.1.5:
• The mini-launcher obtained new appearance;
• User can now set the color for the additional buttons in the mini-launcher. Also now they
can be removed. Use the right mouse click for it

Version 7.1.2:
• Access checking method has been completely rewritten: now it will properly detect problems
with file / registry input / output and help user with fixing them;
• Added the special section in the user guide for access troubleshooting;
Expand Down
4 changes: 2 additions & 2 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:7.1.2
p:00094A9E95EC9D70
v:7.1.5
p:00095A9E4E066FFC



Expand Down
Binary file modified packages/DPArray.dp
Binary file not shown.
5 changes: 4 additions & 1 deletion src/DPModule/ESHQInstaller_en_us.resx
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ The app will use default path for this product. If it’s not correct, use “Re
<data name="HasUpdates" xml:space="preserve">
<value>Updates are available for previously deployed packages.

Updates are highlighted in yellow in the packages list. At the top of the window, filtering is also available on the basis of “updates only”</value>
Updates are highlighted in yellow in the packages list. At the bottom of the window, filtering is also available on the basis of “updates only”</value>
</data>
<data name="AllowMenuShortcutsFlagText" xml:space="preserve">
<value>Need shortcuts in the Start menu</value>
Expand Down Expand Up @@ -504,4 +504,7 @@ Server sent a new message</value>
<data name="AutostartParameters" xml:space="preserve">
<value>Autostart parameters</value>
</data>
<data name="AddAppsForm_ColorLabel" xml:space="preserve">
<value>Color:</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 @@ -414,7 +414,7 @@
<data name="HasUpdates" xml:space="preserve">
<value>Доступны обновления для ранее развёрнутых пакетов.

В списке пакетов обновления выделены жёлтым цветом. В верхней части окна также доступна фильтрация по признаку «только обновления»</value>
В списке пакетов обновления выделены жёлтым цветом. В нижней части окна также доступна фильтрация по признаку «только обновления»</value>
</data>
<data name="AllowMenuShortcutsFlagText" xml:space="preserve">
<value>Требуются ярлыки в меню Пуск</value>
Expand Down Expand Up @@ -504,4 +504,7 @@
<data name="AutostartParameters" xml:space="preserve">
<value>Параметры автозапуска</value>
</data>
<data name="AddAppsForm_ColorLabel" xml:space="preserve">
<value>Цвет:</value>
</data>
</root>

0 comments on commit fbf67a5

Please sign in to comment.