From 7aa214598f25b8ceefacc0207369f28f111d7127 Mon Sep 17 00:00:00 2001 From: 9FS Date: Wed, 18 Sep 2024 21:44:24 +0000 Subject: [PATCH] test test --- Cargo.lock | 2 +- Cargo.toml | 2 +- docker-compose.yaml | 2 +- readme.md | 5 ++++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e85e870..01fd267 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1036,7 +1036,7 @@ dependencies = [ [[package]] name = "nhentai_archivist" -version = "3.2.1" +version = "3.2.2" dependencies = [ "chrono", "load_config", diff --git a/Cargo.toml b/Cargo.toml index 1472dd1..81dcdf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "nhentai_archivist" readme = "readme.md" repository = "https://github.com/9-FS/nhentai_archivist" -version = "3.2.1" +version = "3.2.2" [dependencies] chrono = { version = "^0.4.0", features = ["serde"] } diff --git a/docker-compose.yaml b/docker-compose.yaml index 0d596fc..3480e15 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -3,7 +3,7 @@ version: "3" services: nhentai_archivist: container_name: "nhentai_archivist" - image: "ghcr.io/9-fs/nhentai_archivist:3.2.1" + image: "ghcr.io/9-fs/nhentai_archivist:3.2.2" environment: HOST_OS: "Unraid" PGID: 100 diff --git a/readme.md b/readme.md index a6336c0..bedd467 100644 --- a/readme.md +++ b/readme.md @@ -163,4 +163,7 @@ nHentai Archivist is not connected to your nHentai account in any way. Automatic - nHentai contains a lot of duplicates. There is currently no way to filter them out. See [issue #6](https://github.com/9-FS/nhentai_archivist/issues/6). -- The [nHentai search API](https://nhentai.net/info/) does not match whole words only; or at least I can't figure out how. For example, searching the artist "mana" will download "mana-ko" and "aoi manabu", everything with mana in it. This does not affect (normal) tags as far as I have experienced. I recommend to always double check your `NHENTAI_TAGS` with a search on nhentai.net. See [issue #10](https://github.com/9-FS/nhentai_archivist/issues/10). \ No newline at end of file +- The [nHentai search API](https://nhentai.net/info/) does not match whole words only; or at least I can't figure out how. For example, searching the artist "mana" will download "mana-ko" and "aoi manabu", everything with mana in it. This does not affect (normal) tags as far as I have experienced. I recommend to always double check your `NHENTAI_TAGS` with a search on nhentai.net. See [issue #10](https://github.com/9-FS/nhentai_archivist/issues/10). + + +asdf \ No newline at end of file