Skip to content

Releases: 9-FS/nhentai_archivist

2025-01-26 nhentai_archivist 3.8.2

26 Jan 11:00
Compare
Choose a tag to compare

Changelog

  • b76383c: fixed media server fallback; added fallback randomisation; decreased http connection timeout to 10 s

2024-12-31 nhentai_archivist 3.8.1

31 Dec 15:32
Compare
Choose a tag to compare

Changelog

  • 8e48fcc: embedded database migrations into binary, fixed distribution problems
  • 6391620: updated readme

2024-12-24 nhentai_archivist 3.8.0

24 Dec 21:59
Compare
Choose a tag to compare

Changelog

  • 5507710: added proper database setup via migrations; removed DATABASE_URL setting; WARNING: recreation of the database is necessary, just delete the "./db/" directory
  • a1e2196: updated rust

2024-12-06 nhentai_archivist 3.7.0

06 Dec 19:13
Compare
Choose a tag to compare

Changelog

  • f30b38c: improved title truncation logic so cbz filename can now always utilise full 255 B irrespective of nhentai id, WARNING: THIS LEADS TO DUPLICATE DOWNLOADS OF HENTAI THAT UTILISED THE PREVIOUS TITLE TRUNCATION LOGIC, hentai whose titles were too short to be truncated are unaffected

2024-12-06 nhentai_archivist 3.6.4

06 Dec 18:59
Compare
Choose a tag to compare

Changelog

  • f5adc8f: fixed temporary cbz filename could exceed 255 B

2024-11-28 nhentai_archivist 3.6.3

28 Nov 10:44
Compare
Choose a tag to compare

Changelog

  • 2fe4d7d: fixed empty temporary directories not being deleted

2024-11-27 nhentai_archivist 3.6.2

27 Nov 08:30
Compare
Choose a tag to compare

Changelog

  • 4bfa586: fixed LIBRARY_SPLIT = 1 creating "id ~ id" directories

2024-11-26 nhentai_archivist 3.6.1

26 Nov 13:02
Compare
Choose a tag to compare

Changelog

  • 126b6a9: fixed ComicInfo.xml root tag not being "ComicInfo"

2024-11-23 nhentai_archivist 3.6.0

23 Nov 17:01
Compare
Choose a tag to compare

Changelog

  • 186efc8: fixed and polished FILENAME_TITLE_TYPE
  • 7d21165: added FILENAME_TITLE_TYPE
  • 942fbee: updated readme
  • 26cfebb: moved media into nextcloud share

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