From 91105a3874601c3fb0826d05d233b46c1ce56a6f Mon Sep 17 00:00:00 2001 From: Nick Van Dyck Date: Mon, 24 Feb 2020 22:28:26 +0100 Subject: [PATCH] chore: bump for v0.3.0 --- CHANGELOG.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b97e0ae..314604a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [v0.3.0] - 2020-02-24 +### Fixed +- Fix windows never sets isRunning +- Windows build invokes into wrong WebTty.Exec binary on native builds + +### Changed +- Calculate client assets server side +- Cache assets for on year when hash is present in query string +- Decouple schema generator from api library + +### Added +- Generate native builds + ## [v0.2.0] - 2020-02-22 -## Added +### Added - Support for multiple command line arguments - Allow changing address - Allow changing default port @@ -13,7 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Allow passing a theme - Allow changing socket pty endpoint -## Changed +### Changed - Overhauled command line system - Improved server - Improved client