bugfix release
This commit is contained in:
parent
5799b3ed16
commit
7ee734bc33
@ -2,7 +2,7 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net7.0-windows</TargetFramework>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<Version>0.3.0</Version>
|
||||
<Version>0.3.1</Version>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<UseWindowsForms>true</UseWindowsForms>
|
||||
<UseWPF>true</UseWPF>
|
||||
|
@ -1,5 +1,10 @@
|
||||
# EliteBGS changelog
|
||||
|
||||
## 0.3.1 on 26.02.2023
|
||||
|
||||
* Fixed: AX combat zones caused crashes with the summary.
|
||||
* Fixed: Summaries for thargoid kills didn't render probably.
|
||||
|
||||
## 0.3.0 on 26.02.2023
|
||||
|
||||
* Move to MahApps toolkit, which replaces extended toolkit.
|
||||
|
@ -20,13 +20,13 @@ command line:
|
||||
winget install Microsoft.DotNet.DesktopRuntime.7
|
||||
```
|
||||
|
||||
You can download the **latest** version **0.3.0** at CodeBerg:
|
||||
You can download the **latest** version **0.3.1** at CodeBerg:
|
||||
|
||||
* [https://codeberg.org/nola/EDBGS/releases](https://codeberg.org/nola/EDBGS/releases)
|
||||
|
||||
Or alternatively from my server:
|
||||
|
||||
* [https://bgs.n0la.org/elitebgs-0.3.0.zip](https://bgs.n0la.org/elitebgs-0.3.0.zip)
|
||||
* [https://bgs.n0la.org/elitebgs-0.3.1.zip](https://bgs.n0la.org/elitebgs-0.3.1.zip)
|
||||
|
||||
## Old Versions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user