Skip to content

Zesk Build release v0.40.0

Copyright © 2026 Market Acumen, Inc.

  • Previous version: v0.39.9
  • You can now run packageMapping --manager brew mysql to get settings on non-native mappings
  • inArray now displays help with no arguments
  • markdown_removeUnfinishedSections -> markdownRemoveUnfinishedSections
  • markdown_FormatList -> markdownFormatList
  • simpleMarkdownToConsole -> markdownToConsole
  • Added buildEnvironmentFiles and tests
  • Test testBashSetScopes determined that set -? flags are sticky and persist when a function exits: -a -b -f -m -p -k -C -T. These options are NOT sticky and are reset upon function exit: -e -E and -u
    • This is useful when resetting state
  • Searched source for set -a and annotated all of them to check they were "undone" correctly prior to exiting
  • Renamed Build to tools internally