Skip to content

Releases: 9-FS/nhentai_archivist

2024-11-10 nhentai_archivist 3.5.1

10 Nov 18:43
Compare
Choose a tag to compare

Changelog

  • 7aab2d7: added image type webp
  • a30ee4f: updated dependencies; replaced deprecated std::panic:PanicInfo with std::panic::PanicHookInfo; updated rust
  • a730659: updated readme chapter structure
  • 6db511a: removed PGID, PUID, UMASK from docker compose

2024-10-13 nhentai_archivist 3.5.0

13 Oct 13:52
Compare
Choose a tag to compare

Changelog

  • 00e9e50: changed input order from "1. downloadme.txt; 2. tag search; 3. manual input" to "1. downloadme.txt; "2. tag search xor manual input" depending on server mode or client mode

2024-10-08 nhentai_archivist 3.4.1

08 Oct 12:59
Compare
Choose a tag to compare

Changelog

  • d2ff55a: fixed not cycling through all media servers at other errors than 404, now cycles through all if response is not ok
  • 2fe1f56: updated readme
  • e61e55d: updated readme

2024-10-01 nhentai_archivist 3.4.0

01 Oct 17:19
Compare
Choose a tag to compare

Changelog

  • 4f635ee: updated dependencies
  • 98c1118: fixed empty api page array results in failing database insert, now api results without page data are filtered out
  • a072dd7: updated docker-compose.yaml
  • 707108d: changed a couple of settings to optional; updated default "./config/.env"
  • 8b18c47: added blacklist feature
  • d9815ae: server mode is now guaranteed to never exit, failures that would result in exit in client mode now only abort current iteration and trigger scheduled sleep
  • 45bde56: removed unused variable
  • c47ebb2: removed rustfmt.toml from ignores
  • 45e5e68: updated readme
  • f20627c: updated readme
  • b48cdfb: updated readme

2024-09-19 nhentai_archivist 3.3.2

19 Sep 16:59
Compare
Choose a tag to compare

Changelog

  • 2bca8e0: fixed error 404 from tag search page 1 resulting in unsuccessful tag search
  • 1d3e614: updated readme
  • 79fcc2e: updated readme

2024-09-19 nhentai_archivist 3.3.1

19 Sep 10:56
Compare
Choose a tag to compare

Changelog

  • e03ef6e: fixed error 404 during test connection could effectively cripple nhentai_archivist on a random fuckywucky basis

2024-09-19 nhentai_archivist 3.3.0

19 Sep 10:28
Compare
Choose a tag to compare

Changelog

2024-09-15 nhentai_archivist 3.2.1

15 Sep 09:32
Compare
Choose a tag to compare

Changelog

  • updated dependencies
  • updated readme

2024-09-14 nhentai_archivist 3.2.0

14 Sep 18:05
Compare
Choose a tag to compare

Changelog

  • updated dependencies
  • fixed mssing .truncate() while opening temporary cbz on linux
  • added search by multiple tags and exclusion of tags (#7)
  • fixed clippy lint warnings (#4)
  • updated dependencies
  • updated comment
  • added cycling through media servers if confronted with an error 404 during image download

2024-09-14 nhentai_archivist 3.1.3

14 Sep 09:12
Compare
Choose a tag to compare

Changelog

  • added try to automatically create database directory
  • updated readme to address common problems