From 734cba881408adba5867e670a70b60310ce2c140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Mon, 12 Feb 2024 00:40:57 +0100 Subject: [PATCH] Update from 2187ea16 to 7c7a7ba8: - view: only set seen flag if not present - templates: Add documentation for .Signature - security: update dependencies with known vulnerabilities - filter: allow workers to combine filter terms - commands: add align - config: add msglist-scroll-offset - scrollable: rewrite with scroll offset - calendar: make invitation matching case-insensitive - app: add keybinds annotation when printing bindings - compose: show annotations on the review screen - binds: parse annotations from keybind config - templates: use email address as fallback --- aerc.changes | 17 +++++++++++++++++ aerc.spec | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/aerc.changes b/aerc.changes index bfdb9cb..4c64ee3 100644 --- a/aerc.changes +++ b/aerc.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Feb 11 23:40:50 UTC 2024 - Matej Cepl + +- Update from 2187ea16 to 7c7a7ba8: + - view: only set seen flag if not present + - templates: Add documentation for .Signature + - security: update dependencies with known vulnerabilities + - filter: allow workers to combine filter terms + - commands: add align + - config: add msglist-scroll-offset + - scrollable: rewrite with scroll offset + - calendar: make invitation matching case-insensitive + - app: add keybinds annotation when printing bindings + - compose: show annotations on the review screen + - binds: parse annotations from keybind config + - templates: use email address as fallback + ------------------------------------------------------------------- Sun Feb 4 10:29:58 UTC 2024 - Matej Cepl diff --git a/aerc.spec b/aerc.spec index 2b55aa2..8ac1c85 100644 --- a/aerc.spec +++ b/aerc.spec @@ -18,7 +18,7 @@ %define _libexecdir %{_exec_prefix}/libexec Name: aerc -Version: 0.17.0+git.1707038456.2187ea16 +Version: 0.17.0+git.1707685436.7c7a7ba8 Release: 0 Summary: An email client for terminals License: MIT