Skip to content

v0.11.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 16:27

Changelog

All notable changes to this project will be documented in this file.

[unreleased]

πŸš€ Features

  • (modlist-file) Modlist file is preloaded at start, sacrificing some disk space but speeding up applying binary patches
  • (archives) Preheat archives in chunks of 30GB so that no more than (hopefully) that is taken up by hoolamike while installing
  • (archives) Preheat archives in chunks, but also prioritize things other than 7z which is absurdly slow

πŸ› Bug Fixes

  • Point to hosted version of indicatif fork
  • Drop file handles for preextracted wabbajack files
  • Limit max open files when extracting wabbajack file

🚜 Refactor

  • Refactor archive preloading logic
  • Refactor nested archive directives

[0.10.0] - 2025-01-07

πŸš€ Features

  • (modlist-file) Added more definitions (Mega downloader and BSAs with 32 bit FileFlags - which is very weird and should be investigated)
  • (modlist-file) Load modlist file in one go instead of buffering it - faster

[0.9.2] - 2025-01-06

πŸš€ Features

  • (deps) Remove openssl dependency to enable working on steam deck

[0.9.1] - 2025-01-06

πŸš€ Features

  • (archives) More readable error messages for archive extraction failures
  • (textures) Recompressing textures using BC7 methods now uses the minimal level, which results in 100x decrease in speed

πŸ› Bug Fixes

  • Detect lzma method 14 archives to offload them to 7z binary
  • (install) Fix paths dropping to early
  • (archives) Check windows encoding and normalize paths when using CompressTools
  • (installed) ModOrganizer.ini and other remapped files will no longer be places at paths relative to CWD

[0.8.11] - 2025-01-05

πŸš€ Features

  • (installer) Hoolamike will now mimic the windows case-insensitive path lookup in case copying a local file (typically game directory) fails

[0.8.10] - 2025-01-05

βš™οΈ Miscellaneous Tasks

  • Cache and write permissions

[0.8.9] - 2025-01-05

βš™οΈ Miscellaneous Tasks

  • Cache

[0.8.6] - 2025-01-05

βš™οΈ Miscellaneous Tasks

  • Use secrets for tokens

[0.8.5] - 2025-01-05

βš™οΈ Miscellaneous Tasks

  • Only run CI on new versions

[0.8.2] - 2025-01-05

πŸš€ Features

  • (ci) CI with automatic publishes

πŸ’Ό Other

  • Getting started