Skip to content

Commit

Permalink
Merge pull request #327 from jdknives/doc_cleanup
Browse files Browse the repository at this point in the history
Doc cleanup
  • Loading branch information
jdknives authored Apr 17, 2020
2 parents 677c60e + 7f94b49 commit e1c5a04
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 22 deletions.
26 changes: 18 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,32 @@ 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).

## [Unreleased]
## 0.2.1 - 2020.04.07

### Changed

- reverted port changes for `skysocks-client`

## 0.2.0 - 2020.04.02

### Added

- Retry logic to messaging server for messaging client.
- added `--retain-keys` flag to `skywire-cli visor gen-config` command
- added `--secret-key` flag to `skywire-cli visor gen-config` command
- added hypervisorUI frontend
- added default values for visor if certain fields of config are empty

### Fixed

- Fixed channel collision for messaging clients.
- fixed deployment route finder HTTP request
- fixed /user endpoint not working when auth is disabled

### Changed

- Improve readability of Skywire CLI output.

## 0.1.0 - 2019.03.04
- changed port of hypervisorUI and applications
- replaced unix sockets for app to visor communication to tcp sockets
- reverted asynchronous sending of router packets

### Added
## 0.1.0 - 2020.04.02

- First release of the mainnet Skywire visor and apps for testing.
First release of Skywire Mainnet.
9 changes: 0 additions & 9 deletions CONTRIBUTING.md

This file was deleted.

2 changes: 1 addition & 1 deletion cmd/hypervisor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Endpoints are documented in the provided [Postman](https://www.getpostman.com/)

## Web UI

UI is served on the same port as the API (`:8000` by default). Directory to search for the build frontend is passed in the `web_dir` field of the hypervisor's config.
UI is served on the same port as the API (`:8000` by default).

### Authentication information

Expand Down
6 changes: 2 additions & 4 deletions static/skywire-manager-src/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Skywire Manager

Frontend application that allows to manage a group of Skywire nodes through a Hypervisor instance.

Note: The software is still under heavy development and the current version is intended for public testing purposes only.
Frontend application that allows to manage a group of Skywire visors through a Hypervisor instance.

## Prerequisites

Expand Down Expand Up @@ -38,7 +36,7 @@ change any of the source files.

## Build

Run `npm run build` to build the project. The build artifacts will be stored in the `dist/` directory.
Run `make build-ui` in the top directory of this repo to rebuild the UI. The build artifacts will be stored in the `dist/` directory.

## Translations

Expand Down

0 comments on commit e1c5a04

Please sign in to comment.