Skip to content

Releases: KevinJump/uSync

v10.3.4 - Firstboot language fix.

16 Mar 13:51
Compare
Choose a tag to compare

This is a minor patch fix for uSync. for Umbraco v10. It contains super small issues around firstboot

Fixes

  • 🐞(bug) - Firstboot fails if default language is changed in language config files.
  • 🗒️(doc) - Different spelling fix (fixing the word 'different' across the code)

Getting uSync .

dotnet add package uSync --version 10.3.4 

v10.3.3 - March Patch 🐇

03 Mar 15:30
Compare
Choose a tag to compare

What's Changed

  • V10/blueprint fix by @KevinJump in #470
  • Ensure Dates are formatted in and out of NestedContent blocks correctly.
  • Make key comparison for dictionary items case insensitive #466
  • Clean up Exceptions so they can be serialized to the dashboard consistently.

Full Changelog: v10.3.1...v10.3.3

11.0.2 - March Patch 🐰

03 Mar 15:05
Compare
Choose a tag to compare

This is a minor patch release for uSync - for Umbraco 11 - it contains minor fixes.

This release contains only minor fixes or UI tweaks.

What's Changed

  • Fix for Reference conttrain error when updating dictionay items #463
  • make key comparison for dictionary items case insensivte #466
  • add a log search query for uSync log entries. by @KevinJump in #469
  • Fixed - blueprints not updating properties #468 (#470) by @KevinJump in #471
  • Adds KeepTemplates option #422 by @KevinJump in #472

Full Changelog: v11.0.1...v11.0.2

11.0.1 - Patchy McPatchface

12 Jan 10:32
Compare
Choose a tag to compare

This is a minor patch version of uSync for Umbraco 11 - it contains a few minor fixes and updates,

Fixes

  • #452 Fix null reference in DocTypeGridEditor when MultiUrlPickers are also null
  • #453 Fix Unable to deserialize a multiUrl picker inside a nested content item inside a DocTypeGridEditor
  • #458 Set media picker 3 start node
  • #461 Ensure tabs are imported in the correct order

Updates

(missed from original notes)

  • #443 Action button allows you to import a single item during import

Full Changelog: v11.0.0...v11.0.1

v10.3.2 - 23H1 or some-such

12 Jan 10:16
Compare
Choose a tag to compare

This is a minor patch release of uSync for Umbraco 10 - it contains fixes, and a few minor updates.

it is tested and works with all versions of Umbraco 10.x to Umbraco 10.4.

Fixes

  • #452 Fix null reference in DocTypeGridEditor when MultiUrlPickers are also null
  • #453 Fix Unable to deserialize a multiUrl picker inside a nested content item inside a DocTypeGridEditor
  • #458 Set media picker 3 start node
  • #450 Saving an angular expression in a text box wraps the value in quotes
  • #424 Improve support for Blueprint save/delete events
  • #461 Ensure tabs are imported in the correct order

Updates

  • #426 Summary dashboard views when importing lost of items
  • Create fr.xml by @mikecp in #428
  • #431 Hide uSync Folder from project view.
  • #430 Add options to send folder as part of sync (uSync.Complete feature request)
  • #441 Add Variant mode info to sync item (enabling better language syncing in uSync.Complete)

New Contributors

Full Changelog: v10.3.0...v10.3.1

v11 - uSync - Eleven 1️⃣1️⃣

01 Dec 13:01
f00f2bc
Compare
Choose a tag to compare

This is the Major release of uSync to work with Umbraco 11 on .NET 7 - It contains updates and patches that make uSync on Umbraco even nicerer.

Features

  • Grouped Results - Just making results a little more compact and easier to view when there are lots of items.
  • Apply button in details - you can appy a single item as you import.
  • Doctype caching - faster checks when you have large nested / block lists.

What's Changed

New Contributors

Full Changelog: v10.3.0...v11.0.0

v8.11.3 - Maintenance for fun .... yeah, it's not even fun.

