diff --git a/.github/workflows/Release.yaml b/.github/workflows/Release.yaml index 904f2ad..154bf88 100644 --- a/.github/workflows/Release.yaml +++ b/.github/workflows/Release.yaml @@ -16,7 +16,7 @@ jobs: # Константы, используемые далее по тексту env: PROJ: ${{ github.event.repository.name }} - TAG: '7.2.2' + TAG: '7.2.5' steps: # Проверка состава репозитория (без анализа, как может показаться) diff --git a/.release/DPArray.sfx.exe b/.release/DPArray.sfx.exe index 8daae3e..347a118 100644 Binary files a/.release/DPArray.sfx.exe and b/.release/DPArray.sfx.exe differ diff --git a/.release/Release.md b/.release/Release.md index 3819964..22c131b 100644 --- a/.release/Release.md +++ b/.release/Release.md @@ -1,4 +1,5 @@ -_Changes for v 7.2.2_: +_Changes for v 7.2.5_: +- Implemented the new App about interface; - Fixed the incorrect operation of the `Deselect all` option in the packages manager; - Updated the `Help and support` links set; - Added support for `.NET 8.0`; diff --git a/Changes.log b/Changes.log index 3253ea1..f78bdc4 100644 --- a/Changes.log +++ b/Changes.log @@ -1,5 +1,8 @@ DPArray: changes log +Version 7.2.5: +• Implemented the new App about interface + Version 7.2.2: • Fixed the incorrect operation of the Deselect all option in the packages manager; • Updated the Help and support links set diff --git a/Packages.dpt b/Packages.dpt index ba55f9e..881ebdd 100644 --- a/Packages.dpt +++ b/Packages.dpt @@ -4,8 +4,8 @@ n:DPArray a:DPArray.dp f:fvd i:INFOPAGE -v:7.2.2 -p:00095EA158B8D2DC +v:7.2.5 +p:0009578E83ED3BC3 diff --git a/packages/DPArray.dp b/packages/DPArray.dp index e92a2b2..6b60ada 100644 Binary files a/packages/DPArray.dp and b/packages/DPArray.dp differ diff --git a/src/Generics/AboutForm.cs b/src/Generics/AboutForm.cs index 09a1a92..3b58f50 100644 --- a/src/Generics/AboutForm.cs +++ b/src/Generics/AboutForm.cs @@ -14,11 +14,15 @@ public partial class AboutForm: Form { // Переменные private string projectLink, updatesLink, userManualLink, userVideomanualLink; - private string updatesMessage = "", updatesMessageForText = "", description = "", - versionDescription = "", adpRevision = ""; + private string updatesMessage = "", + /*updatesMessageForText = "", + description = "",*/ + versionDescription = "", + adpRevision = ""; private bool policyAccepted = false; private bool startupMode = false, acceptMode = false; - private bool desciptionHasBeenUpdated = false; + /*private bool desciptionHasBeenUpdated = false; + */ private const string newPolicyAlias = "!"; /// @@ -96,19 +100,25 @@ public partial class AboutForm: Form }; // Доступные варианты перехода к ресурсам Лаборатории - private enum LinkTypes + /*private enum LinkTypesComplete { - UserManual, - UserVideomanual, + UpdateVersion, + ChangeLog, + + UserGuideOffline, + UserGuideOnline, + UserVideoguide, ProjectPage, ADP, + AskDeveloper, ToLabMain, ToLabVK, ToLabTG, Donate, } - private List linkTypes = new List (); + private List linkTypes = new List ();*/ + private List