Skip to content

v1.3.5

Choose a tag to compare

@Izak88 Izak88 released this 16 Nov 10:46
· 899 commits to master since this release

Bug Fixes

  • console: console on Linux (efd99d3)
  • container: stop container and cleanup after build properly (ae6202e)
  • docker: stop container or kill if not going nice way (925684d)
  • header: remove hardcoded avatar (f1f6405)
  • output: fix terminal output issues (e0fd26a)
  • terminal: fix terminal output before terminal ready (5ff62b9)
  • terminal: terminal output before terminal ready (c18a814)

Features

  • API: run API & Socket Server on same single port (78fd624)
  • base-image: build base image during setup process (closes #277) (ddebe08)
  • base-image: build base image during setup process (closes #277) (f0fdf78)
  • build: output container information (416560b)
  • docker: Add a post push hook to make sure the latest tag gets built. (217071d)
  • docker: Added healthcheck to dockerfile (5e46608)
  • docker: Preliminary work for automated dockerhub builds. (18c83af)
  • dockerfile: Add build command to npm scripts. (8ed216f)
  • dockerfile: Addition of dockerfile for building Abstruse image (ae993ca)
  • hterm: hterm integration (eac7aa4)
  • images: removeing docker images (92504d2)
  • xterm: implementation of xterm terminal (90521b5)

Performance Improvements

  • container: force remove container instead of graceful stop (c9093fe)