Releases: ChatAdditions/ChatAdditions_AMXX
Releases · ChatAdditions/ChatAdditions_AMXX
Release v1.1.0
What's Changed
🚀 Features
- New CVar's
ChatAdditions_version@wopox1337 (#97) - New CVar's for access levels (
ca_gag_immunity_flags,ca_gag_access_flags,ca_gag_access_flags_high) @wopox1337 (#83) - New CVar
ca_gag_remove_only_own_gag@wopox1337 (#86) - Add
amx_show_activitysupport @wopox1337 (#79) - Add human-friendly time parsing from configs @wopox1337 (#78)
- Add configs with auto exec and hot-reload options @wopox1337 (#76)
- Rework log system. Add new native
CA\_Log()@wopox1337 (#74) - Enhance code style @wopox1337 (#72)
- Replace
Remove gagtoShow gagmenu @wopox1337 (#85)
🐛 Bug Fixes
- FIX: Security troubles with
ClCmd_EnterGag*@wopox1337 (#95) - FIX: Negative time rejected on entering gag time @wopox1337 (#93)
- FIX: Save
expireAttime on gag edit @wopox1337 (#90) - FIX: Load full gag data on a client connected @wopox1337 (#88)
- FIX: Revert chat messages block method @wopox1337 (#71)
- FIX: Time gag time length when entered from chat command @wopox1337
Contributors
Release v1.0.0
What's Changed
🐛 Bug Fixes
- Gag fixes @wopox1337 (#68)
- Gag fixes @Nord1cWarr1or (#52)
🚀 Features
- update version by CI on plugins @wopox1337 (#65)
- Auto versioning CI @wopox1337 (#61)
- Separate CHOOSE_STORAGE as StorageAPI with each plugin @wopox1337 (#67)
- Add auto-build release changelog @wopox1337 (#57)
- Add new
publish.shscript (for local tests) @wopox1337