Skip to content

Commit 4705aa9

Browse files
committed
Merge branch 'release/1.12.0'
2 parents c155d4e + 3d32482 commit 4705aa9

File tree

11 files changed

+165
-164
lines changed

11 files changed

+165
-164
lines changed

.circleci/config.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
matrix:
1111
node-version: [10.x, 12.x, 14.x, 16.x]
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: Use Node.js ${{ matrix.node-version }}
15-
uses: actions/setup-node@v2.5.1
15+
uses: actions/setup-node@v3
1616
with:
1717
node-version: ${{ matrix.node-version }}
1818
- run: npm ci
@@ -23,7 +23,7 @@ jobs:
2323
docker_test:
2424
runs-on: ubuntu-18.04
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v3
2727
- run: docker build -t piping-server .
2828
- name: Working test with Docker image
2929
run: |

.github/workflows/docker-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build_and_push:
1212
runs-on: ubuntu-18.04
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
with:
1616
ref: develop
1717
- name: Set up QEMU

.github/workflows/docker-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build_and_push:
1414
runs-on: ubuntu-18.04
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- run: git fetch --unshallow
1818
- name: Get latest tag
1919
id: latest_tag

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
npm_publish:
88
runs-on: ubuntu-18.04
99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: actions/setup-node@v1
10+
- uses: actions/checkout@v3
11+
- uses: actions/setup-node@v3
1212
with:
1313
node-version: 16
1414
- run: npm ci

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55

66
## [Unreleased]
77

8+
## [1.12.0] - 2022-03-05
9+
### Changed
10+
* Update dependencies
11+
* (command) Improve HTTPS-related option error messages
12+
* Change fonts in top page and /noscript page
13+
814
## [1.11.1] - 2022-02-05
915
### Changed
1016
* Update dependencies
@@ -411,7 +417,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
411417
* Docker automated build on Docker Hub
412418
* Support HTTPS
413419

414-
[Unreleased]: https://github.com/nwtgck/piping-server/compare/v1.11.1...HEAD
420+
[Unreleased]: https://github.com/nwtgck/piping-server/compare/v1.12.0...HEAD
421+
[1.12.0]: https://github.com/nwtgck/piping-server/compare/v1.11.1...v1.12.0
415422
[1.11.1]: https://github.com/nwtgck/piping-server/compare/v1.11.0...v1.11.1
416423
[1.11.0]: https://github.com/nwtgck/piping-server/compare/v1.10.2...v1.11.0
417424
[1.10.2]: https://github.com/nwtgck/piping-server/compare/v1.10.1...v1.10.2

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Piping Server
2-
[![npm](https://img.shields.io/npm/v/piping-server.svg)](https://www.npmjs.com/package/piping-server) [![CodeFactor](https://www.codefactor.io/repository/github/nwtgck/piping-server/badge)](https://www.codefactor.io/repository/github/nwtgck/piping-server) [![CircleCI](https://circleci.com/gh/nwtgck/piping-server.svg?style=shield)](https://circleci.com/gh/nwtgck/piping-server) [![Build status](https://ci.appveyor.com/api/projects/status/g075o30d5pp4m0pa?svg=true)](https://ci.appveyor.com/project/nwtgck/piping-server) [![GitHub Actions](https://github.com/nwtgck/piping-server/workflows/Node%20CI/badge.svg)](https://github.com/nwtgck/piping-server/actions) [![Docker Automated build](https://img.shields.io/docker/automated/nwtgck/piping-server.svg)](https://hub.docker.com/r/nwtgck/piping-server/)
3-
[![](https://images.microbadger.com/badges/image/nwtgck/piping-server.svg)](https://microbadger.com/images/nwtgck/piping-server "Get your own image badge on microbadger.com") [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=nwtgck/piping-server)](https://dependabot.com)
2+
[![npm](https://img.shields.io/npm/v/piping-server.svg)](https://www.npmjs.com/package/piping-server) [![CodeFactor](https://www.codefactor.io/repository/github/nwtgck/piping-server/badge)](https://www.codefactor.io/repository/github/nwtgck/piping-server) [![Build status](https://ci.appveyor.com/api/projects/status/g075o30d5pp4m0pa?svg=true)](https://ci.appveyor.com/project/nwtgck/piping-server) [![GitHub Actions](https://github.com/nwtgck/piping-server/workflows/Node%20CI/badge.svg)](https://github.com/nwtgck/piping-server/actions) [![Docker Automated build](https://img.shields.io/docker/automated/nwtgck/piping-server.svg)](https://hub.docker.com/r/nwtgck/piping-server/) [![](https://images.microbadger.com/badges/image/nwtgck/piping-server.svg)](https://microbadger.com/images/nwtgck/piping-server "Get your own image badge on microbadger.com")
43

54
Infinitely transfer between every device over HTTP/HTTPS
65
<img src="demo_images/piping-server-terminal-hello.gif" alt="Piping Server hello" width="600">
@@ -130,7 +129,7 @@ docker run -p 8080:8080 -d --restart=always nwtgck/piping-server
130129
Run a Piping Server on <http://localhost:8080> as follows on Linux.
131130

132131
```bash
133-
curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.10.2/piping-server-pkg-linuxstatic-x64.tar.gz | tar xzvf -
132+
curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.11.1/piping-server-pkg-linuxstatic-x64.tar.gz | tar xzvf -
134133
./piping-server-pkg-linuxstatic-x64/piping-server --http-port=8080
135134
```
136135
The binaries are for multi-platform including Linux on x64, Linux on ARM64, Linux on ARMv7, Intel macOS, Apple Silicon macOS and Windows on x64. See <https://github.com/nwtgck/piping-server-pkg> to run on the other platform.

0 commit comments

Comments
 (0)