Shared artifact titles get cleaner quoting, and German sharp-S spellings no longer count as different names.
What's wrong with this entry?
Live artifact sharing can now be given a callback that supplies the title, falling back to the URL, with quote characters normalised to apostrophes and an extra sanitizing pass. Separately, name collision handling for synced items now folds capital ẞ (U+1E9E) to ß before case folding, so the two spellings can no longer end up as different names.
.replace(/\u1e9e/g, "\xDF")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.