Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Oct 16, 2023
1 parent 1d726fa commit a8b9906
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,49 @@
Changelog for package plotjuggler
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* fix compilation ubuntu 20.04
* new plugin added: remote MCAP
* MCAP loader is not faster for large files
* fix parsers names
* extend the Toolbox plugin interface
* mcap updated
* Merge pull request `#843 <https://github.com/facontidavide/PlotJuggler/issues/843>`_ from faisal-shah/date-time-format-urls
Add link to QDate format string
* Merge pull request `#844 <https://github.com/facontidavide/PlotJuggler/issues/844>`_ from zdavkeos/tab_separator_csv_loader
Add 'tab' as a separator in the CSV loader
* Add link to QDate format string
A link to QTime format string was there, but not QDate
* Merge pull request `#840 <https://github.com/facontidavide/PlotJuggler/issues/840>`_ from jbendes/zcm-improvements
Zcm improvements
* Moved away from std function for speed
* Fixed loading of selected channels from layout
* Merge pull request `#827 <https://github.com/facontidavide/PlotJuggler/issues/827>`_ from jbendes/zcm
Added zcm streaming support
* Merge pull request `#834 <https://github.com/facontidavide/PlotJuggler/issues/834>`_ from rinnaz/fix-protobuf-parser-leak
Fix memory leak in protobuf parser
* Made transport text box wider
* Looking for zcm in alternate directory first
* A bit more stable
* Serializing and deserializing dataloader for zcm in layout
* fix: memory leak in protobuf parser
* Reverted change
* Changed to ZCM_DEFAULT_URL
* cleanup
* ZCM refactored
* ZCM works, with single type file
* Cleaner loading dialogs
* Added progress dialog
* Added channel selection
* Added data loading from files
* A bit of simplification and bug fix
* Added zcm streaming support
* Merge pull request `#830 <https://github.com/facontidavide/PlotJuggler/issues/830>`_ from joajfreitas/main
Add missing cstdint include
* Add missing cstdint include
* Contributors: Davide Faconti, Faisal Shah, Jonathan Bendes, Rinat Nazarov, Zach Davis, joajfreitas

3.7.0 (2023-05-19)
------------------
* Handle protobuf maps (`#824 <https://github.com/facontidavide/PlotJuggler/issues/824>`_)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10.2)

PROJECT(plotjuggler LANGUAGES C CXX VERSION 3.7.1)
PROJECT(plotjuggler LANGUAGES C CXX VERSION 3.8.0)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

**Gold Sponsor**: [Greenzie](https://www.greenzie.com/)

# PlotJuggler 3.7
# PlotJuggler 3.8

PlotJuggler is a tool to visualize time series that is **fast**, **powerful** and **intuitive**.

Expand Down

0 comments on commit a8b9906

Please sign in to comment.