v0.3.1
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