Releases: KevinJump/uSync
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" />
v15.1.9 - Never say never.
This might be the last support v15 release of uSync for Umbraco v15 π€ - it contains. fixes to some known issues.
What's Changed
- V16/domains fix (#764) by @KevinJump in #766
- handle published and unpublished seperate, by @KevinJump in #771
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
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.
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.
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
- π Fix: Domain (Culture and Hostnames) not set on import. by @KevinJump in #737
- π V15/first import fixes by @KevinJump in #739
- π Fix #732 - tree sort order isn't set for new items on first import. by @KevinJump in #733
- π V15/boot on appstarting fix by @KevinJump in #743
- π V15/block merge fixes by @KevinJump in #748
Housekeeping.
- π§Ή V15/code clean by @KevinJump in #740
- π§Ή Update the links on the nonodes page. by @KevinJump in #742
- π§Ή Tidy up some second pass code. by @KevinJump in #744
Full Changelog: v15.1.5...v15.1.6
v13.2.7 - Flat white π΅
uSync v13 patch release. some backported things from v15 and a couple of fixes to reported issues.
What's Changed
- β Extra 'export' method, so you can export single items. by @KevinJump in #720
- β Update settings schema for custom stop / start file locations (see https://docs.jumoo.co.uk/usync/uSync/guides/once)
- π Increase the sorting range from 1000 to 10000 so paged sorting of large media folders still works
- π Workaround for Dictionary Caching in Umbraco v13.7.x release (see https://forum.umbraco.com/t/usync-imported-translations-get-flat-structure-instead-of-being-nested/1754)
- π Update the urls and links on the uSync "nonodes" spash page
- π Sometimes the boot sequence for assets is out of sync with rest of uSync items.
- π Fix #745 - sort order of properties in blocklist/grid items isn't consistent between instances (aka. we sort them better now).
Full Changelog: v13.2.6...v13.2.7
v15.1.5. March patchness.,
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
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
- π V15/root merge fix by @KevinJump in #723
- π Fix #722 - Contain based types don't delete since we moved delete to β¦ by @KevinJump in #724
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.
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
- π V15/xml comments by @KevinJump in #713
- π Update the readme files. by @KevinJump in #715
Full Changelog: v15.1.1...v15.1.2
v15.1.1
This is the patch release of uSync for Umbraco v15. it contains patches to known issues.
Fixes
- #694 - Block Grid and Block list unexpected errors when using root site
- Ability to set the stop and once files via config. (see https://docs.jumoo.co.uk/usync/uSync/guides/once)
What's Changed
New Contributors
Full Changelog: v15.1.0...v15.1.1