Skip to content

Releases: x1unix/go-playground

1.11.0

10 May 16:40
a65b63b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.2...v1.11.0

1.10.2

15 Apr 15:20
Compare
Choose a tag to compare

Features

  • #158 Add Shift+Enter hotkey to jump to newline (closes #157)

Misc

  • #160 Speed-up GitHub Actions job build speed.

1.10.1

11 Apr 10:42
94ccd53
Compare
Choose a tag to compare

This is a hotfix release.

Bugfixes

  • #155 Fix panel layout state sync with local storage (closes #154)

1.10.0

11 Apr 10:42
381bad9
Compare
Choose a tag to compare

Features

  • #150 Use system dark mode preferences.
  • #147 Add support to horizontal and vertical UI layout (closes #136).

Bugfixes

  • #147 Store output panel size in local storage.

Breaking changes

Toggle theme button is not available if Use system theme option is enabled.

This option is enabled by default on supported browsers. Disable Use system theme option to return back old theme toggle button.

1.9.0

28 Mar 02:35
ecfe027
Compare
Choose a tag to compare

Features

  • #140 Add status bar with build information, errors and shortcuts.
  • #141 Increase command bar space on small screens.

Bugfixes

  • #142 Check for service worker update on startup.

Misc

  • #137 Add Systemd unit file (thanks @avdb13 for contribution)
  • #144 Add simple install script using make install command.

1.8.4

26 Mar 10:01
bbe77d1
Compare
Choose a tag to compare

Security fixes

  • #139 bump bump node-forge from 1.2.1 to 1.3.0
  • #138 bump actions/cache from 2 to 3

1.8.3

17 Mar 15:39
e7ae0e3
Compare
Choose a tag to compare

This is a hotfix release.

Bugfixes

  • #132 Fix invalid snippet URL in share popup link (closes #131)

1.8.2

16 Mar 10:37
2ea5321
Compare
Choose a tag to compare

Features

Misc

  • #130 Do multiarch builds in parallel

1.8.1

14 Mar 08:37
Compare
Choose a tag to compare

Features

  • #119 Make Google Analytics tag optional and configurable using container environment variables.

Bugfixes

  • #122 Bypass environment variables to Go compiler (closes #118)

Misc

1.8.0

12 Mar 01:48
Compare
Choose a tag to compare

Features

  • #115 Add base64-encoded images output support.
  • #113 Add GoTip environment support for experimental Go versions.
  • #114 Add Go constraints/generics example snippet.

Bugfixes

  • #117 WebAssembly: fix execution context for methods that require Window interface.
  • #116 Fix fmtprintf snippet.