Skip to content

Commit

Permalink
Prepare release of version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orontee committed Oct 19, 2023
1 parent c3bcd01 commit 68ae2ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 68ae2ed

Please sign in to comment.