Skip to content

Commit

Permalink
Merge branch 'release/0.15.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Oct 22, 2019
2 parents f5e62b9 + e181b67 commit 8dd753e
Show file tree
Hide file tree
Showing 6 changed files with 274 additions and 436 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [0.15.0] - 2019-10-22
### Changed
* Update dependencies
* Update Docker base image version to node:12.13-alpine
* Not force web user to download text and add Piping UI link

## [0.14.0] - 2019-08-26
### Changed
* Reject Service Worker registration requests for receiver using Web browser
Expand Down Expand Up @@ -229,7 +235,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
* Docker automated build on Docker Hub
* Support HTTPS

[Unreleased]: https://github.com/nwtgck/piping-server/compare/v0.14.0...HEAD
[Unreleased]: https://github.com/nwtgck/piping-server/compare/v0.15.0...HEAD
[0.15.0]: https://github.com/nwtgck/piping-server/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/nwtgck/piping-server/compare/v0.13.2...v0.14.0
[0.13.2]: https://github.com/nwtgck/piping-server/compare/v0.13.1...v0.13.2
[0.13.1]: https://github.com/nwtgck/piping-server/compare/v0.13.0...v0.13.1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10.16-alpine
FROM node:12.13-alpine

LABEL maintainer="Ryo Ota <[email protected]>"

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ Piping Server supports multiple receiver. The following moving image is an examp

![Piping Server multiple transfer](demo_images/piping-server-multi-transfer.gif)

## Web UI

Piping UI: <https://piping-ui.org>
GitHub repository: <https://github.com/nwtgck/piping-ui-web>

## Design Philosophy

Piping Server is designed to realize the following ideas.
Expand Down
Loading

0 comments on commit 8dd753e

Please sign in to comment.