Skip to content

Commit bd78c19

Browse files
committed
preprare release
1 parent af2c5a1 commit bd78c19

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Changelog for package plotjuggler
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* refactored CSV plugin for robust date/time
8+
* fix ULOG link in README
9+
* add 3rdparty date parsing
10+
* add margin to collapsed QSplitter
11+
* add new name filter for custom series
12+
* Contributors: Davide Faconti
13+
514
3.14.2 (2025-12-06)
615
-------------------
716
* add new binary filter

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16)
33
project(
44
plotjuggler
55
LANGUAGES C CXX
6-
VERSION 3.14.2)
6+
VERSION 3.14.3)
77

88
set(CMAKE_CXX_STANDARD 17)
99
set(CMAKE_CXX_STANDARD_REQUIRED ON)

installer/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Installer>
33
<Name>PlotJuggler</Name>
4-
<Version>3.14.2</Version>
4+
<Version>3.14.3</Version>
55
<Title>PlotJuggler installer</Title>
66
<Publisher>Davide Faconti</Publisher>
77
<StartMenuDir>PlotJuggler</StartMenuDir>

installer/io.plotjuggler.application/meta/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<Package>
33
<DisplayName>PlotJuggler Main App</DisplayName>
44
<Description>Install PlotJuggler with basic plugins.</Description>
5-
<Version>3.14.2</Version>
6-
<ReleaseDate>2025-12-06</ReleaseDate>
5+
<Version>3.14.3</Version>
6+
<ReleaseDate>2025-12-07</ReleaseDate>
77
<Licenses>
88
<License name="MPL-2.0" file="license_mpl.txt" />
99
<License name="LGPL" file="license_lgpl.txt" />

0 commit comments

Comments
 (0)