Skip to content

Commit 91105a3

Browse files
committed
chore: bump for v0.3.0
1 parent c8b1873 commit 91105a3

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,29 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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

0 commit comments

Comments
 (0)