22 Nov 16:05
Compare
Choose a tag to compare

This is a minor patch release of uSync for Umbraco v8.

Updates

  • Make the UI display a nice name as opposed to the filename GUID in the UI
  • Sort the culture values on node names so they are more consistent
  • Add a health check for culture name sorting (so you can sort old files with no change)
  • Capture any published fail messages in the logs, so we can see why they failed
  • #436 Fix the true/false serializer for when there is neither a true or a false (e.g a null!)
  • Add Sync Variant object to Sync items, so uSync.Complete can tell people more about what cultures are published, saved or just not there.

uSync 8 - is in its support phase - meaning we will be issuing no new feature releases. it will enter a security only phase in Feb 2024 at which date only security updates will be issued until it reaches end of life in Feb 2025 - these support phases match the Umbraco v8 support dates.

v11-rc3 - Release candidates come in threes.

04 Nov 07:25
Compare
Choose a tag to compare

This is a release candidate release of uSync for Umbraco 11 - it is for testing etc. not recommended on production sites

The release candidate for Umbraco 11 (rc-3) is here. Don't worry you didn't miss RC1 and RC2 - we just didn't release them.

v11-rc3 is branched from the v10.3 release of uSync so has all the same goodies. There are only a few minor differences for v11 (so far)

Internal Updates

  • Change of the root static assets folder from wwwroot to wwwroot/uSync (for neatness)
  • removal of the package.manifest file (didn't get used anyway - caused unnecessary git changes)

Non changes of note

We still haven't changed the default folder for uSync from uSync/v9!

We didn't change this for v10 a move many (including myself), thought might have been a mistake, but given how little actually changed in terms of formatting etc, we left it at 9 so upgrades where easy - now v11 is here, we could right this wrong,

but now I am not sure 🤔 - does changing this to v11 now actually confuse people even more, it's like we've all become use to the folder being called v9 even though we are on v11, shall we just leave it at v9, and we will come up with a better naming convention when we get to a meatier upgrade? If you have any thoughts, we would like to hear them. in this release notes discussion thread


To get uSync.

You will need to be running Umbraco 11-rc3 - https://our.umbraco.com/download/releases/1100

dotnet add package uSync --version 11.0.0-rc3

That is it.

v10.3.0 - Not the BlockList Grid update. 🚫

20 Oct 10:46
Compare
Choose a tag to compare

This is a minor patch release for uSync for Umbraco it contains fixes and some minor updates.

uSync 10.x releases are fully backward compatible with all Umbraco 10.x versions - but as always we recommend you update to the latest version when you have a chance.

Fixes

  • Solve Errors While saving DocTypesContaining Images by @sgerme in #418

Updates

  • #419 Add the ability to ignore content items by content type
  • ef3bab4 Add notification messages for UI should uSync have a problem exporting on save, delete or move.
  • Pre support for block list grid*

**support for blocklist grid as it appeared in 10.3-rc1 if internal structures changes before 10.4-rc this will require updating. *

What's Changed

  • Solve Errors While saving DocTypesContaining Images by @sgerme in #418

New Contributors

Full Changelog: v10.2.1...v10.3.0

v8.11.2 - Long time no minor updates

25 Oct 11:21
Compare
Choose a tag to compare

This is the a minor patch release for usync 8 (yes uSync 8 - for Umbraco 8!)

It contains two fixes :

Fixes

  • Avoid losing Master parent when saving DocType by @JoseMarcenaro in #408
  • Remove the 'content' sync menu when content handlers are disabled or moved into settings #423

These are not super major issues - but if you are experiencing them - an update to 8.11.2 will fix them.


uSync 8 - is in its support phase - meaning we will be issuing no new feature releases. it will enter a security only phase in Feb 2024 at which date only security updates will be issued until it reaches end of life in Feb 2025 - these support phases match the Umbraco v8 support dates.

Full Changelog: v8.11.0...v8.11.2