Skip to content

Zesk Build release v0.43.1

Copyright © 2026 Market Acumen, Inc.

  • Previous version: v0.43.0
  • Fixed SEE and documentation generation paths
  • Fixed documentation
  • Fixed variable undefined in documentationEnvironmentMake
  • Added fingerprinting to documentationIdenticalRepair
  • Added hooks documentation-files documentation-fingerprint
  • Added bashFunctionNameValid - Is a string a valid function name? (source)
  • Added buildFunctionsExclude - Exclude all function names in this library (source)
  • documentationFilesAdd now honors .gitignore files
  • Added fileModificationTimesBefore and fileModificationTimesAfter
  • fingerprint supports --hook to allow for alternate files for fingerprinting
  • Removed duplicate declaration of listJoin
  • Added processCountWatcher
  • Added releaseNotesMarkdown - Generate markdown for release notes (source)
  • validate "$handler" Fingerprint now supports hookName:keyName syntax to support alternate hooks.
  • Switched to the Apache License, moved LICENSE.md to LICENSE.txt
  • Semantics of buildEnvironmentGet changed to only load variables when the global is unset.
  • pythonVirtual now deletes non-compatible .venv environments when created on another platform (issue with Docker)
  • Added --audit flag to fingerprint hook, now used for both application-fingerprint and documentation-fingerprint