You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix a bug that happened when trying to run a program by pressing ctrl-space twice.
Stop the search function from saving duplicate entries in a row.
New features
Add support for generating code with ChatGPT, if the API key is set and a line is prefixed with ! or ie. // generate a function that .... and return is pressed.
Make it possible to view images on the terminal (.png, .jpg, .jpeg, .gif, .ico and bmp are supported. If CGO_ENABLED is not set to 0 at compile time, .webp is also supported). This is an experimental feature and how the images are scaled is not always optimal.
Minor improvements
Read some environment variables only once.
Remove use of rand.Seed that is deprecated by Go 1.20 (used by the little built-in game).