Skip to content

o 2.59.3

Compare
Choose a tag to compare
@xyproto xyproto released this 08 Feb 16:35
· 1777 commits to main since this release

Fixes

  • 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).
  • Compile the release binaries with Go 1.20.
  • Also support Go 1.16 and 1.17 again.
  • Update the documentation.