mirror of
https://github.com/woodchen-ink/webp_server_go.git
synced 2025-07-18 13:42:02 +08:00
Update README.
Bump to 0.1.2.
This commit is contained in:
parent
ceebddbd43
commit
5cc9bf2588
@ -158,12 +158,11 @@ It's basically between `ExpressJS` and `Fiber`, much faster than the `http` pack
|
||||
|
||||
## TODO
|
||||
- [x] This version doesn't support header-based-output, which means Safari users will not see the converted `webp` images, this should be fixed in later releases.
|
||||
- [ ] Multi platform support.
|
||||
- [x] Multi platform support.
|
||||
- [x] A better way to supervise the program.
|
||||
- [ ] Get rid of render-blocking effect on first render.
|
||||
- [x] Prefetch on server initialization.
|
||||
- [x] Custom exhaust path.
|
||||
- [ ] Multiple listen address.
|
||||
|
||||
## Benchmark on convert
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: webp-server
|
||||
Version: 0.1.1
|
||||
Version: 0.1.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Go version of WebP Server. A tool that will serve your JPG/PNGs as WebP format with compression, on-the-fly.
|
||||
|
||||
|
@ -21,7 +21,7 @@ type Config struct {
|
||||
ExhaustPath string `json:"EXHAUST_PATH"`
|
||||
}
|
||||
|
||||
const version = "0.1.1"
|
||||
const version = "0.1.2"
|
||||
|
||||
var configPath string
|
||||
var prefetch bool
|
||||
|
Loading…
x
Reference in New Issue
Block a user