Update from 9b3e3d1b to 0be135a3:

- dirtree: fix jumping folders
  - flag,unflag: fix -a option for the answered flag
  - templates: display "(no subject)" when subject is empty
  - term: ensure cursor is hidden before closing
  - ui: make viewer tab title configurable via templates
  - rmdir: back to current folder upon error
  - dirtree: add custom virtual directory role
  - dirlist/dirtree: context handling
  - compose: copy to composing account's sent folder
  - reply: allow replying with another account
  - fold: remove aliases from struct
  - fold: add an option to fold/unfold all threads
  - compose: define useful vars in the editor's env
  - chore: upgrade to latest tcell-term
  - maintainers: add inwit and ferdinandyb
  - mod: update to go-opt@v1.3.0
  - complete: only display popover for more than one choice
This commit is contained in:
Matej Cepl 2023-11-30 19:09:11 +01:00
parent c1ab776352
commit 3e4aa4fea3
Signed by: mcepl
GPG Key ID: 79205802880BC9D8
2 changed files with 23 additions and 1 deletions

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Nov 30 18:09:03 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
- Update from 9b3e3d1b to 0be135a3:
- dirtree: fix jumping folders
- flag,unflag: fix -a option for the answered flag
- templates: display "(no subject)" when subject is empty
- term: ensure cursor is hidden before closing
- ui: make viewer tab title configurable via templates
- rmdir: back to current folder upon error
- dirtree: add custom virtual directory role
- dirlist/dirtree: context handling
- compose: copy to composing account's sent folder
- reply: allow replying with another account
- fold: remove aliases from struct
- fold: add an option to fold/unfold all threads
- compose: define useful vars in the editor's env
- chore: upgrade to latest tcell-term
- maintainers: add inwit and ferdinandyb
- mod: update to go-opt@v1.3.0
- complete: only display popover for more than one choice
-------------------------------------------------------------------
Mon Nov 13 14:14:30 UTC 2023 - Matej Cepl <mcepl@cepl.eu>

View File

@ -18,7 +18,7 @@
%define _libexecdir %{_exec_prefix}/libexec
Name: aerc
Version: 0.16+git.1699790329.9b3e3d1b
Version: 0.16+git.1700862303.0be135a3
Release: 0
Summary: An email client for terminals
License: MIT