From 68ae2edeeca396f3ff2705f563b99b11c8284228 Mon Sep 17 00:00:00 2001 From: Matthias Meulien Date: Thu, 19 Oct 2023 03:52:18 +0200 Subject: [PATCH] Prepare release of version 1.4.0 --- NEWS.md | 8 ++++++-- meson.build | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 2854df7..3803ad4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,16 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.4.0] - 2023-10-19 ### Added +- Display application icon and user friendly name in task manager + [#60](https://github.com/orontee/taranis/issues/60) + - Configuration editor [#2](https://github.com/orontee/taranis/issues/2) ### Changed -### Removed +- Update of translations + [#58](https://github.com/orontee/taranis/issues/58) ## [1.3.0] - 2023-10-14 diff --git a/meson.build b/meson.build index 303447a..bdf2c45 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'taranis', 'cpp', - version: '1.4.0-pre', + version: '1.4.0', meson_version: '>= 0.61.2', default_options : [ 'cpp_std=c++17',