Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
update package.xml
  • Loading branch information
ipa-lth committed Nov 9, 2017
1 parent 512b246 commit b19c2f3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
22 changes: 22 additions & 0 deletions frame_editor/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package frame_editor
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

1.0.2 (2017-09-27)
------------------
* Fix: import rospkg
Add rviz view to headless demo launch
* headless version
* during close, save_as proposes to save as current yaml
* added Duplicate Frame button
* Installing tags for frameeditor
* package.xml v2
* Ask for automatic mesh version path update if possible.
* fix legacy yaml loading, if you want to change to rospackages+path you have to reselect your mesh and save again
* Warning Widget if saved with absolute pathes
* resolve mesh pathes with rospackages if possible, fall back to absolute pathes if not possible.
* ugly qt5-slots workaround to make meshes and forms work
* Contributors: ipa-frn, ipa-lth, ipa-pgt
10 changes: 5 additions & 5 deletions frame_editor/package.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<package format="2">
<name>frame_editor</name>
<version>1.0.0</version>
<version>1.0.2</version>
<description>The frame_editor package</description>

<!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<maintainer email="frank.naegele@ipa.fraunhofer.de">ipa-frn</maintainer>


<!-- One license tag required, multiple allowed, one license per tag -->
<license>MIT</license>
Expand All @@ -24,7 +24,7 @@
<!-- The *_depend tags are used to specify dependencies -->
<!-- Dependencies can be catkin packages or system dependencies -->
<buildtool_depend>catkin</buildtool_depend>

<depend>interactive_markers</depend>
<depend>rospy</depend>
<depend>std_msgs</depend>
Expand All @@ -47,4 +47,4 @@

</export>

</package>
</package>

0 comments on commit b19c2f3

Please sign in to comment.