Skip to content

Releases: samyeyo/LuaRT-Studio

LuaRT Studio 1.8.0

30 May 20:43
Compare
Choose a tag to compare

LuaRT Studio v1.8.0 (May 30 2024)

  • New: Theme selection is now available in the new Edit\Preferences\Theme menu
  • New: DarkDefault and LightDefault themes
  • New: New canvas examples balls_demo.lua
  • New: New Open RTBuilder command and toolbar icon
  • Updated: LuaRT Studio is now using the LuaRT 1.8.0 toolchain
  • Fixed: Themes now applies to the left pane too (Projects/Symbols)
  • Fixed: Better dark mode autodetection for Windows 10/11
  • Fixed: Output pane now uses UNICODE or no encoding at all as needed (using standard Lua io functions won't show wrong characters anymore) (Fixes #21)
  • Fixed: Using breakpoints will now pause debugging when using LuaRT ui module and a Task to update the GUI
  • Fixed: tables with metatables are now pretty printed correctly
  • Fixed : Setting project arguments won't add a blank space to the first argument anymore (Fixes #22)

📋 VirusTotal detection for LuaRT-Studio-v1.8.0-x64.zip
📋 VirusTotal detection for LuaRT-Studio-v1.8.0-x86.zip

🔒 Minisign public key RWQePKEZPWae5LOhoGMWSH8l3tbnk1lG9Lxufdu6wSk3oxyiPzYdvylF

If you ❤️ LuaRT Studio, don't forget to put a ⭐ on the GitHub repository !

LuaRT Studio 1.6.0 x64

26 Nov 13:34
Compare
Choose a tag to compare

LuaRT Studio v1.6.0 (Nov 26 2023)

  • Updated: LuaRT Studio is now using the LuaRT 1.6.0 toolchain
  • Updated: LuaRT Studio uses latest Lua 5.4.6 VM
  • New: New toolbar icon for the "Analyze" command
  • Updated: Help menu now contains links related to LuaRT website
  • Fixed: Debugging a script that contains a call to the Task:wait() method won't crash the program anymore (Fixes #20)
  • Fixed: Clicking on the "stop" button will now really stop the running program (Fixes #19)

📋 VirusTotal detection for LuaRT-Studio-v1.6.0-x64.zip

🔒 Minisign public key RWQePKEZPWae5LOhoGMWSH8l3tbnk1lG9Lxufdu6wSk3oxyiPzYdvylF

If you ❤️ LuaRT Studio, don't forget to put a ⭐ on the GitHub repository !

LuaRT Studio 1.6.0 x86

26 Nov 13:33
Compare
Choose a tag to compare

LuaRT Studio v1.6.0 (Nov 26 2023)

  • Updated: LuaRT Studio is now using the LuaRT 1.6.0 toolchain
  • Updated: LuaRT Studio uses latest Lua 5.4.6 VM
  • New: New toolbar icon for the "Analyze" command
  • Updated: Help menu now contains links related to LuaRT website
  • Fixed: Debugging a script that contains a call to the Task:wait() method won't crash the program anymore (Fixes #20)
  • Fixed: Clicking on the "stop" button will now really stop the running program (Fixes #19)

📋 VirusTotal detection for LuaRT-Studio-v1.6.0-x86.zip

🔒 Minisign public key RWQePKEZPWae5LOhoGMWSH8l3tbnk1lG9Lxufdu6wSk3oxyiPzYdvylF

If you ❤️ LuaRT Studio, don't forget to put a ⭐ on the GitHub repository !

LuaRT Studio 1.3.2

19 Feb 15:01
Compare
Choose a tag to compare

LuaRT Studio v1.3.2 Bugfix (Feb 19 2023)

  • Updated LuaRT toolchain to v1.3.2
  • Fixed print() function prints only first argument in Lua interpreter panel

📋VirusTotal detection for LuaRT Studio v1.3.2 x64.zip

📋VirusTotal detection for LuaRT-Studio v1.3.2 x86.zip

LuaRT Studio 1.3.1

04 Feb 09:00
Compare
Choose a tag to compare

LuaRT Studio v1.3.1 Bugfix (Feb 04 2023)

  • Updated LuaRT toolchain to v1.3.1
  • Fixed running script fails due to spaces in path (Fixes #13)
  • Fixed running with arguments fails (Fixes #14)

📋VirusTotal detection for LuaRT Studio v1.3.1 x64.zip

📋VirusTotal detection for LuaRT-Studio v1.3.1 x86.zip

LuaRT Studio v1.3.0

29 Jan 15:03
Compare
Choose a tag to compare

LuaRT Studio v1.3.0 (Jan 28 2023)

Highlights & Improvements

  • LuaRT toolchain updated to v1.3.0
  • Updated examples to LuaRT v1.3.0
  • New integrated Lua code formatter/beautifier Alt + F (uses Stylua)
  • New Variables pane shown during debugging that list all current scope variables
  • New debugging view that shows Symbols and Variables pane during debugging
  • New UTF8/UNICODE complete support in Output pane
  • New LuaRT modules\ folder autodetection
  • New keyboard shortcut to copy line(s) down Alt + Shift + and up Alt + Shift +
  • New keyboard shortcut to move line(s) down Alt + and up Alt +
  • Changed comment keyboard shortcut to Ctrl + :
  • Changed replace keyboard shortcut to Ctrl + H
  • Changed replace in files keyboard shortcut to Ctrl + Shift + H
  • Updated "Local console" pane to "Lua interpreter" pane
  • Updated "Remote console" pane to "Debugging console" pane
  • Updated breakpoint color to a more consensual one (red !)
  • Updated wrtc to show message in Output panel after compilation succeeded instead of showing a message box
  • Symbols pane now shows only symbols for the current opened file
  • Project view now shows EXE and DLL files
  • Removed Watch pane (replaced by the new Variables Pane)

Bugfixes

  • Fixed Lua scripts cannot be executed in the IDE
  • Fixed "Show console when running option" has no effect
  • Fixed document tab may contain more than one '*' after file change
  • Fixed Symbols pane showing global variables multiple times
  • Fixed Symbols pane showing a non transparent icon for anonymous functions
  • Fixed Output pane don't support reading from console input
  • Fixed LuaRT Console output module breaking Output pane redirection
  • Fixed binary modules in LuaRT "modules\" folder not found during debugging session

📋VirusTotal detection for LuaRT Studio v1.3.0 x64.zip

📋VirusTotal detection for LuaRT-Studio v1.3.0 x86.zip

LuaRT Studio 1.3.0

29 Jan 15:02
Compare
Choose a tag to compare

LuaRT Studio v1.3.0 (Jan 28 2023)

Highlights & Improvements

  • LuaRT toolchain updated to v1.3.0
  • Updated examples to LuaRT v1.3.0
  • New integrated Lua code formatter/beautifier Alt + F (uses Stylua)
  • New Variables pane shown during debugging that list all current scope variables
  • New debugging view that shows Symbols and Variables pane during debugging
  • New UTF8/UNICODE complete support in Output pane
  • New LuaRT modules\ folder autodetection
  • New keyboard shortcut to copy line(s) down Alt + Shift + and up Alt + Shift +
  • New keyboard shortcut to move line(s) down Alt + and up Alt +
  • Changed comment keyboard shortcut to Ctrl + :
  • Changed replace keyboard shortcut to Ctrl + H
  • Changed replace in files keyboard shortcut to Ctrl + Shift + H
  • Updated "Local console" pane to "Lua interpreter" pane
  • Updated "Remote console" pane to "Debugging console" pane
  • Updated breakpoint color to a more consensual one (red !)
  • Updated wrtc to show message in Output panel after compilation succeeded instead of showing a message box
  • Symbols pane now shows only symbols for the current opened file
  • Project view now shows EXE and DLL files
  • Removed Watch pane (replaced by the new Variables Pane)

Bugfixes

  • Fixed Lua scripts cannot be executed in the IDE
  • Fixed "Show console when running option" has no effect
  • Fixed document tab may contain more than one '*' after file change
  • Fixed Symbols pane showing global variables multiple times
  • Fixed Symbols pane showing a non transparent icon for anonymous functions
  • Fixed Output pane don't support reading from console input
  • Fixed LuaRT Console output module breaking Output pane redirection
  • Fixed binary modules in LuaRT "modules\" folder not found during debugging session

📋VirusTotal detection for LuaRT Studio v1.3.0 x64.zip

📋VirusTotal detection for LuaRT-Studio v1.3.0 x86.zip

LuaRT Studio 1.2.1 x86

11 Dec 13:10
Compare
Choose a tag to compare

LuaRT Studio v1.2.1 (Dec 10 2022)

Highlights & Improvements

  • LuaRT toolchain updated to v1.2.0
  • Updated examples to LuaRT v1.2.0

📋VirusTotal detection for LuaRT-Studio-v1.2.1-x86.zip

LuaRT Studio 1.2.1 x64

11 Dec 13:14
Compare
Choose a tag to compare

LuaRT Studio v1.2.1 (Dec 10 2022)

Highlights & Improvements

  • LuaRT toolchain updated to v1.2.0
  • Updated examples to LuaRT v1.2.0

Bugfixes

  • Fixed debugging crash in LuaRT Studio x64

📋VirusTotal detection for LuaRT-Studio-v1.2.1-x64.zip

LuaRT Studio 1.2.0 x86

03 Nov 16:23
Compare
Choose a tag to compare

LuaRT Studio v1.2.0 (Nov 3 2022)

Highlights & Improvements

  • LuaRT interpreter updated to LuaRT 1.1.0
  • New examples: img_viewer.wlua, server.wlua and binary.wlua
  • New welcome message in Output and Local panes

Bugfixes

  • Fixed runtime error when compiling to executable without a project set

VirusTotal detection for LuaRT-Studio-v1.2.0-x86.zip