Skip to content

0.0.6-dev

Pre-release
Pre-release

Choose a tag to compare

@vq9o vq9o released this 23 Mar 08:31
· 94 commits to main since this release
bf96ce2

Change Log

  • Knight.Knight has been deprecated, please use Knight.Internal. Will be fully removed in 0.0.8-prod release.
  • Knight startup pre-cautions added
  • Knight fixes & misc. additions
  • Issue #1 has been addressed & patch
  • Code cleanups
  • 0.0.6-prod has been updated for KnightProfiler support.
  • Knight.GetMemoryUsageKB() to get usage
  • Knight.MemoryKBStart for start usage
  • Knight.moduleStart tick when the module was inited.
  • KNIGHT_IGNORE_MODULE Collection tag for knight to ignore module for initialization as a service. It can still be indexed.
  • Knight.Start() order is fixed.
  • KNIGHT_CONFIG module
  • KNIGHT_ENUM module as Knight.Enum
  • KNIGHT_TYPES module for scuffed types
  • Automatic bug reports (Reporting API endpoint will start collection in 0.0.7-prod release, until then it will be disabled.)

KnightProfiler

KnightProfiler is a new tool to profile knight framework in-game to see where you need to optimize your scripts due to Roblox F9 Console unable to properly debug Knight.
Get Knight Profiler at: https://github.com/RAMPAGELLC/KnightProfiler/tree/main

Full Changelog: 0.0.6-prod...0.0.6-prod