|
1 | 1 | # Changelog
|
2 | 2 | Changelog can also be found in the controller (/changes)
|
3 | 3 |
|
| 4 | +## 1.6.0 |
| 5 | +**18/11/2024** |
| 6 | ++ Added support for potentially infinite map handling |
| 7 | ++ Added new search algorithm #253 |
| 8 | ++ Added support for Bun (experimental) |
| 9 | ++ Added nickname to player (login) translation for admin actions |
| 10 | ++ Added manialink interaction timeouts |
| 11 | ++ Added page selection in MapList via $p (by default) #252 |
| 12 | ++ Added stats update on interval |
| 13 | ++ Added dedicated server healthchecks |
| 14 | ++ Added SIGINT handling #224 |
| 15 | ++ Added BestCps and BestFinishes horizontal layouts |
| 16 | ++ Added rank recalculation via //recrank |
| 17 | ++ Added CpCounter relative layout |
| 18 | ++ Added environment display to MapList and MapWidgetResult |
| 19 | ++ Added different default screenshots for all environments |
| 20 | ++ Added //savematchsettings |
| 21 | ++ Added new options for UI text |
| 22 | +- Fixed //requeue allowing continuous requeueing of the same map #254 |
| 23 | +- Fixed crash in Paginator when landing on a non-existent page |
| 24 | +- Fixed Freezone plugin sending too long names |
| 25 | +- Fixed maps not being added due to having the same filename |
| 26 | +- Fixed the server hanging when attempting to add a map too big in size |
| 27 | +- Fixed TMXFetcher not going through other TMX websites on empty response |
| 28 | +- Fixed restart/extend related bugs |
| 29 | +- Fixed skipping during transition state not doing anything |
| 30 | +- Fixed UI breaking on non-escaped characters in player name #258 |
| 31 | +- Fixed admin windows not refreshing when interacting with an offline player |
| 32 | +- Fixed several non-optimised algorithms |
| 33 | + |
4 | 34 | ## 1.5.0
|
5 | 35 | **21/03/2024**
|
6 | 36 | * Removed DiscordJS dependency
|
|
0 commit comments