Skip to content

Commit 968caa3

Browse files
committed
Merge branch 'release/1.12.1'
2 parents 4705aa9 + c608167 commit 968caa3

File tree

7 files changed

+1999
-143
lines changed

7 files changed

+1999
-143
lines changed

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.1] - 2022-04-24
9+
### Changed
10+
* Update dependencies
11+
* (develop) Create `npm run dev` for hot reload
12+
* Disable JavaScript in /noscript using Content-Security-Policy
13+
814
## [1.12.0] - 2022-03-05
915
### Changed
1016
* Update dependencies
@@ -417,7 +423,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
417423
* Docker automated build on Docker Hub
418424
* Support HTTPS
419425

420-
[Unreleased]: https://github.com/nwtgck/piping-server/compare/v1.12.0...HEAD
426+
[Unreleased]: https://github.com/nwtgck/piping-server/compare/v1.12.1...HEAD
427+
[1.12.1]: https://github.com/nwtgck/piping-server/compare/v1.12.0...v1.12.1
421428
[1.12.0]: https://github.com/nwtgck/piping-server/compare/v1.11.1...v1.12.0
422429
[1.11.1]: https://github.com/nwtgck/piping-server/compare/v1.11.0...v1.11.1
423430
[1.11.0]: https://github.com/nwtgck/piping-server/compare/v1.10.2...v1.11.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ docker run -p 8080:8080 -d --restart=always nwtgck/piping-server
129129
Run a Piping Server on <http://localhost:8080> as follows on Linux.
130130

131131
```bash
132-
curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.11.1/piping-server-pkg-linuxstatic-x64.tar.gz | tar xzvf -
132+
curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.0/piping-server-pkg-linuxstatic-x64.tar.gz | tar xzvf -
133133
./piping-server-pkg-linuxstatic-x64/piping-server --http-port=8080
134134
```
135135
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)