update changelog

This commit is contained in:
Florian Stinglmayr 2024-09-18 21:40:07 +02:00
parent 6fd5bbc582
commit 6cbe54ff73

View File

@ -1,8 +1,11 @@
# EliteBGS changelog # EliteBGS changelog
## 0.4.3 on ??.??.2024 ## 0.4.3 on 18.09.2024
* Add possibility to post log reports to Discord webhooks. * Add possibility to post log reports to Discord webhooks.
Logs are automatically split to fit discord length, and you can choose the
name of the Commander to post it as. There are some restrictions, so for
ultra long logs the one line log format might be necessary.
* Fix cartographics data value by igonring `TotalEarnings`. Total earnings * Fix cartographics data value by igonring `TotalEarnings`. Total earnings
is the same as `BaseValue`, except any percentages taken by crew members is the same as `BaseValue`, except any percentages taken by crew members
is deducted. Actual total value is `BaseValue` plus `Bonus`. is deducted. Actual total value is `BaseValue` plus `Bonus`.