Releases: face-hh/griddycode
v1.2.2
v1.2.1
v1.2.0
-
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)
v1.1.1
v1.1.0
-
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
togcode
yourself in the PATH of your OS. It won't be done automatically!
- You can now open a file/folder with GriddyCode through the terminal -
-
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
andcolumn
ondetect_functions
anddetect_variables
. This can be useful to determinate the scope of the autocomplete suggestions. -
The Lua API now provides
annotation
as a color keyword forhighlight
,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.
v1.0.4
- Notices now appear:
- when you first install GriddyCode
- when it fails to load a theme
- when you open an unsupported file
- Fixed horizontal scroll (by squarecylinder)
- Now the whole project runs over one font: FiraCode Regular. Tested on a fresh Wine Windows machine, it seemed to fix the font blurriness.