From c0e41f95cf0c581946517288eb7420b470265720 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 7 Jan 2023 15:47:11 +0200 Subject: [PATCH] build: bump version to 1.9.12, update NEWS.org --- NEWS.org | 15 ++++++--------- meson.build | 2 +- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/NEWS.org b/NEWS.org index cda7ff8f..9a4f68d1 100644 --- a/NEWS.org +++ b/NEWS.org @@ -45,15 +45,14 @@ - ~mu4e~ now keeps track of 'baseline' query results and shows the difference from that in the main view and modeline. See the [[info:mu4e#Bookmarks and Maildirs][manual entry]] for details. + The idea is that you get a quick overview of where changes happened while + you were doing something else. This is somewhat experimental feature, and + we're tweaking the details. - Related to that, you can now crown one of your bookmarks in =mu4e-bookmarks= - with ~:monitor t~, causing it to be highlighted in the main view and used in - the mode-line. See the new [[info:mu4e#Modeline][modeline entry]] in the manual; this uses the new - =mu4e-modeline-mode= minor-mode. - - - Bookmark ~:query~ values must be strings now; earlier version half-attempted - to allow for functions to works as well, but it didn't work. So now we - officially remove this. + with ~:favorite t~, causing it to be highlighted in the main view and used + in the mode-line. See the new [[info:mu4e#Modeline][modeline entry]] in the manual; this uses the + new =mu4e-modeline-mode= minor-mode. - when moving messages (which includes changing flags), file-flags changes are propagated to duplicates of the messages; that is, e.g. the /Seen/ or @@ -575,8 +574,6 @@ - Don't forget to delete your old mail cache location if necessary (see release notes for more detail). - - ** 1.2 After a bit over a year since version 1.0, here is version 1.2. This is diff --git a/meson.build b/meson.build index cbc1d914..2251f3cb 100644 --- a/meson.build +++ b/meson.build @@ -18,7 +18,7 @@ # project setup # project('mu', ['c', 'cpp'], - version: '1.9.11', + version: '1.9.12', meson_version: '>= 0.56.0', license: 'GPL-3.0-or-later', default_options : [