Thanks to @pete-ts, @noahhaasis, @stew, and @atacratic for their contributions to this release!
New features:
delete.term-replacementanddelete.type-replacementcommands (#1360)create.authorcommand (#1400)dependents,dependencies,debug.filecommands (#1401)- suffix-based name resolution for
view/display(#1241) - six new operations:
##Int.shiftLeft,##Int.shiftRight,##Int.pow,##Nat.shiftLeft,##Nat.shiftRight,##Nat.pow(#1427) - support for default metadata in
.unisonConfig(#1432)
Changed behavior:
builtins.mergeno longer includes the contents ofIOSource.hs; usebuiltins.mergeioto get everything (#1411)
Fixes for:
- a crash in the auto-completion for
push(#1374) - a bug that caused
updateto produce too many updates (#1382) - reduce the amount of
gitoutput belched out bypush/pull(#1387) putSymbolgrowing hidden variable names with each reproduction (#1389)- unnamed transitive dependencies were not being included on
push(#1317) - transcripts now show the output of a failing stanza, even if it was hidden (#1345)
- a bug in decompiling
Bytesvalues (#1428) - pretty-printing non-ascii chars (#1437)
- many message & formatting improvements (#1372, #1403, #1405, #1407, #1424, #1425, #1440)
pullimporting more than necessary of the remote repo (#1439)
Speed improvements: