Skip to content

v1.2.0

Compare
Choose a tag to compare
@face-hh face-hh released this 30 Mar 07:34
· 37 commits to master since this release
  • Added a font picker in the Settings! CTRL + , #66

  • Added support for: Go #43, Lua #46, Python #63 C# #82, Brainfuck #87, C++ #95], HTML #85

  • Added themes: Kanagawa Lotus, Wave #43, Catppuccin Frappe, Latte, Macchiato, Mocha #49, Tokyo Night, Night Light, Night Storm #60, Nord #74, Violet #73

  • Added definitions.lua file for better Lua plugin development with IDEs. #48

  • The themes side of the Lua API now get disable_glow(). This will be used for light themes because Godot's glow messes them up.

  • Settings are now saved with the property, value fields instead of all fields. #65

  • Fixed duplicate autocomplete suggestions. #45

  • Fixed JSON true/false not being properly highlighted. #50

  • Fixed camera issues when line count is over 1652. #57

  • Fixed file_manager trying to run non-existent "pwd" command on Gaming OS. #67

  • Warnings timeout changed. (3s -> 5s)