Skip to content

Commit

Permalink
changed input order from "1. downloadme.txt; 2. tag search; 3. manual…
Browse files Browse the repository at this point in the history
… input" to "1. downloadme.txt; "2. tag search xor manual input" depending on server mode or client mode
  • Loading branch information
9FS committed Oct 13, 2024
1 parent d2ff55a commit 00e9e50
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 101 deletions.
127 changes: 62 additions & 65 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "nhentai_archivist"
readme = "readme.md"
repository = "https://github.com/9-FS/nhentai_archivist"
version = "3.4.1"
version = "3.5.0"

[dependencies]
chrono = { version = "^0.4.0", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
nhentai_archivist:
container_name: "nhentai_archivist"
image: "ghcr.io/9-fs/nhentai_archivist:3.4.1"
image: "ghcr.io/9-fs/nhentai_archivist:3.5.0"
environment:
HOST_OS: "Unraid"
PGID: 100
Expand Down
Loading

0 comments on commit 00e9e50

Please sign in to comment.