blob: c01f5b35c287948e9ba0ba10c702e550a3450ee7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<inkscape-extension>
<_name>New in This Version</_name>
<id>org.inkscape.help.relnotes</id>
<dependency type="executable" location="extensions">webbrowser_relnotes.py</dependency>
<effect needs-document="no">
<object-type>all</object-type>
<effects-menu hidden="yes"/>
</effect>
<script>
<command reldir="extensions" interpreter="python">webbrowser_relnotes.py</command>
</script>
</inkscape-extension>
|