Skip to content

1.5.0

Compare
Choose a tag to compare
@x1unix x1unix released this 05 Aug 05:13
· 700 commits to master since this release
b0beb05

Changelog

Examples and templates

In this release we added new section near Open menu button.
This section contains templates for code (such as unit tests) with Go snippets and tutorials which can be useful while learning Go.

Alt Text

Code snippets

To make coding faster, we added some code snippets that will allow to paste code expression using special alias.

Alt Text

Short list of available snippets:
* iferr - Error handling snippet
* switch - Quick switch declaration
* typestruct - Quickly declare struct
* fmtprintf - fmt.Printf shorthand

Full list of snippets available here

Custom fonts and font ligatures

This release adds editor font selection option to settings modal and programming font ligatures support.

Alt Text

Other minor changes and fixes

  • Fixed default fallback font for editor bug that affected Linux users
  • Added experimental update popup
  • Added changelog modal
  • Added "Submit Issue" and "Donate" options to menu
  • Updated Go version to 1.14 for WASM builds
  • Updated monaco-editor package that powers Better Go Playground