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
This commit is contained in:
Matej Cepl 2024-01-04 15:14:48 +01:00
parent eb277acf9a
commit 24911f716b
Signed by: mcepl
GPG Key ID: 79205802880BC9D8
2 changed files with 31 additions and 1 deletions

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Jan 4 14:14:33 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- 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 <mcepl@cepl.eu>

View File

@ -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