Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 1.14 KB

CHANGELOG.rst

File metadata and controls

28 lines (26 loc) · 1.14 KB

Changelog for package rosbag2_to_video

1.0.1 (2024-11-22)

  • Update maintainer
  • Add CONTRIBUTING.md
  • Add mypy test
  • Fix flake8 and pep257 errors
  • Don't skip copyright check
  • Contributors: Błażej Sowa

1.0.0 (2024-08-29)

  • Remove unreachable line of code (#5)
  • Add readme (#4)
  • Improve codecs and file format support (#3) * Support other video formats, using .mp4 by default. * Add --codec-dialog option. * Extend help comments for --codec and --codec-dialog.
  • Refactor document and polish the code. (#2)
  • Support compressed image (#1) * Support compressed image. * Add argument to allow specifying a different codec.
  • Add ros2 bag verb implementation
  • first commit
  • Contributors: Daisuke Nishimatsu, Ivan Santiago Paunovic