Skip to content

v3.8.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@x87 x87 released this 30 May 14:27
· 5 commits to master since this release
d88c667

Features

  • dark theme #3
    • theme editor in the options
    • existing coloring configuration gets converted to a custom (user) theme on the first run
  • updated Chinese and Hungarian translations
  • highlight string variable constants #140
  • initial integration with https://library.sannybuilder.com/
    • hints when "Show opcode info" is enabled
    • clicking in the bottom panel navigates to the library

Bug Fixes

  • constants highlighting is not working when SB launched from another directory #131
  • critical error in enum interpreter #139
  • compiler adds 8 redundant bytes in a headless script in LCS/VCS modes
  • incorrect data type picked for labels in LCS/VCS modes
  • crash when attempting to compile via CLI with the source include option enabled #117