Release notes v16.0.0

Release Details

v16.0.0 - chunky squirrel 🐿️

This is the v16 release of uSync that is targeted for Umbraco v16.

For v16 we are focusing purely on stability, and performance as we work towards the next Long term support version v17 - so no new major 'features' are expected here, but we will over time be tweaking things and hopefully making it all work a bit better and faster.

What's Different?

Hopefully not to much in terms of keeping your sites in sync

  • Updates to what is and isn't synchronized as part of a workflow item
  • UI Dashboard tweaks,
    • better spacing, icon and badge sizing, and report views, but you will probably not notice this

What's fixed

v16 releases have kept pace the tweaks and fixed in the v15 branch so everything there plus

  • 773 Sort order publish fix for uSync.Complete pushes.

Installing.

You can get into your project via nuget.

dotnet add package usync --version 16.*

or add it directly to the csproj file.

<PackageReference Include="uSync" Version="16.0.0" />