Skip to content

Releases: K4ryuu/K4-Zenith

K4-Zenith | v1.0.39

26 Feb 00:24
Compare
Choose a tag to compare
  • fix: Bans module connect full issue
  • fix: Wrong scoreboard rank with 0 points when a rank is set to a 0 point boundary

Full Changelog: v1.0.38...v1.0.39

K4-Zenith | v1.0.38

24 Feb 15:46
Compare
Choose a tag to compare
K4-Zenith | v1.0.38 Pre-release
Pre-release
  • feat: Enhanced rank point commands to support offline targeting via SteamID
  • feat: Introduced the banip command in the bans module
  • feat: Updated the Toplists module to return only the TOPx clantag based on the defined maximum value
  • feat: Added a configuration option for CustomTag removal delay to improve compatibility
  • optimise: Eliminated redundant task assignment operators from Task.Run calls
  • fix: Corrected improper usage of the shared API within the bans module
  • fix: Prevented an infinite retry loop when a disconnected player's data fails to load
  • fix: Resolved the premature "player not yet loaded" error log in the bans module
  • chore: Relocated the top clantag translation functionality to the TopLists module

K4-Zenith | v1.0.37

01 Feb 11:59
Compare
Choose a tag to compare
  • feat: Enhanced module reset functionality with unique module identifiers for future compatibility
  • upgrade: Implemented additional validation checks in toplist caching system
  • optimise: Integrated transaction support for reset-all operations
  • fix: Resolved player storage reset command issues

K4-Zenith | v1.0.36

31 Jan 18:12
Compare
Choose a tag to compare
  • fix: ChatSpy event had a collection modification issue

K4-Zenith | v1.0.35

30 Jan 19:43
Compare
Choose a tag to compare
  • optimise: Reduced connection count used on player load
  • fix: Module loading and rank issues

K4-Zenith | v1.0.34

29 Jan 20:32
Compare
Choose a tag to compare
  • fix: Points missmatches due to caches
  • fix: Rank module crash on hotReload
  • remove: Caching in Rank module for points

K4-Zenith | v1.0.33

27 Jan 19:23
Compare
Choose a tag to compare
  • feat: Added retry mechanism to load player data when the database is back online
  • feat: Added module detection for toplist module
  • fix: Data losses when a database is down
  • fix: Bans webhook sent wrong timestamp for message

Full Changelog: v1.0.32...v1.0.33

K4-Zenith | v1.0.32

21 Jan 17:44
Compare
Choose a tag to compare
  • fix: Prevented database migrations from running on uninstalled modules
  • fix: Restored automatic ban functionality when reaching maximum warnings
  • fix: Prevented team selection menu from appearing when using hide command

Full Changelog: v1.0.31...v1.0.32

K4-Zenith | v1.0.31

20 Jan 11:36
Compare
Choose a tag to compare
  • feat: Enhanced translation system to use player's language instead of server default (thank you for the idea @daffyyyy)
  • feat: Improved readability of toplist values by adding thousand separators
  • feat: Added warning message for mp_halftime 0 config that conflicts with fake-ranks
  • feat: Improved playtime precision by rounding to 2 decimal places
  • optimise: Reduced memory allocation in rank point calculations
  • fix: Resolved player rank info not saving correctly
  • fix: Fixed database compatibility issues in toplists module
  • fix: Improved toplist query performance and compatibility
  • chore: Removed redundant command description translations

Full Changelog: v1.0.30...v1.0.31

K4-Zenith | v1.0.30

19 Jan 14:15
Compare
Choose a tag to compare
  • fix: Type convert issues on config cacher for VIPFlags
  • fix: Block join message while the plugin is not loaded to prevent not replaced ones
  • fix: MySQL compatibility issues with MariaDB
  • optimise: Changed some functions to use less resource allocations