Release notes v16.0.3

Release Details

v16.0.3 - STS Patch release three.

This is a patch release for v16 of uSync.Complete for Umbraco, it contains fixes for reported issues.

What's New

  • 🌟 UI: Reduce the gaps between boxes in report view
  • ⭐ Feature: Allow blueprints to be synced via the context menu
  • 🐛 Fix: changing option on the push/pull doesn't always get synced into the items.
  • 🌟 Perf: Removed some redundant db calls when calculating doctype dependencies
  • ⭐ Feature: Move push and pull entity actions to 'kind' values so they can be extended by other packages (e.g uSync.Forms)

Getting

Install via your favorite command line,

dotnet add package uSync.Complete --version 16.0.3

or directly into your .csproj file.

<PackageReference Include="uSync.Complete" Version="16.0.3" />

[!NOTE] For Standard Term Release (STS) we are following a practice of little and often, we will release tested fixes as soon as practical rather than wating for a rollup, this means there might be many small 'patch' releases during this time, but fixes will be public quicker

When we return to Long Term Support (LTS) releases we will move to a slower cadence where fixes will be rolled up into larger releases