Compare commits

..

No commits in common. "6bbc063c250c89fd0b9486a138c1dcf377955001" and "9f1065c6eaa01c87166f4ebd3aae8cbed9ee04cd" have entirely different histories.

2 changed files with 0 additions and 10 deletions

View File

@ -2,7 +2,6 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework> <TargetFramework>net7.0-windows</TargetFramework>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<Version>0.2.0</Version>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms> <UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>

View File

@ -1,14 +1,5 @@
# EliteBGS changelog # EliteBGS changelog
## 0.2.0 on 29.11.2022
* Moved project to .NET 7.0
* Added an experimental combat zone detector. Since there is no dedicated entry in the journal
for a combat zone, this code will do a lot of guessing.
* Add thargoid kills and thargoid vouchers.
* Add a warning if something has been done in E:D Legacy.
* Fixed a bug were on foot murders were not properly recognised.
## 0.1.7 on 09.11.2022 ## 0.1.7 on 09.11.2022
* Fixed a bug related to total amount of credits gained by turning in organic data. * Fixed a bug related to total amount of credits gained by turning in organic data.