diff --git a/EliteBGS/EliteBGS.csproj b/EliteBGS/EliteBGS.csproj index 7ec408e..d580abf 100644 --- a/EliteBGS/EliteBGS.csproj +++ b/EliteBGS/EliteBGS.csproj @@ -2,7 +2,7 @@ net7.0-windows WinExe - 0.3.0 + 0.3.1 false true true diff --git a/EliteBGS/docs/CHANGELOG.md b/EliteBGS/docs/CHANGELOG.md index ec55615..2dc5291 100644 --- a/EliteBGS/docs/CHANGELOG.md +++ b/EliteBGS/docs/CHANGELOG.md @@ -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. diff --git a/EliteBGS/docs/index.md b/EliteBGS/docs/index.md index 3155dfb..a88d758 100644 --- a/EliteBGS/docs/index.md +++ b/EliteBGS/docs/index.md @@ -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