X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=NEWS;h=a064671f610f9bdffed130f0289e1d552b7e157b;hb=0c7726dc194907bfdd930b95fc96a6e5cb2ed041;hp=34bdfca21bc2415a5bbd7c2e12872ffc7b70b6a1;hpb=d4e9b9072c44dcc6faf112bf7b984a268ad22696;p=notmuch diff --git a/NEWS b/NEWS index 34bdfca2..a064671f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,47 @@ -Notmuch 0.38.1 (UNRELEASED) +Notmuch 0.38.3 (2024-03-09) =========================== +CLI +--- + +Fix a bug in configuration code that caused the notmuch command to +erroneously report "Error: could not locate database" under some +circumstances. + +Notmuch 0.38.2 (2023-12-01) +=========================== + +Library +------- + +Make sorting of string maps lexicographic on (key,value) pairs. This +avoids some test failures due to variation in message property output +order. + +Emacs +----- + +Avoid extra separators after the last address in `notmuch-emacs-mua`. + + +Notmuch 0.38.1 (2023-10-26) +=========================== + +CLI +--- + +Report parse errors in config files. + +Emacs +----- + +Fix image toggling for Emacs >= 29.1. + +notmuch-mutt +------------ + +Fix syntax error in script. + Notmuch 0.38 (2023-09-12) =========================