Skip to content

v0.3.1

Choose a tag to compare

@k3DW k3DW released this 28 Jul 00:11
· 46 commits to main since this release

User-facing changes in this patch release:

  • Tooltips are added to almost all widgets, including static text objects (#23)
  • Multiple parts can be batch edited in the parts tab (#25)
  • If a part has a "base quantity", i.e. if a quantity can be parsed from its filename, then the current quantity will display with an arrow ("↑" or "↓") if different from the base quantity (#27)
  • There is a new "Report an issue" menu item, under the "Help" menu in the top bar

Developer-facing changes in this patch release:

  • All submodules removed, and replaced with vcpkg
    • Note, this is an older version of vcpkg that uses wxWidgets 3.2.6, since 3.2.7 has errors building on Mac
  • GitHub Actions changes
    • Basic caching, as vcpkg installation may take a while
    • The build script is more complicated, to deal with a lack of automatic "universal" (x86_64 and arm64) Mac build
    • The test script runs for every PR