* Use after free in nNetObject::ClearKnows ([#34](https://gitlab.com/armagetronad/armagetronad/-/issues/34))
* Missing null check for master server info ([#58](https://gitlab.com/armagetronad/armagetronad/-/issues/58))
* Basic screen aspect ratio failures: Text ([#59](https://gitlab.com/armagetronad/armagetronad/-/issues/59))
* Center message issues ([#62](https://gitlab.com/armagetronad/armagetronad/-/issues/62))
* AppImage library content still lacking ([#63](https://gitlab.com/armagetronad/armagetronad/-/issues/63))
* Crash in menu key repeat handling ([#66](https://gitlab.com/armagetronad/armagetronad/-/issues/66))
##### New Features
...
...
@@ -8,18 +17,33 @@
* Do not show a player's own IP on the client ([#27](https://gitlab.com/armagetronad/armagetronad/-/issues/27))
* Make --playback optional so recordings can be more easily played back ([#37](https://gitlab.com/armagetronad/armagetronad/-/issues/37))
* Steam on Windows: Add playback registry keys so .aarec files automatically playback with a doubleclick ([#38](https://gitlab.com/armagetronad/armagetronad/-/issues/38))
* Make clientside playback more robust ([#56](https://gitlab.com/armagetronad/armagetronad/-/issues/56))
* user.cfg fine grained upgrade system ([#61](https://gitlab.com/armagetronad/armagetronad/-/issues/61))
##### Other Changes
* Make custom camera the default for new players ([#35](https://gitlab.com/armagetronad/armagetronad/-/issues/35))
* Turn down tutorial tooltip spam ([#36](https://gitlab.com/armagetronad/armagetronad/-/issues/36))
* Onboarding game improvements ([#39](https://gitlab.com/armagetronad/armagetronad/-/issues/39))
* ROUND_CENTER_MESSAGEs are still displayed in nCLIENT state ([#49](https://gitlab.com/armagetronad/armagetronad/-/issues/49))
* Make Full HD players see the small font as little as possible ([#60](https://gitlab.com/armagetronad/armagetronad/-/issues/60))
##### Contributors
Armanelgtron, Manuel Moos, SwagTron
#### Changes since 0.2.9.0:
##### Fixed Bugs
* Can't open the .appimage file. Missing libwebp.so.5 ([#54](https://gitlab.com/armagetronad/armagetronad/-/issues/54))
##### Contributors
Manuel Moos
#### Changes since 0.2.8.3.5:
##### Fixed Bugs
...
...
@@ -45,20 +69,6 @@ Armanelgtron, Manuel Moos, SwagTron
* Deploy to itch.io ([#19](https://gitlab.com/armagetronad/armagetronad/-/issues/19))
* Credit contributors in patch notes ([#21](https://gitlab.com/armagetronad/armagetronad/-/issues/21))
##### Other Changes
* Debian builds: Documentation html files have empty last change ([#9](https://gitlab.com/armagetronad/armagetronad/-/issues/9))
* Socket and unclean exit trouble due to fork(), execve() and exit() interaction ([#13](https://gitlab.com/armagetronad/armagetronad/-/issues/13))