From 2594f3fdf82669e90ede03f6117e7fc7ec9a20f6 Mon Sep 17 00:00:00 2001 From: /dev/sdb Date: Sun, 30 Dec 2018 19:18:44 +0100 Subject: [PATCH] Update CHANGELOG.md v0.6.0 --- CHANGELOG.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ed5c69e..959ab587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,32 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog v0.3.0](http://keepachangelog.com/en/0.3.0/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [0.6.0] - 2018-12-30 ### Added -- Implement DHT into node network code. +- Implement unbanclient command. +- Implement /serverlist api endpoint on dedicated servers +- Add dvar to control the server query rate (net_serverQueryLimit & net_serverFrames) ### Changed +- Update dependencies + ### Fixed - Fix mods not working in private matches. +- Fix multiple game structures (map tools) +- Fix multiple vulnerability's +- Fix lag spikes on lower end PCs +- Fix invalid name check +- Fix openLink command crash issue +- Fix lobby server map downloading +- Fix steam integration + +### Known issues + +- HTTPS is not supported for fast downloads at the moment. ## [0.5.4] - 2017-07-09