Skip to content

Commit

Permalink
Updated CHANGELOG.rst for 0.11.0-rc1.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMaximum committed Aug 30, 2023
1 parent 1ab3241 commit 584edff
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,42 @@
Changelog
=========

0.11.0-rc1
----------

Core
~~~~

* Improvement: Upgraded python packages to use :code:`aiohttp==3.8.5`, :code:`async-timeout<5.0.0`, :code:`requests==2.27.1`, and :code:`cryptography==40.0.2`.
* Improvement: Update order of in-memory map list in map manager after shuffling the list (#687).
* Improvement: Added :code:`name` attribute to ManiaLink tag, ensuring recognizability when debugging ManiaScript (thanks to w1lla) (#1213).

* Bugfix: Fixing style stripper to be more realistic with in-game renderer (thanks to skybaks) (#1249).

Apps
~~~~

* Feature: Added Race Rankings widget to replace in-game provided widget only displaying the first few finishing players (#1097).
* Feature: Added admin commands for setting the maximum players and spectators on the server (#1197).
* Feature: Added :code:`/muffin` command to the fun commands app (#1220).

* Improvement: Added clickable player names in Live Rankings widget to switch spectator target (#1087).
* Improvement: Added button to rankings lists to add map to map folder (#1218).
* Improvement: Avoid unnecessarily retrieving player for local record, instead using already retrieved :code:`record.player` (thanks to reaby) (#893).
* Improvement: Live Rankings no longer displays Rounds/Team/Cup standings in warm-up.

* Bugfix: Fixing map info widget displaying author of the previous map by waiting for the map to be loaded (thanks to reaby) (#1191).
* Bugfix: Fixing live rankings displaying invalid added points due to ping issues, by sorting finishes list on every finish (thanks to skybaks).
* Bugfix: Fixing the reboot admin command on Windows machines (thanks to w1lla).
* Bugfix: Fixing duplicate karma votes, by adding a unique constraint and removing the duplicate votes (#998).

0.10.5
------

Core
~~~~

* Improvement: Removed \x92 character and <hidden> values from mode settings descriptions (#1219).
* Improvement: Removed :code:`\x92` character and :code:`<hidden>` values from mode settings descriptions (#1219).

* Bugfix: Fixing crash on start when using PostgreSQL database backend (thanks to lel-amri) (#1126).
* Bugfix: Fixing list template background with no search, but with buttons (thanks to skybaks) (#1232).
Expand Down

0 comments on commit 584edff

Please sign in to comment.