Skip to content

Commit f5de29d

Browse files
committed
Update for 1.3.4 release
1 parent 9a9c9f3 commit f5de29d

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.3.4](https://github.com/nicklockwood/ShapeScript/releases/tag/1.3.4) (2021-09-17)
2+
3+
- The position/size/orientation options can now be used inside `text` blocks
4+
- Fixed parsing error when using inline expressions in loop range
5+
- Unsupported string escape sequences are now treated as an error
6+
- Command parameters are now included in assertion failure error highlighting
7+
- Fixed bug with sequential escape sequences in text
8+
19
## [1.3.3](https://github.com/nicklockwood/ShapeScript/releases/tag/1.3.3) (2021-09-14)
210

311
- Fixed crash when font is set to an empty string

ShapeScript.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ShapeScript",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"license": {
55
"type": "MIT",
66
"file": "LICENSE.md"
@@ -10,7 +10,7 @@
1010
"authors": "Nick Lockwood",
1111
"source": {
1212
"git": "https://github.com/nicklockwood/ShapeScript.git",
13-
"tag": "1.3.3"
13+
"tag": "1.3.4"
1414
},
1515
"source_files": ["ShapeScript", "LRUCache/Sources"],
1616
"requires_arc": true,

ShapeScript.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@
721721
"$(inherited)",
722722
"@executable_path/../Frameworks",
723723
);
724-
MARKETING_VERSION = 1.3.3;
724+
MARKETING_VERSION = 1.3.4;
725725
PRODUCT_BUNDLE_IDENTIFIER = com.charcoaldesign.ShapeScriptViewer;
726726
PRODUCT_MODULE_NAME = Viewer;
727727
PRODUCT_NAME = "ShapeScript Viewer";
@@ -748,7 +748,7 @@
748748
"$(inherited)",
749749
"@executable_path/../Frameworks",
750750
);
751-
MARKETING_VERSION = 1.3.3;
751+
MARKETING_VERSION = 1.3.4;
752752
PRODUCT_BUNDLE_IDENTIFIER = com.charcoaldesign.ShapeScriptViewer;
753753
PRODUCT_MODULE_NAME = Viewer;
754754
PRODUCT_NAME = "ShapeScript Viewer";
@@ -901,7 +901,7 @@
901901
"@executable_path/../Frameworks",
902902
"@loader_path/Frameworks",
903903
);
904-
MARKETING_VERSION = 1.3.3;
904+
MARKETING_VERSION = 1.3.4;
905905
PRODUCT_BUNDLE_IDENTIFIER = com.charcoaldesign.ShapeScriptLib;
906906
PRODUCT_NAME = ShapeScript;
907907
SKIP_INSTALL = YES;
@@ -930,7 +930,7 @@
930930
"@executable_path/../Frameworks",
931931
"@loader_path/Frameworks",
932932
);
933-
MARKETING_VERSION = 1.3.3;
933+
MARKETING_VERSION = 1.3.4;
934934
PRODUCT_BUNDLE_IDENTIFIER = com.charcoaldesign.ShapeScriptLib;
935935
PRODUCT_NAME = ShapeScript;
936936
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)