diff --git a/aerc.changes b/aerc.changes index abbef36..a41fd46 100644 --- a/aerc.changes +++ b/aerc.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Oct 31 23:35:44 UTC 2023 - Matej Cepl + +- 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 diff --git a/aerc.spec b/aerc.spec index 1f4089f..f923496 100644 --- a/aerc.spec +++ b/aerc.spec @@ -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