Skip to content

Commit fd566b9

Browse files
committed
1.14.20
1 parent 0f22a8b commit fd566b9

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/workflows/abi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
BASEDIR: /home/runner/work
2121
DOCKER_IMAGE: rhaschke/ici:rviz-${{ matrix.distro }}-${{ matrix.repo || 'ros' }}
2222
CACHE_PREFIX: ${{ matrix.distro }}
23-
ABICHECK_URL: github:ros-visualization/rviz#15e148d0e4af0522c0494e83eb9f440f37c02b82
23+
ABICHECK_URL: github:ros-visualization/rviz#1.14.20
2424
GHA_CACHE_SAVE: always
2525

2626
name: "check"

CHANGELOG.rst

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

5+
1.14.20 (2023-03-30)
6+
--------------------
7+
* Improvements to TF display (`#1789 <https://github.com/ros-visualization/rviz/issues/1789>`_)
8+
9+
- Add regex filters (white+black list) to TF Display (`#1744 <https://github.com/ros-visualization/rviz/issues/1744>`_)
10+
- Reparent children to root tree node when deleting a frame
11+
- Insert frame properties sorted
12+
- Create tree nodes also if the frame is not connected to rviz' global frame
13+
* RobotModel: Fix orientation of joint axis arrow (`#1788 <https://github.com/ros-visualization/rviz/issues/1788>`_)
14+
* Use static QCoreApplication::processEvents() w/o QApplication instance (`#1772 <https://github.com/ros-visualization/rviz/issues/1772>`_)
15+
* Contributors: Blaz Potokar, Robert Haschke, Yannis Gerlach
16+
517
1.14.19 (2022-08-14)
618
--------------------
719
* Fixup to `#1760 <https://github.com/ros-visualization/rviz/issues/1760>`_, SplitterHandle (`#1766 <https://github.com/ros-visualization/rviz/issues/1766>`_)

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>rviz</name>
3-
<version>1.14.19</version>
3+
<version>1.14.20</version>
44
<description>
55
3D visualization tool for ROS.
66
</description>

0 commit comments

Comments
 (0)