Skip to content

Releases: KevinJump/uSync

v16.0.0 - chunky squirrel 🐿️

12 Jun 07:45
Compare
Choose a tag to compare

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" />

v15.1.9 - Never say never.

06 Jun 09:59
f99f315
Compare
Choose a tag to compare

This might be the last support v15 release of uSync for Umbraco v15 🀞 - it contains. fixes to some known issues.

What's Changed

Full Changelog: v15.1.8...v15.1.9

As of next Thursday (12th June 2025) all development works shifts onto the v16 release and no updates (bar security ones) will be made to the v15 version of uSync.

v16.0.0-rc : Release candidate

14 May 17:28
98a0917
Compare
Choose a tag to compare
Pre-release

This is the release candidate version of uSync for Umbraco v16(rc2). it contains updates to keep things working on v16 and removes code that has been marked as obsolete in uSync for some time (2 versions).

Updates

  • Remove all methods marked "Obsolete will remove in v16" (lots and lots)
  • Set default for IsListView #758
  • Change settings dictionary from <string,string> to <string, object> for better intellisense in appsettings.json
  • Update package dependencies in client libraries,
  • Update HeyApi generation
  • Update Auth token handling.

v15.1.8 - Patches and well patches.

14 May 12:29
ac41eb9
Compare
Choose a tag to compare

What's Changed

  • ⭐ Adds the ability to the mappers to also map the editorUIAlias (good f… by @KevinJump in #750
  • πŸ› FIX #749 - be less agressive when tiding up value json. by @KevinJump in #751
  • πŸ› FIX - Set Default list view when legacy IsListView is set in xml. by @KevinJump in #758
  • πŸ› FIX - force all xelement load and save's via the fileservice, by @KevinJump in #761

Full Changelog: v15.1.6...v15.1.8

v15.1.6 - Booting πŸ₯Ύ improvements.

03 Apr 10:27
8c04de4
Compare
Choose a tag to compare

This is a patch release of uSync for Umbraco v15. It contains some fixes to known issues and improves import on first boot and startup.

What's Changed

Fixes

Housekeeping.

Full Changelog: v15.1.5...v15.1.6

v13.2.7 - Flat white 🍡

28 Mar 14:59
Compare
Choose a tag to compare

uSync v13 patch release. some backported things from v15 and a couple of fixes to reported issues.

What's Changed

Full Changelog: v13.2.6...v13.2.7

v15.1.5. March patchness.,

18 Mar 16:50
a549b9d
Compare
Choose a tag to compare

This is a patch release for uSync for Umbraco v15. it contains some fixes for reported issues.

Note

v15.1.4 - contained a regression bug and was withdrawn, make sue if you updated super-fast (like before we announced the release fast) that you move to v15.1.5.

What's Changed

  • Fixed #728. When guid is empty (but not blank) we should set it to blank by @KevinJump in #729
  • Fix: Dependencies checks for blocks not passing correct value to sub dependencies. by @KevinJump in #735
  • Fix: Regression blank list views cause content not to load (v15.1.4 bug) by @KevinJump in #736

Full Changelog: v15.1.3...v15.1.5

v15.1.3 - Roots / Delete Patch

27 Feb 15:54
c3fafce
Compare
Choose a tag to compare

This is a patch release of uSync for Umbraco v15, it contains fixes to blockList and BlockGrid merging when using roots, and to deletes for contenttypes,mediatypes and membertypes.

What's Changed

Fixes

Updates

  • πŸ“ update the ui settings. by @KevinJump in #719
  • πŸ“ blank the merged blockgroups if they are blank (makes the compare slightly better by @KevinJump in #725

Full Changelog: v15.1.2...v15.1.3

What's Changed

Full Changelog: v15.1.2...v15.1.3

v15.1.2 - The Gulf of uSync.

14 Feb 11:08
e47d2e9
Compare
Choose a tag to compare

This is a patch release of uSync for Umbraco v15 it contains some minor fixes and updates, The UI has been tidyed up a bit.

What's Changed

Updates

  • ⭐ Update the layout of the dashboard ui. by @KevinJump in #707
  • ⭐ #368 - Add "CreateOnlyDelete" handler option, so things can be deleted by @KevinJump in #704

Fixes

  • πŸ› Fix: ensure bulk notifications fire and post import runs as required. by @KevinJump in #706
  • πŸ› Firstboot, publish cache refresh when content is imported. by @KevinJump in #710
  • πŸ› Regression - regroup the results on the report by @KevinJump in #711
  • πŸ› Fix: Template paths are not set correctly on first import by @KevinJump in #716

Maintenance

Full Changelog: v15.1.1...v15.1.2

v15.1.1

20 Jan 14:56
Compare
Choose a tag to compare

This is the patch release of uSync for Umbraco v15. it contains patches to known issues.

Fixes

What's Changed

New Contributors

Full Changelog: v15.1.0...v15.1.1