Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Moresteck committed Jun 23, 2023
1 parent c1ca935 commit b15aad7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<b style="color: #aaaaff;"><u>Betacraft v2.0.0-alpha.20230623</u></b>

- 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)

<b style="color: #aaaaff;"><u>Betacraft v2.0.0-alpha.20230604</u></b>

- Added a robust version picker to Add Instance
Expand Down
4 changes: 3 additions & 1 deletion src/ui/AboutWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ QString getCreditsHtml() {
stream << "<p>Edvardvs &lt;<a href='https://github.com/Edvardvs'>https://github.com/Edvardvs</a>&gt;</p>\n";
stream << "<p>xitieshiz2 &lt;<a href='https://github.com/xitieshiz2'>https://github.com/xitieshiz2</a>&gt;</p>\n";
stream << "<p>m-burani &lt;<a href='https://github.com/m-burani'>https://github.com/m-burani</a>&gt;</p>\n";
stream << "<p>Don-Leandro &lt;<a href='https://github.com/Don-Leandro '>https://github.com/Don-Leandro</a>&gt;</p>\n";
stream << "<p>Don-Leandro &lt;<a href='https://github.com/Don-Leandro'>https://github.com/Don-Leandro</a>&gt;</p>\n";
stream << "<p>TheEntropyShard &lt;<a href='https://github.com/TheEntropyShard'>https://github.com/TheEntropyShard</a>&gt;</p>\n";
stream << "<p>Zormein &lt;<a href='https://github.com/Zormein'>https://github.com/Zormein</a>&gt;</p>\n";

stream << "</center>\n";

Expand Down

0 comments on commit b15aad7

Please sign in to comment.