File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
io.plotjuggler.application/meta Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 22Changelog 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+
5143.14.2 (2025-12-06)
615-------------------
716* add new binary filter
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16)
33project (
44 plotjuggler
55 LANGUAGES C CXX
6- VERSION 3.14.2 )
6+ VERSION 3.14.3 )
77
88set (CMAKE_CXX_STANDARD 17)
99set (CMAKE_CXX_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments