From c61d5b980a37ae296b3439117f13ba5935cc2ea7 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 9 Aug 2026 12:25:01 +0300 Subject: [PATCH] build: bump version to 1.14.3 New stable version. Many internal cleanups/fixups/C++20-modernization, but also a number of new features: mu: - better handling of html parts - fall back to most recent 'Received' for 'Date:'-less messages - record the time-zone offset mu4e: - improved mime-handling - improved HTML view (generate HTML view for pure text as well) - hide "clickables" until requested (but see mu4e-view-always-show-url-indicators) scm: - performance improvements - new methods for querying system configuration" and querying database fields, and getting timezone information (for 'date' and 'changed') See NEWS.org for further details. --- meson.build | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/meson.build b/meson.build index 2bb34c0b..c1fdb7e3 100644 --- a/meson.build +++ b/meson.build @@ -17,7 +17,7 @@ ################################################################################ # project setup project('mu', ['c', 'cpp'], - version: '1.14.3-pre5', + version: '1.14.3', meson_version: '>= 1.3.2', license: 'GPL-3.0-or-later', default_options : { @@ -28,9 +28,9 @@ project('mu', ['c', 'cpp'], fs = import('fs') -# hard-code the date here (for reproducibility); we derive the dates used in +# hard-code the datxe here (for reproducibility); we derive the dates used in # e.g. documentation from this. -mu_date='2026-07-31' +mu_date='2026-08-09' # installation paths prefixdir = get_option('prefix') @@ -415,7 +415,8 @@ if emacs.found() section: 'Mu4e') endif -summary({'zsh' : get_option('zsh-completion').allowed()}, +summary({'bash' : get_option('bash-completion').allowed(), + 'zsh' : get_option('zsh-completion').allowed()}, section: 'Completion', bool_yn: true) # Local Variables: