diff --git a/.github/workflows/Release.yaml b/.github/workflows/Release.yaml
index c4899fe..6b190f9 100644
--- a/.github/workflows/Release.yaml
+++ b/.github/workflows/Release.yaml
@@ -16,7 +16,7 @@ jobs:
# Константы, используемые далее по тексту
env:
PROJ: ${{ github.event.repository.name }}
- TAG: '6.12'
+ TAG: '7.0'
steps:
# Проверка состава репозитория (без анализа, как может показаться)
diff --git a/.release/DPArray.sfx.exe b/.release/DPArray.sfx.exe
new file mode 100644
index 0000000..7d56895
Binary files /dev/null and b/.release/DPArray.sfx.exe differ
diff --git a/.release/Release.md b/.release/Release.md
index fca7800..f150a63 100644
--- a/.release/Release.md
+++ b/.release/Release.md
@@ -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
diff --git a/Changes.log b/Changes.log
index 396e45e..f4992bc 100644
--- a/Changes.log
+++ b/Changes.log
@@ -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);
diff --git a/Packages.dpt b/Packages.dpt
index 84481ec..0127975 100644
--- a/Packages.dpt
+++ b/Packages.dpt
@@ -4,8 +4,8 @@ n:DPArray
a:DPArray.dp
f:fvd
i:INFOPAGE
-v:6.12
-p:00093EA9F079FEF9
+v:7.0
+p:000946A5C4D6F5B9
@@ -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 доступен для развёртки!
diff --git a/packages/DPArray.dp b/packages/DPArray.dp
index 54e1905..ff104d8 100644
Binary files a/packages/DPArray.dp and b/packages/DPArray.dp differ
diff --git a/src/DPModule/ESHQInstaller_en_us.resx b/src/DPModule/ESHQInstaller_en_us.resx
index ac3be12..a39b5c9 100644
--- a/src/DPModule/ESHQInstaller_en_us.resx
+++ b/src/DPModule/ESHQInstaller_en_us.resx
@@ -193,7 +193,7 @@ Continue with specified path?
You may be trying to update or uninstall a product that has never been installed or has already been removed
- We’re ready for
+ We’re ready for the
application deployment at
@@ -203,11 +203,11 @@ You may be trying to update or uninstall a product that has never been installed
package rebuilding.
- application removing from
+ remove of the application from
“{0:S}”
- updating installation at
+ update of the application at
“{0:S}”
@@ -278,7 +278,7 @@ Retry the list downloading?
About the {0:S}...
- &Deploy
+ &Deploy ▷
Packages &list
@@ -501,4 +501,7 @@ Server sent a new message
Creating the deinstallation script...
+
+ Autostart parameters
+
\ No newline at end of file
diff --git a/src/DPModule/ESHQInstaller_ru_ru.resx b/src/DPModule/ESHQInstaller_ru_ru.resx
index 27aedf3..d2e3fc5 100644
--- a/src/DPModule/ESHQInstaller_ru_ru.resx
+++ b/src/DPModule/ESHQInstaller_ru_ru.resx
@@ -278,7 +278,7 @@
О программе {0:S}...
- &Развернуть
+ &Развернуть ▷
&Список пакетов
@@ -501,4 +501,7 @@
Создание скрипта деинсталляции...
+
+ Параметры автозапуска
+
\ No newline at end of file