File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,29 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ v0.3.0] - 2020-02-24
8+ ### Fixed
9+ - Fix windows never sets isRunning
10+ - Windows build invokes into wrong WebTty.Exec binary on native builds
11+
12+ ### Changed
13+ - Calculate client assets server side
14+ - Cache assets for on year when hash is present in query string
15+ - Decouple schema generator from api library
16+
17+ ### Added
18+ - Generate native builds
19+
720## [ v0.2.0] - 2020-02-22
8- ## Added
21+ ### Added
922- Support for multiple command line arguments
1023- Allow changing address
1124- Allow changing default port
1225- Allow binding to unix socket
1326- Allow passing a theme
1427- Allow changing socket pty endpoint
1528
16- ## Changed
29+ ### Changed
1730- Overhauled command line system
1831- Improved server
1932- Improved client
You can’t perform that action at this time.
0 commit comments