X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=NEWS;h=00f4fe47d94bce570edf1332f2c83d1163d837ae;hb=c31f8c0b3beb98be6a9ba8a969496a075a331162;hp=1e0b6a6cf915a67e6882824fa6b58481d5a26788;hpb=3a175ddffba61e49197190127621684c8f5b18a8;p=notmuch diff --git a/NEWS b/NEWS index 1e0b6a6c..00f4fe47 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,76 @@ -Notmuch 0.37 (UNRELEASED) +Notmuch 0.38 (2023-09-12) +========================= + +General +------- + +Support relative lastmod queries (see notmuch-sexp-queries(7) and +notmuch-search-terms(7) for details). + +Support indexing of designated attachments as text (see +notmuch-config(1) for details). + +CLI +--- + +Add options --offset and --limit to notmuch-show(1). + +Emacs +----- + +New commands notmuch-search-edit-search and notmuch-tree-edit-search. + +Introduce notmuch-tree-outline-mode. + +Some compatibility fixes for Emacs 29. At least one issue (hiding +images) remains in 0.38. + +Support completion when piping to external command. + +Fix regression in updating tag display introduced by 0.37. + +Library +------- + +Fix bug creating database when database.path is not set. + +Incremental performance improvements for message deletion. + +Catch Xapian exceptions when deleting messages. + +Sync removed message properties to the database. + +Replace use of thread-unsafe Query::MatchAll in the infix query +parser. + +Notmuch-Mutt +------------ + +Be more careful when clearing the results directory. + +Ruby +---- + +Use `database_open_with_config`, and provide compatible path search +semantics. + +Bugfix for query.get_sort + +Test Suite +---------- + +Support testing installed version of notmuch. + +Adapt to some breaking changes in glib handling of init files. + +Replace OpenPGP key used in test suite. + +Performance Tests +----------------- + +Update signatures for performance test corpus. + +Notmuch 0.37 (2022-08-21) ========================= Library @@ -42,6 +114,10 @@ with large messages and threads" in the notmuch-emacs documentation). Allow the user to select (with '%') a different duplicate message file to display. +Use `message-dont-reply-to-names` in `notmuch-message-mode`. + +Support custom header-line format for notmuch-show mode. + Notmuch 0.36 (2022-04-25) =========================