Skip to content

Commit a7f423f

Browse files
committed
Merge branch 'develop'
2 parents 5c3a216 + 42dca01 commit a7f423f

18 files changed

+35
-24
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/.idea/
88
/textext/.cache.json
99
/textext/config.json
10+
.DS_Store

AUTHORS.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ went into the development of the project.
1616
- Alexander Blinne
1717
- Antonio Russo
1818
- Brian Clarke
19+
- dongguaguaguagua@github
1920
- Florent Becker
2021
- jocelynetienne@github
2122
- Markus Wallerberger
@@ -25,6 +26,7 @@ went into the development of the project.
2526
- Robert Szalai
2627
- Rafal Kolanski
2728
- Toru Araki
29+
- user202729@github
2830
- veltsov@github
2931
- Vladislav Gavryusev
3032
- xuestrange@github

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 1.10.2 (2024-02-20)
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
- Fixed: Wrong environment inserted when `Display Math` option is selected
4+
in `New Node Content` menu while typst is the active compiler (:Issue:`417`)
5+
16
Version 1.10.1 (2023-11-18)
27
~~~~~~~~~~~~~~~~~~~~~~~~~~~
38
- Fixed: Installation issue on Windows.

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2006-2023 TexText developers.
1+
Copyright (c) 2006-2024 TexText developers.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
|status-ci| |status-downloads|
22

3-
TexText - A TeX extension for Inkscape
4-
======================================
3+
TexText - A TeX / typst extension for Inkscape
4+
==============================================
55

66
TexText is a Python plugin for the vector graphics editor
77
`Inkscape <http://www.inkscape.org/>`__ providing the possibility to add

build_packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This file is part of TexText, an extension for the vector
33
illustration program Inkscape.
44
5-
Copyright (c) 2006-2023 TexText developers.
5+
Copyright (c) 2006-2024 TexText developers.
66
77
TexText is released under the 3-Clause BSD license. See
88
file LICENSE.txt or go to https://github.com/textext/textext

pytests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This file is part of TexText, an extension for the vector
33
illustration program Inkscape.
44
5-
Copyright (c) 2006-2023 TexText developers.
5+
Copyright (c) 2006-2024 TexText developers.
66
77
TexText is released under the 3-Clause BSD license. See
88
file LICENSE.txt or go to https://github.com/textext/textext

pytests/test_compatibility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This file is part of TexText, an extension for the vector
33
illustration program Inkscape.
44
5-
Copyright (c) 2006-2023 TexText developers.
5+
Copyright (c) 2006-2024 TexText developers.
66
77
TexText is released under the 3-Clause BSD license. See
88
file LICENSE.txt or go to https://github.com/textext/textext

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This file is part of TexText, an extension for the vector
44
illustration program Inkscape.
55
6-
Copyright (c) 2006-2023 TexText developers.
6+
Copyright (c) 2006-2024 TexText developers.
77
88
TexText is released under the 3-Clause BSD license. See
99
file LICENSE.txt or go to https://github.com/textext/textext

test_installation_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This file is part of TexText, an extension for the vector
33
illustration program Inkscape.
44
5-
Copyright (c) 2006-2023 TexText developers.
5+
Copyright (c) 2006-2024 TexText developers.
66
77
TexText is released under the 3-Clause BSD license. See
88
file LICENSE.txt or go to https://github.com/textext/textext

0 commit comments

Comments
 (0)