diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2f89af3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.13.0] - 2022-08-02 + +### Added +- Event handling when player got bomb +- Remove c4 on warmup +- Register amx log when using command +- pug_allow_global_say cvar and .globalsay command to enable/disable global chat +- pug_allow_nonsteam cvar to add specific logic if player is nonsteam + +### Fixed +- Non-steam players connection error cause' update rates + +### Changed +- Use cstrike function to remove c4 +- Round time extended to 9 minutes + diff --git a/scripting/competitive.sma b/scripting/competitive.sma index d40722c..02b3cc2 100644 --- a/scripting/competitive.sma +++ b/scripting/competitive.sma @@ -1,7 +1,7 @@ #include #define PLUGIN "Competitive" -#define VERSION "0.12.7" +#define VERSION "0.13.0" #define AUTHOR "Leopoldo Brines" public plugin_init()