Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Apr 7, 2020
1 parent 2414869 commit 68ff6c1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
Changelog for package plotjuggler
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Fix issue `#271 <https://github.com/facontidavide/PlotJuggler/issues/271>`_
* @veimox added
* Bugfix/executable (`#264 <https://github.com/facontidavide/PlotJuggler/issues/264>`_)
* created launching script , installing and making use of it in the icon
* ignoring temporary folders when creating binary locally
* corrected intsallation of script
* using PROGRAM to install it with executable permissions
Co-authored-by: Jorge Rodriguez <[email protected]>
* Feature/scalable icon (`#265 <https://github.com/facontidavide/PlotJuggler/issues/265>`_)
* installing icons in /usr/share and do it at any build type
* added scalable icon
* removed old icon
Co-authored-by: Jorge Rodriguez <[email protected]>
* fix default suffix
* Fix bug `#258 <https://github.com/facontidavide/PlotJuggler/issues/258>`_
* Contributors: Davide Faconti, Jorge Rodriguez

2.6.2 (2020-02-25)
------------------
* bug fix in IMU parser
Expand Down
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cmake_policy (SET CMP0020 NEW)
add_definitions(
-DPJ_MAJOR_VERSION=2
-DPJ_MINOR_VERSION=6
-DPJ_PATCH_VERSION=2 )
-DPJ_PATCH_VERSION=3 )

add_subdirectory( 3rdparty/fmt )

Expand Down Expand Up @@ -90,7 +90,6 @@ if(COMPILING_WITH_CATKIN)
rosbag_storage
roscpp
roscpp_serialization
ros_type_introspection
rostime
topic_tools
tf
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Join the chat at https://gitter.im/PlotJuggler/Lobby](https://badges.gitter.im/PlotJuggler/Lobby.svg)](https://gitter.im/PlotJuggler/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=I%20use%20PlotJuggler%20and%20it%20is%20amazing%0D%0A&url=https://github.com/facontidavide/PlotJuggler&via=facontidavide&hashtags=dataviz,plotjuggler,GoROS,PX4)

# PlotJuggler 2.6.2
# PlotJuggler 2.6.3

QT5 based application to display time series in plots, using an intuitive "drag and drop" interface.

Expand Down Expand Up @@ -51,7 +51,7 @@ Watch this video to learn how to use it.

For those of you that can't wait and want to get their hands dirty, just download this AppImage:

[PlotJuggler-2.6.x-x86_64.AppImage](https://github.com/facontidavide/PlotJuggler/releases/download/2.6.2/PlotJuggler-2.6.2-x86_64.AppImage).
[PlotJuggler-2.6.x-x86_64.AppImage](https://github.com/facontidavide/PlotJuggler/releases/download/2.6.3/PlotJuggler-2.6.3-x86_64.AppImage).

Do not forget to make it executable with the command

Expand Down

0 comments on commit 68ff6c1

Please sign in to comment.