Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
xqms committed Jul 10, 2023
1 parent 422684f commit 58783b0
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
20 changes: 20 additions & 0 deletions rosbag_fancy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@
Changelog for package rosbag_fancy
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* play: decompression support (PR #18)
* BagView & TF2 scanner (PR #17)
* CI & unit tests
* play: support for multiple bag files
* play: ui: show current date/time
* play: support for --clock
* ui: remove sub column
* play: faster startup, don't crash if select() is interrupted
* play command
* record: wait for ros::Time to become valid
This fixes recording with use_sim_time=true (Issue #16)
* tui: fix count display
* tui: display byte & message counts correctly
* GUI/TUI: display messages in bag, not total messages
* rosbag_fancy: properly initialize compression
* split into separate packages (main, _msgs, and _gui)
* Contributors: Max Schwarz

0.2.0 (2020-06-16)
------------------
* bag_writer: fix uninitialized read in run() during shutdown
Expand Down
17 changes: 17 additions & 0 deletions rosbag_fancy_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package rosbag_fancy_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* split into separate packages (main, _msgs, and _gui)
* Contributors: Max Schwarz

0.2.0 (2020-06-16)
------------------

0.1.1 (2019-10-22)
------------------

0.1.0 (2019-10-18)
------------------
20 changes: 20 additions & 0 deletions rqt_rosbag_fancy/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package rqt_rosbag_fancy
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* GUI/TUI: display messages in bag, not total messages
* Add rqt GUI (PR #14)
* rqt_rosbag_fancy: rosfmt/full.h is not available on Melodic
* rename rosbag_fancy_gui to rqt_rosbag_fancy
* Contributors: Max Schwarz

0.2.0 (2020-06-16)
------------------

0.1.1 (2019-10-22)
------------------

0.1.0 (2019-10-18)
------------------

0 comments on commit 58783b0

Please sign in to comment.