Page MenuHomeSolus

Update to 2021.08.28
ClosedPublic

Authored by davidjharder on Aug 28 2021, 4:45 AM.
Tags
None
Referenced Files
F11069089: D11759.id28573.diff
Fri, Aug 11, 10:29 PM
F11069088: D11759.id28601.diff
Fri, Aug 11, 10:29 PM
F11050943: D11759.diff
Thu, Aug 10, 7:36 PM
F10943911: D11759.diff
Fri, Jul 14, 9:38 PM
F10943876: D11759.diff
Fri, Jul 14, 9:24 PM
F10943831: D11759.id.diff
Fri, Jul 14, 9:13 PM
F10943797: D11759.diff
Fri, Jul 14, 9:01 PM
F10807593: D11759.id28601.diff
May 30 2023, 5:32 AM
Subscribers

Details

Summary

Summarized Changelog

  • Command and response fifo support
  • Shell expansions only trim the last trailing newline instead of all of them to make is possible to losslessly pass text through %sh{...}.
  • set-option -remove support for subtracting/removing from option values
  • Menu completions such as command name completion are now auto-inserted on space
  • write -atomic was replaced with write -method [replace|overwrite] to make both write methods available explicitly
  • write <filename> will fail if the given filename already exists and is a regular file. Use the -force switch to override that behaviour.

Full changelog here

Test Plan
  • Edit some text files
  • Write these very words using the new release

Diff Detail

Repository
R4401 kakoune
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 1582
Build 1582: arc lint + arc unit