summaryrefslogtreecommitdiff
path: root/lib/extensions/update_svg.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/extensions/update_svg.py')
-rw-r--r--lib/extensions/update_svg.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/extensions/update_svg.py b/lib/extensions/update_svg.py
index 0f0609be..f620af2d 100644
--- a/lib/extensions/update_svg.py
+++ b/lib/extensions/update_svg.py
@@ -14,8 +14,11 @@ class UpdateSvg(InkstitchExtension):
def __init__(self, *args, **kwargs):
InkstitchExtension.__init__(self, *args, **kwargs)
+ # inkstitch_svg_version history:
+ # 1 -> v3.0.0, May 2023
+ # 2 -> v.3.1.0 May 2024
+
# TODO: When there are more legacy versions than only one, this can be transformed into a user input
- # inkstitch_svg_version history: 1 -> v3.0.0, May 2023
self.update_from = 0
def effect(self):