From c9864eff2e22546379d448cc915019517e81ace3 Mon Sep 17 00:00:00 2001 From: FutureRave Date: Tue, 10 May 2022 20:25:34 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c277f8b..4906ef22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,29 @@ 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/). +## [0.7.2] - 2022-05-10 + +### Added + +- Add IsArray GSC function (#248) +- Keybind fields in menus work with controller keys (#255) + +### Changed + +- GSC function `GetSystemTime` now returns the Unix time (#258) + +### Fixed + +- Knife charge is fixed for controller players (#259) +- Fixed internet, local and favorites filters (#260) +- `sv_lanOnly` Dvar now prevents the server from sending heatbeats to master if set to true (#246) + +### Known issue + +- HTTPS is not supported for fast downloads at the moment. +- Sound issue fix is experimental as the bug is not fully understood. +- `reloadmenus` command does not free resources used by custom menus. + ## [0.7.1] - 2022-05-03 ### Added