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
This commit is contained in:
parent
b95fb94252
commit
734cba8814
17
aerc.changes
17
aerc.changes
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 11 23:40:50 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- 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 <mcepl@cepl.eu>
|
Sun Feb 4 10:29:58 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define _libexecdir %{_exec_prefix}/libexec
|
%define _libexecdir %{_exec_prefix}/libexec
|
||||||
Name: aerc
|
Name: aerc
|
||||||
Version: 0.17.0+git.1707038456.2187ea16
|
Version: 0.17.0+git.1707685436.7c7a7ba8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An email client for terminals
|
Summary: An email client for terminals
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user