diff --git a/CHANGELOG.md b/CHANGELOG.md index d681e9029c3..8fad7b8c47a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,28 @@ +2019-06-18 **v0.16.0** +* React template FTW! - Thanks [admin_3.exe](https://github.com/bh90210)! +* Updated contributors +* Arch Linux detection without lsb-release +* Removed deprecated methods for dealing with JS/CSS in the backend - -## [v0.13.0] - 2019-05-12 +2019-05-29 **v0.14.11-pre** +* Windows fix for spinner -### Feat -- revamped 'update' system -- no need for explicit GO111MODULE=on +2019-05-29 **v0.14.10-pre** +* Windows fix for Vuetify -### Fix -- documentation typo fixes -- windows init project -- windows 10 colour -- leave windows assets on -p flag -- show prerequisite errors +2019-05-29 **v0.14.9-pre** +* Vuetify project template 🎉 -### Docs -- updated contributors -- added awesomego logo -- added Redhat distro +2019-05-29 **v0.14.8-pre** +* Updated Ubuntu npm install command + +2019-05-22 **v0.14.7-pre** +* New projects are built automatically when initialised +* Go 1.12 is now a minimum requirement + +2019-05-21 **v0.14.6-pre** +* Hotfix for module dependency issue + +2019-05-20 **v0.14.5-pre** +* Added developer tooling - New Template Generator +* Documentation fixes - Thanks [admin_3.exe](https://github.com/bh90210)! diff --git a/README.md b/README.md index ac99d569746..7d1a0257483 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ The traditional method of providing web interfaces to Go programs is via a built - Use standard Go libraries/frameworks for the backend - Use any frontend technology to build your UI +- Quickly create Vue, Vuetify or React frontends for your Go programs - Expose Go methods/functions to the frontend via a single bind command - Uses native rendering engines - no embedded browser - Shared events system @@ -97,7 +98,7 @@ Without the following people, this project would never have existed: * [Dustin Krysak](https://wiki.ubuntu.com/bashfulrobot) - His support and feedback has been immense. More patience than you can throw a stick at (Not long now Dustin!). * [Serge Zaitsev](https://github.com/zserge) - Creator of [Webview](https://github.com/zserge/webview) which Wails uses for the windowing. -And without [these people](CONTRIBUTORS.md), it wouldn't be what it is today. +And without [these people](CONTRIBUTORS.md), it wouldn't be what it is today. A huge thank you to each and every one of you! Special Mentions: diff --git a/cmd/version.go b/cmd/version.go index e8655c5140d..3747c0e0ef1 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -1,4 +1,4 @@ package cmd // Version - Wails version -const Version = "v0.15.0" +const Version = "v0.16.0"