From 215bf088b30ab217928b7ba7027cb8c696b8a0a2 Mon Sep 17 00:00:00 2001 From: astrapi69 Date: Sat, 22 Jul 2023 16:44:21 +0200 Subject: [PATCH] prepare new release in version 7.3 --- CHANGELOG.md | 8 +++++++- gradle.properties | 4 ++-- gradle/packaging.gradle | 5 +++-- src/main/izpack/install.xml | 2 +- src/main/resources/ui/messages.properties | 2 +- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c056985..95a0a84e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,15 @@ ## Change log ---------------------- -Version 7.3-SNAPSHOT +Version 7.3 ------------- +ADDED: + +- new feature for an auto type from the mystic crypt entry +- new feature for save before close +- new feature for duplicate mystic crypt entry in table + CHANGED: - update of gradle to new patch version 8.2.1 diff --git a/gradle.properties b/gradle.properties index 277c8a69..5ca669de 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ ###################### # project properties # ###################### -projectVersion=7.3-SNAPSHOT +projectVersion=7.3 groupPackage=io.github.astrapi69 projectSourceCompatibility=17 projectInceptionYear=2015 @@ -37,7 +37,7 @@ spotlessGradlePluginVersion=6.20.0 ############################ # IzPackInstaller property # ############################ -createIzPackInstaller=false +createIzPackInstaller=true ######################### # dependencies versions # ######################### diff --git a/gradle/packaging.gradle b/gradle/packaging.gradle index 020e3691..b4fb4d76 100644 --- a/gradle/packaging.gradle +++ b/gradle/packaging.gradle @@ -66,9 +66,10 @@ task withAllDependendiesJar(type: Jar) { with jar } -task createIzPackInstallerFromSignedJar(dependsOn: [clean, build, withAllDependendiesJar, izPackCreateInstaller]) { +task createIzPackInstallerFromSignedJar(dependsOn: [clean, build, withAllDependendiesJar, jar, izPackCreateInstaller]) { withAllDependendiesJar.mustRunAfter(clean) build.mustRunAfter(withAllDependendiesJar) - izPackCreateInstaller.mustRunAfter(build) + jar.mustRunAfter(build) + izPackCreateInstaller.mustRunAfter(jar) } diff --git a/src/main/izpack/install.xml b/src/main/izpack/install.xml index 04c627ce..01ecc120 100644 --- a/src/main/izpack/install.xml +++ b/src/main/izpack/install.xml @@ -17,7 +17,7 @@ 1.8 mystic-crypt-ui app/mystic-crypt-ui - 7.2 + 7.3 diff --git a/src/main/resources/ui/messages.properties b/src/main/resources/ui/messages.properties index 577b9daa..83d6a52d 100644 --- a/src/main/resources/ui/messages.properties +++ b/src/main/resources/ui/messages.properties @@ -9,7 +9,7 @@ helpframe.label.help=License: InfoJPanel.application.name.key=Application name: InfoJPanel.application.name.value=mystic-crypt-ui InfoJPanel.version.key=Version: -InfoJPanel.version.value=7.2 +InfoJPanel.version.value=7.3 InfoJPanel.copyright.key=Copyright(C): InfoJPanel.copyright.value=\ 2016 Asterios Raptis InfoJPanel.warning=The Software is under the MIT Licence.