Go Playground Versions Save

Better Go Playground powered by React and Monaco editor

v1.12.0

1 year ago

What's Changed

Full Changelog: https://github.com/x1unix/go-playground/compare/v1.11.1...v1.12.0

v1.11.1

1 year ago

What's Changed

Full Changelog: https://github.com/x1unix/go-playground/compare/v1.11.0...v1.11.1

v1.11.0

2 years ago

What's Changed

Full Changelog: https://github.com/x1unix/go-playground/compare/v1.10.2...v1.11.0

v1.10.2

2 years ago

Features

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

Misc

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

v1.10.1

2 years ago

This is a hotfix release.

Bugfixes

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

v1.10.0

2 years ago

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.

v1.9.0

2 years ago

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.

v1.8.4

2 years ago

Security fixes

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

v1.8.3

2 years ago

This is a hotfix release.

Bugfixes

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

v1.8.2

2 years ago

Features

  • #129 Use Go 1.18 (closes #105)

Misc

  • #130 Do multiarch builds in parallel