Skip to content

v1.1.0

Compare
Choose a tag to compare
@face-hh face-hh released this 23 Mar 08:58
· 138 commits to master since this release
  • BREAKING: In v1.1.0, Lua files in the AppData get rewritten each time the editor is opened. This change was made to make updates to the existing extensions apply to everyone. If you have modified any .lua file in "langs", back it up before updating

  • In-app update checker

    • You can now check if there's a new GriddyCode release from the settings menu.
  • CLI support

    • You can now open a file/folder with GriddyCode through the terminal - gcode ., gcode index.js
    • NOTE: you have to alias Bussin GriddyCode.exe to gcode yourself in the PATH of your OS. It won't be done automatically!
  • Discord SDK

    • New setting, enabled by default.
    • It will create a Discord Rich Presence on your profile. The information displayed will be the file you're editing, and the directory.
  • The Lua API now provides line and column on detect_functions and detect_variables. This can be useful to determinate the scope of the autocomplete suggestions.

  • The Lua API now provides annotation as a color keyword for highlight, highlight_region, and for themes, add_keywords. Themes that don't implement it will default to #A2B429. Intended use is type annotations.

  • Support for: Bussin, Bussin X, JSON and Java by Symmettry

  • Fixed the code editor still being visible when the file picker was on

  • Fixed hidden folders not appearing in the file picker

  • Fixed music being enabled, then disabled on first run

  • Fixed comment usernames getting out of border

  • Fixed long items in the file picker cutting off (they now truncate with 30 chars + ... + last 3 chars)

  • Fixed settings bug where it didn't save new settings

  • Added a warning when typing without choosing a file.

  • Temporary* fix for when the file picker's scroll effect will move farther than the cursor.

    • It's still happening, but after scrolling past 100+ files.