Update from 2d9654d to 6613d9b5:
- cf: fix unexpected argument on notmuch - complete: add trailing space after quotes - treewide: replace shlex.Split with opt.SplitArgs - commands: use completion from go-opt - commands: remove command set completion api - pipe: run commands with sh -c - open: run commands with sh -c - search: use a common api for all workers - worker: move shared code to lib - main: parse command line args with go-opt - commands: parse arguments with go-opt - commands: remove command set execute api - commands: expand templates before command resolution - commands: pass raw command line down to template evaluation - lib: remove unused ShellQuote function - compose: fix crash when getting hostname - aerc: initialise the random number generator
This commit is contained in:
parent
6bd1d0faca
commit
2934766003
22
aerc.changes
22
aerc.changes
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 23:35:44 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Update from 2d9654d to 6613d9b5:
|
||||
- cf: fix unexpected argument on notmuch
|
||||
- complete: add trailing space after quotes
|
||||
- treewide: replace shlex.Split with opt.SplitArgs
|
||||
- commands: use completion from go-opt
|
||||
- commands: remove command set completion api
|
||||
- pipe: run commands with sh -c
|
||||
- open: run commands with sh -c
|
||||
- search: use a common api for all workers
|
||||
- worker: move shared code to lib
|
||||
- main: parse command line args with go-opt
|
||||
- commands: parse arguments with go-opt
|
||||
- commands: remove command set execute api
|
||||
- commands: expand templates before command resolution
|
||||
- commands: pass raw command line down to template evaluation
|
||||
- lib: remove unused ShellQuote function
|
||||
- compose: fix crash when getting hostname
|
||||
- aerc: initialise the random number generator
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 25 19:10:27 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user