Compare commits

...

2 Commits

Author SHA1 Message Date
6bbc063c25 update changelog 2022-11-29 17:22:58 +01:00
6fe6f5e26f set version to 0.2.0 2022-11-29 17:20:34 +01:00
2 changed files with 10 additions and 0 deletions

View File

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

View File

@ -1,5 +1,14 @@
# 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
* Fixed a bug related to total amount of credits gained by turning in organic data.