Skip to content

Version 1.0.5 - Mostly Bug Fixes

Compare
Choose a tag to compare
@kayler-renslow kayler-renslow released this 23 Jul 01:19
· 291 commits to master since this release

This version will likely be the last release for up to a whole month. I've gotten very burned out on this project and would like to take a break. However, if anything tremendously wrong appears in this version, I'll be quick to fix it!

Changelog

SQF
Added:

  • support for hex numbers (#15)

Changed:

  • variables set to nil will now be marked as uninitialized
  • variables declared in params command that have no default value will be marked as "may be uninitialized" instead of more definitive "not initialized"

Fixed:

  • #14
  • params [["_var", nil]];//was saying _var was defined when it shouldn't be
  • #17
  • quick documentation lookup not working for commands while still typing the command