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:
Matej Cepl 2023-11-01 00:35:49 +01:00
parent 6bd1d0faca
commit 2934766003
Signed by: mcepl
GPG Key ID: 79205802880BC9D8
2 changed files with 23 additions and 1 deletions

View File

@ -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>

View File

@ -18,7 +18,7 @@
%define _libexecdir %{_exec_prefix}/libexec
Name: aerc
Version: 0.16+git.1698218718.2d9654d
Version: 0.16+git.1698695172.6613d9b5
Release: 0
Summary: An email client for terminals
License: MIT