Update from c48d27b0 to 50705608:
- menu: use listbox as fallback command - app: define two dialog constructors - listbox: add external text filter function - listbox: use tab key to cycle through list - ui: allow thread arrow customization
This commit is contained in:
parent
be0c1f3423
commit
460e9045de
10
aerc.changes
10
aerc.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 29 21:52:45 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Update from c48d27b0 to 50705608:
|
||||||
|
- menu: use listbox as fallback command
|
||||||
|
- app: define two dialog constructors
|
||||||
|
- listbox: add external text filter function
|
||||||
|
- listbox: use tab key to cycle through list
|
||||||
|
- ui: allow thread arrow customization
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 29 21:38:15 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
Mon Jan 29 21:38:15 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.16+git.1706393497.c48d27b0
|
Version: 0.16+git.1706564768.50705608
|
||||||
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