Skip to content

Commit

Permalink
Merge branch 'release/1.12.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Apr 24, 2022
2 parents 4705aa9 + c608167 commit 968caa3
Show file tree
Hide file tree
Showing 7 changed files with 1,999 additions and 143 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]

## [1.12.1] - 2022-04-24
### Changed
* Update dependencies
* (develop) Create `npm run dev` for hot reload
* Disable JavaScript in /noscript using Content-Security-Policy

## [1.12.0] - 2022-03-05
### Changed
* Update dependencies
Expand Down Expand Up @@ -417,7 +423,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/v1.12.0...HEAD
[Unreleased]: https://github.com/nwtgck/piping-server/compare/v1.12.1...HEAD
[1.12.1]: https://github.com/nwtgck/piping-server/compare/v1.12.0...v1.12.1
[1.12.0]: https://github.com/nwtgck/piping-server/compare/v1.11.1...v1.12.0
[1.11.1]: https://github.com/nwtgck/piping-server/compare/v1.11.0...v1.11.1
[1.11.0]: https://github.com/nwtgck/piping-server/compare/v1.10.2...v1.11.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ docker run -p 8080:8080 -d --restart=always nwtgck/piping-server
Run a Piping Server on <http://localhost:8080> as follows on Linux.

```bash
curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.11.1/piping-server-pkg-linuxstatic-x64.tar.gz | tar xzvf -
curl -L https://github.com/nwtgck/piping-server-pkg/releases/download/v1.12.0/piping-server-pkg-linuxstatic-x64.tar.gz | tar xzvf -
./piping-server-pkg-linuxstatic-x64/piping-server --http-port=8080
```
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.
Expand Down
Loading

0 comments on commit 968caa3

Please sign in to comment.