Skip to content

Commit

Permalink
Merge pull request #179 from xyz2tex/add_version_ink
Browse files Browse the repository at this point in the history
Feat: display version in inx file
  • Loading branch information
ldevillez authored Dec 13, 2023
2 parents c4d3065 + 6235edb commit 8b99ccf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [Unreleased]

### Added
- Version is now displayed in the inkscape extension
### Changed
### Deprecated
### Removed
Expand Down
2 changes: 1 addition & 1 deletion svg2tikz/tikz_export_effect.inx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension>
<name>Export to TikZ path</name>
<name>Export to TikZ path v3.0.0</name>
<id>net.texample.tools.svg.export_tikz.effect</id>
<dependency type="executable" location="extensions">tikz_export.py</dependency>
<param name="tab" type="notebook">
Expand Down
2 changes: 1 addition & 1 deletion svg2tikz/tikz_export_output.inx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension>
<name>Export as TikZ code for use with LaTeX</name>
<name>Export as TikZ code for use with LaTeX v3.0.0</name>
<id>net.texample.tools.svg.export_tikz.output</id>
<dependency type="executable" location="extensions">tikz_export.py</dependency>
<param name="tab" type="notebook">
Expand Down

0 comments on commit 8b99ccf

Please sign in to comment.