Releases: ChatAdditions/ChatAdditions_AMXX
Releases · ChatAdditions/ChatAdditions_AMXX
v1.9.4
What's Changed
- FIX: CA_Mute SQLite storage work by @wopox1337 in #312
Full Changelog: v1.9.3...v1.9.4
Release v1.9.3
What's Changed
- CA:Gag: fix wrong exit item name by @wopox1337 in #278
- Update
CA_Client_Say()
with new param:bool: isTeamMessage
by @JUNESYNGOTOFLEX in #268 - gag: fixed the team chat gag that doesn't work by @Nord1cWarr1or in #280
- Fix: deathmute admin immunity by @Nord1cWarr1or in #283
- ChatAdditions.inc: get seconds const from time.inc by @Nord1cWarr1or in #285
- ChatAdditions.inc: Fix compilation on AMXX 1.9.0 by @Nord1cWarr1or in #286
- CA_Mute: Delete menu time by @Nord1cWarr1or in #292
- DeathMute: fix compile warn by @Nord1cWarr1or in #288
- CA_Gag: Changed the way to read the config by @Nord1cWarr1or in #290
- Optimization and codestyle by @Nord1cWarr1or in #291
- Update CI by @wopox1337 in #284
- Mute: Fix wrong player selected in menu by @Nord1cWarr1or in #295
- Rank restrictions: Implemented steam players immunity by @Nord1cWarr1or in #300
- Gag: Implemented whitelist for chat commands by @Nord1cWarr1or in #299
- Refactoring & cosmetic changes by @Nord1cWarr1or in #301
- Rank restrictions: Different CVars for restrict text & voice chats by @Nord1cWarr1or in #302
- Add SQLite storage for
/mute
by @wopox1337 in #303 - Add chat notification for
votegag
initiation by @wopox1337 in #308 - Fix: Escape chars for name comparsion in sql query by @wopox1337 in #305
New Contributors
- @JUNESYNGOTOFLEX made their first contribution in #268
Full Changelog: v1.9.2...v1.9.3
v1.9.2
What's Changed
- fix: 🐛 GameCMS: Unsafe name on GetAdminID by @wopox1337 in #272
- GameCMS Storage: Getting the server address from CVar by @ma4ts in #275
New Contributors
- @ma4ts made their first contribution in #275
Full Changelog: v1.9.1...v1.9.2
v1.9.1
What's Changed
- GameCMS storage: fix get admin id error by @Nord1cWarr1or in #270
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
EditGag
menu fixes by @wopox1337 in #257Mute menu
: FixEXIT
item shift by @wopox1337 in #258- Add
RO
lang by @ShadowsAdi in #259 RankRestrictions
: Implemented new ranking systems by @ShadowsAdi in #261- Fix admin link in
GameCMS
comms page by @wopox1337 in #260 Core
: Implementedlog_to_file_ex
& fixes by @ShadowsAdi in #262- Add CVar
ca_gag_own_reason_enabled
in CA GAG by @Nord1cWarr1or in #266 - Cleanup configs by @Nord1cWarr1or in #265
- Update codestyle & minor changes by @Nord1cWarr1or in #264
Core
: Implement auto delete logs by @ShadowsAdi in #263
New Contributors
- @ShadowsAdi made their first contribution in #259
Full Changelog: v1.8.2...v1.9.0
v1.8.2
What's Changed
🚀 Features
- CI: Add release hashes @wopox1337 (#252)
- Update codestyle for AntiFlood @Nord1cWarr1or (#246)
- new CVar:
ca_gag_common_chat_block
@wopox1337 (#242) - Add
AntiFlood
plug-in @Nord1cWarr1or (#243) CA Addon
: Request UnGAG (/sorry
) @wopox1337 (#233)- Core API enhance @Nord1cWarr1or (#241)
- Notification of new version availability @wopox1337 (#240)
v1.8.1
What's Changed
🐛 Bug Fixes
- FIX: buggy default
OnConfigsExecuted()
from amxx @wopox1337 (#239) - VoteGag: fix minutes value
BLOCK_TIME_MIN
@wopox1337 (#234)
🧰 Maintenance
- Add
GitHub Action
for Remove old artifacts @wopox1337 (#236)
v1.8.0
What's Changed
🚀 Features
- Add
UA
lang @wopox1337 (#228) - Add
/votegag
feature plugin @wopox1337 (#224) show_activity_ex()
: add color support @wopox1337 (#225)- Add log for
gag edit
action @wopox1337 (#220) - Add
CA_Addon_RankRestrictions.sma
@wopox1337 (#217)
🐛 Bug Fixes
GameCMS
: fix chat message (PLAYER
inseadADMIN
) @wopox1337 (#226)- Fix spelling errors in
RU
lang @wopox1337 (#218)
v1.7.3
What's Changed
🐛 Bug Fixes
- CA_Gag: fix runtime error @Nord1cWarr1or (#209)
🧰 Maintenance
-
Update CI @wopox1337 (#208)
-
Сodestyle fixes & improvements @Nord1cWarr1or (#211)
🚀 Features
- Added new storage (PGBans / AMXBans) @PawelCode (#210)
Contributors
v1.7.2
What's Changed
🧰 Maintenance
- CI: update AMXModX compiler version to
1.10
@wopox1337 (#206)