This release mainly brings better file move detection as well as various improvements to the sl pr submit
command
- Added file moves detection for sl diff.
- @discentem added a config option to disable the ReviewStack message in PRs created by
sl pr submit
(#427). The ReviewStack message is auto disabled for single-commit stack. - Fixed "mark landed PRs" hook to work when
sl
not in PATH (71d6e67) - Fixed
sl pr submit
to not try to update closed PRs (5a354f7) - Fixed
sl pr submit
to use "overlapping" PR strategy by default (a050359) - Fix
sl pr submit
crash using non-placeholder issue approach (18a1987) - @vegerot added and improved shell completion and prompt (#369 #349 #348).
- @vegerot added support for
sl init --git
on a non-empty directory. - Fixed not being able to launch
sl web
just after building withmake oss
.