From 6cbe54ff7380a4857312553ac915bdefb7c92031 Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Wed, 18 Sep 2024 21:40:07 +0200 Subject: [PATCH] update changelog --- EliteBGS/CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/EliteBGS/CHANGELOG.md b/EliteBGS/CHANGELOG.md index 1e1a81c..18ea6e8 100644 --- a/EliteBGS/CHANGELOG.md +++ b/EliteBGS/CHANGELOG.md @@ -1,8 +1,11 @@ # EliteBGS changelog -## 0.4.3 on ??.??.2024 +## 0.4.3 on 18.09.2024 * 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 is the same as `BaseValue`, except any percentages taken by crew members is deducted. Actual total value is `BaseValue` plus `Bonus`.