Skip to content

Commit

Permalink
Merge branch 'master' into releases/0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwinkler committed Jan 22, 2018
2 parents d8e5b8b + 32e53c6 commit bc6ab23
Show file tree
Hide file tree
Showing 6 changed files with 198 additions and 192 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
*.pyc
*.orig
*.rej
*.tar.gz
tests/out.svg
*.iss
/PyGTK_for_Inkscape/0.92.2/build
/PyGTK_for_Inkscape/0.92.2/download-*/
/PyGTK_for_Inkscape/0.92.2/files/
/PyGTK_for_Inkscape/0.92.2/uninst_file_list.txt
/PyGTK_for_Inkscape/0.92.2/inst_file_list.txt
/PyGTK_for_Inkscape/0.91/build
/PyGTK_for_Inkscape/0.91/files
/PyGTK_for_Inkscape/0.92/build
/PyGTK_for_Inkscape/0.92/files
/textext-*-linux/
/TexText-Linux-*.tgz
/TexText-Linux-*.zip
/TexText-Windows-*.exe
17 changes: 0 additions & 17 deletions .hgignore

This file was deleted.

17 changes: 0 additions & 17 deletions .hgtags

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Note: All issue references for version 0.7 and prior refer to
bitbucket.org/pitgarbe/textext

Version 0.7 (2017-12-15)
========================
Fixed:
Plugin does not run with Inkscape 0.92.2 under Windows

New:
Global and local scale factor. This feature enables the user to set the scale factor of a node to the value used while editing the previous node (Button "Global"). Hence, it is easier to change several nodes to the same scale factor. It is always possible to reset the scale factor to the value used for creating the node (Button "Reset").

New:
Added compatibility to ImageMagick 7 (version 6 is still supported) (issue #32, #39)

Workaround:
A message is displayed if pstoedit failed to produce svg output and ghostscript < 9.21 is installed on the system (issues #44, #48, #50).


Version 0.6.1 (2017-02-13)
==========================
Fixed:
Expand Down
Loading

0 comments on commit bc6ab23

Please sign in to comment.