Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog. #17

Merged
merged 4 commits into from
Mar 8, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Added

- Troubleshooting:
- Tips for some runtime crashes due to missing dependencies. (#13)
- Details about fixing plugin file not found error. (#9)
- Run actions on a schedule or `workflow_dispatch` as well as pull request and push. (#10)
- Update actions used in workflows. (#14)
- Update CI to use newer versions of actions and test on multiple ROS distributions. (#12)

### Fixed

- Add PySide2 and PyQt5 dependencies to package.xml. (#16)
- Switch from hyphen to underscore in setup.cfg to avoid deprecated Python variables. (#11)
- Explicitly specifying file encoding when opening a file with Python. Fixes pylint warning (Statick). (#6)

### Removed

- Remove version pinning for pycodestyle in workflow. (#15)

## v0.0.1 - 2021-05-17

Initial release of a ROS2 node and an rqt plugin for visualizing dot graph files.
Expand Down
Loading