Compare commits

...

2 Commits

Author SHA1 Message Date
Edward Shen e95afd3e32
Bump to 0.5.3 2021-07-17 13:05:13 -04:00
Edward Shen fbcf9566c1
Update readme 2021-07-17 13:04:39 -04:00
3 changed files with 11 additions and 5 deletions

2
Cargo.lock generated
View File

@ -1241,7 +1241,7 @@ dependencies = [
[[package]]
name = "mangadex-home"
version = "0.5.2"
version = "0.5.3"
dependencies = [
"actix-web",
"arc-swap",

View File

@ -1,6 +1,6 @@
[package]
name = "mangadex-home"
version = "0.5.2"
version = "0.5.3"
license = "GPL-3.0-or-later"
authors = ["Edward Shen <code@eddie.sh>"]
edition = "2018"

View File

@ -2,9 +2,15 @@ A Rust implementation of a MangaDex@Home client.
This client contains the following features:
- Multi-threaded
- HTTP/2 support
- No support for TLS 1.1 or 1.0
- Easy migration from the official client
- Fully compliant with MangaDex@Home specifications
- Multi-threaded, high performance, and low overhead client
- HTTP/2 support for API users, HTTP/2 only for upstream connections
- Secure and privacy oriented features:
- Only supports TLS 1.2 or newer; HTTP is not enabled by default
- Options for no logging and no metrics
- Support for on-disk XChaCha20 encryption with ephemeral key generation
- Supports an internal LFU, LRU, or a redis instance for in-memory caching
## Building