Compare commits
2 Commits
9f1065c6ea
...
6bbc063c25
Author | SHA1 | Date | |
---|---|---|---|
6bbc063c25 | |||
6fe6f5e26f |
@ -2,6 +2,7 @@
|
|||||||
<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>
|
||||||
|
@ -1,5 +1,14 @@
|
|||||||
# 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user