Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
manuvarkey committed Apr 28, 2023
1 parent 0085f0e commit 9d93966
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ GElectrical is a graphical frontend to pandapower for power supply simulation an
* Coordination analysis for power supply protection devices with support for CB and fuse protection curves; damage curves for transformers, cables and motors.
* Support for daily load curves for load elements.
* Support for arriving network parameters for custom geometry OH lines.
* Support for modeling networks with mixed TN-S/ TN-C/ TT/ IT earthing systems.
* Electrical rules check for checking conformity with IEC/ local electrical guidelines.
* Print and export of drawings to pdf.
* Generation of analysis reports.
Expand Down
10 changes: 10 additions & 0 deletions app/share/metainfo/com.kavilgroup.gelectrical.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@
<project_group>Office</project_group>
<content_rating type="oars-1.1" />
<releases>
<release date="2023-04-28" version="0.6">
<description>
<ul>
<li>Implement support for modeling networks with mixed TN-S/ TT/ IT earthing systems.</li>
<li>Implement text display element.</li>
<li>Bug fixes and corrections in in-built models.</li>
<li>Updates to standard library.</li>
</ul>
</description>
</release>
<release date="2023-03-28" version="0.5">
<description>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# These three must be integers
!define VERSIONMAJOR 1
!define VERSIONMINOR 0
!define VERSIONBUILD 7
!define VERSIONBUILD 8
# These will be displayed by the "Click here for support information" link in "Add/Remove Programs"
# It is possible to use "mailto:" links in here to open the email client
!define HELPURL "mailto:[email protected]" # "Support Information" link
Expand All @@ -28,7 +28,7 @@ LicenseData "LICENSE"
# This will be in the installer/uninstaller's title bar
Name "${APPNAME}"
Icon "GElectrical.ico"
outFile "GElectrical-win64-1-RC-3-3.exe"
outFile "GElectrical-win64-1-RC-4-0.exe"

!include LogicLib.nsh

Expand Down

0 comments on commit 9d93966

Please sign in to comment.