diff --git a/NEWS.org b/NEWS.org index 7929dee8..87e58118 100644 --- a/NEWS.org +++ b/NEWS.org @@ -10,6 +10,11 @@ *** mu4e + - mu4e window management has been significantly changed, affecting the + message loading as well as window-layout. As a user-visible feature, + there's now 'z' binding (~mu4e-view-detach~), to 'detach' view and alllow + for keeping multiple views around; see the Mu4e manual for details. + - when moving messages (which includes changing flags), file-flags changes are propagated to duplicates of the messages; that is, e.g. the /Seen/ or /Replied/ status is propagated to all duplicates (earlier, this was only diff --git a/meson.build b/meson.build index 1297cbf6..8c3fe67d 100644 --- a/meson.build +++ b/meson.build @@ -18,7 +18,7 @@ # project setup # project('mu', ['c', 'cpp'], - version: '1.9.4', + version: '1.9.5', meson_version: '>= 0.52.0', # debian 10 license: 'GPL-3.0-or-later', default_options : [