Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

v1.0.0-alpha.14

Pre-release
Pre-release

Choose a tag to compare

@dangowans dangowans released this 28 Jun 15:46
· 31 commits to main since this release

Important Change

If you are running v1.0.0-alpha.13, a new column was added to the FeeCategories table. To update older databases:

alter table FeeCategories
add isGroupedFee bit not null default 0

Highlights

  • Ability to add fees as a group.
  • Show potentially conflicting work order milestones when scheduling milestones.
  • GP integration updates.
  • Updated to run on Node 18+.
  • Significant linting and refactoring.
  • Various minor bug fixes.

Full Changelog: v1.0.0-alpha.13...v1.0.0-alpha.14