diff --git a/CHANGELOG.md b/CHANGELOG.md index 10eefa4..d0771e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +Betacraft v2.0.0-alpha.20230623 + +- Authentication tokens are now refreshed properly +- Sensitive data no longer writes to game log and launcher log +- Launcher log now clears with every run +- Version jsons now re-download every launch (except for custom ones) +- Thanks to our translators, added Estonian and Russian +- Fixed joining online mode servers +- Fixed German language not loading (invalid json) +- No longer references undefined loadmap_x pointers (possibly caused unexpected behavior) + Betacraft v2.0.0-alpha.20230604 - Added a robust version picker to Add Instance diff --git a/src/ui/AboutWidget.cpp b/src/ui/AboutWidget.cpp index 76294dd..057f2c7 100644 --- a/src/ui/AboutWidget.cpp +++ b/src/ui/AboutWidget.cpp @@ -22,7 +22,9 @@ QString getCreditsHtml() { stream << "

Edvardvs <https://github.com/Edvardvs>

\n"; stream << "

xitieshiz2 <https://github.com/xitieshiz2>

\n"; stream << "

m-burani <https://github.com/m-burani>

\n"; - stream << "

Don-Leandro <https://github.com/Don-Leandro>

\n"; + stream << "

Don-Leandro <https://github.com/Don-Leandro>

\n"; + stream << "

TheEntropyShard <https://github.com/TheEntropyShard>

\n"; + stream << "

Zormein <https://github.com/Zormein>

\n"; stream << "\n";