Skip to content

Commit

Permalink
1.14.20
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Mar 30, 2023
1 parent 0f22a8b commit fd566b9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/abi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
BASEDIR: /home/runner/work
DOCKER_IMAGE: rhaschke/ici:rviz-${{ matrix.distro }}-${{ matrix.repo || 'ros' }}
CACHE_PREFIX: ${{ matrix.distro }}
ABICHECK_URL: github:ros-visualization/rviz#15e148d0e4af0522c0494e83eb9f440f37c02b82
ABICHECK_URL: github:ros-visualization/rviz#1.14.20
GHA_CACHE_SAVE: always

name: "check"
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog for package rviz
^^^^^^^^^^^^^^^^^^^^^^^^^^

1.14.20 (2023-03-30)
--------------------
* Improvements to TF display (`#1789 <https://github.com/ros-visualization/rviz/issues/1789>`_)

- Add regex filters (white+black list) to TF Display (`#1744 <https://github.com/ros-visualization/rviz/issues/1744>`_)
- Reparent children to root tree node when deleting a frame
- Insert frame properties sorted
- Create tree nodes also if the frame is not connected to rviz' global frame
* RobotModel: Fix orientation of joint axis arrow (`#1788 <https://github.com/ros-visualization/rviz/issues/1788>`_)
* Use static QCoreApplication::processEvents() w/o QApplication instance (`#1772 <https://github.com/ros-visualization/rviz/issues/1772>`_)
* Contributors: Blaz Potokar, Robert Haschke, Yannis Gerlach

1.14.19 (2022-08-14)
--------------------
* Fixup to `#1760 <https://github.com/ros-visualization/rviz/issues/1760>`_, SplitterHandle (`#1766 <https://github.com/ros-visualization/rviz/issues/1766>`_)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>rviz</name>
<version>1.14.19</version>
<version>1.14.20</version>
<description>
3D visualization tool for ROS.
</description>
Expand Down

0 comments on commit fd566b9

Please sign in to comment.