Skip to content

Commit db7cf4d

Browse files
committed
Updating changelog
1 parent 5277309 commit db7cf4d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* feat: human readable time formatting (`#57 <https://github.com/swri-robotics/swri_console/issues/57>`_)
8+
Adds option to make the date and time easier to read for humans
9+
* Added options to be displayed in each log line: logger name and function name. (`#38 <https://github.com/swri-robotics/swri_console/issues/38>`_)
10+
Co-authored-by: Rasmus Skovgaard Andersen <Rasmus.Andersen@marel.com>
11+
* Switching to GitHub actions (`#47 <https://github.com/swri-robotics/swri_console/issues/47>`_)
12+
* Merge pull request `#40 <https://github.com/swri-robotics/swri_console/issues/40>`_ from cellumation/master
13+
Enable closing via Ctrl-C from a terminal
14+
* Merge pull request `#39 <https://github.com/swri-robotics/swri_console/issues/39>`_ from jarvisschultz/rosout_agg_bag_support
15+
Add ability to read either `/rosout` or `/rosout_agg` from bag files
16+
* Do not use the ros signal handlers. Thus, it is now possible to close the swri_console via Ctrl-C from the console
17+
* Add ability to read either `/rosout` or `/rosout_agg` from bag files
18+
Prefer `/rosout` if it exists, if not, fall back to `/rosout_agg`. Also, if no log messages are found in a bag emit a
19+
warning to indicate to user the reason why log messages did not change.
20+
Tested this with bag files containing only `/rosout`, only `/rosout_agg`, both `/rosout` and `/rosout_agg`, and neither
21+
`/rosout` nor `/rosout_agg`.
22+
* Update documentation
23+
Add some feature bullet points and point out ROS 2 support
24+
* Update package maintainers (`#29 <https://github.com/swri-robotics/swri_console/issues/29>`_)
25+
* Contributors: Alexis Tsogias, David Anthony, Jarvis Schultz, Mart Moerdijk, Matthew, P. J. Reed
26+
527
1.1.0 (2018-05-11)
628
------------------
729
* Added simple rosout_agg_recorder (`#15 <https://github.com/pjreed/swri_console/issues/15>`_)

0 commit comments

Comments
 (0)