From 24911f716bfd3f9280fb1addaf09b70db48e1858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Thu, 4 Jan 2024 15:14:48 +0100 Subject: [PATCH] Update from bd29700e to 930e5032: - templates: add full path of file(s) as Filename(s) - commands: fix abbreviations regression - msglist: refactor tree building - imap: show parseable messages on error - rfc822: improve dates parsing - commands/msg: adapt quote-reply to honor viewer::alternatives - lib: introduce FindMIMEPart, adapt Find{Plain,Calendar}text - patch/find: add find sub-cmd - patch: implement worktree support - patch/switch: add switch sub-cmd - patch/delete: add delete sub-cmd - patch/term: add term sub-cmd - patch/rebase: add rebase sub-cmd - patch/cd: add cd sub-cmd - patch/remove: add remove sub-cmd - patch/list: add list sub-cmd - patch/apply: add apply sub-cmd - patch/init: add init sub-cmd - patch: create sub-command structure - pama: implement the persistent store for projects - pama: implement the revision control logic - pama: define the entity models - contrib: fix check-docs for subcommands - doc: add aerc-patch - notmuch: remove dynamic folders --- aerc.changes | 30 ++++++++++++++++++++++++++++++ aerc.spec | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/aerc.changes b/aerc.changes index e5a80d9..9af9aee 100644 --- a/aerc.changes +++ b/aerc.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Thu Jan 4 14:14:33 UTC 2024 - Matej Cepl + +- Update from bd29700e to 930e5032: + - templates: add full path of file(s) as Filename(s) + - commands: fix abbreviations regression + - msglist: refactor tree building + - imap: show parseable messages on error + - rfc822: improve dates parsing + - commands/msg: adapt quote-reply to honor viewer::alternatives + - lib: introduce FindMIMEPart, adapt Find{Plain,Calendar}text + - patch/find: add find sub-cmd + - patch: implement worktree support + - patch/switch: add switch sub-cmd + - patch/delete: add delete sub-cmd + - patch/term: add term sub-cmd + - patch/rebase: add rebase sub-cmd + - patch/cd: add cd sub-cmd + - patch/remove: add remove sub-cmd + - patch/list: add list sub-cmd + - patch/apply: add apply sub-cmd + - patch/init: add init sub-cmd + - patch: create sub-command structure + - pama: implement the persistent store for projects + - pama: implement the revision control logic + - pama: define the entity models + - contrib: fix check-docs for subcommands + - doc: add aerc-patch + - notmuch: remove dynamic folders + ------------------------------------------------------------------- Sat Dec 30 14:42:34 UTC 2023 - Matej Cepl diff --git a/aerc.spec b/aerc.spec index 643be0b..1876ea2 100644 --- a/aerc.spec +++ b/aerc.spec @@ -18,7 +18,7 @@ %define _libexecdir %{_exec_prefix}/libexec Name: aerc -Version: 0.16+git.1702630709.bd29700e +Version: 0.16+git.1704020208.930e5032 Release: 0 Summary: An email client for terminals License: MIT