Skip to content

Commit

Permalink
Release 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-charriere committed Sep 11, 2018
1 parent afef045 commit 78ce5b0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@

3.2.1 / 2018-09-10
==================

## General

* `goapp update` command has been added.
* Readme has been rewritten.
* Small dom internal refactors.

## mac

* `goapp mac build` has been refactored to be more maintainable and reliable.
* `goapp mac` got various bug fixes.
* `mac.Driver.URL` field has been added. It allows to run and reopen a
main window without having to do in by hand with `driver.OnRun` and
`driver.OnReopen`.

## web

* `goapp web build` has been refactored. It now produces a .wapp that contains
the executable and the resources.
* `goapp web run` command has been added. It can launch the web server and the
the gopherjs client in the default web browser.

3.2.0 / 2018-08-29
==================

Expand Down

0 comments on commit 78ce5b0

Please sign in to comment.