Skip to content

Commit e1f519d

Browse files
committed
Update for 1.3.6 release
1 parent 12063e3 commit e1f519d

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.3.6](https://github.com/nicklockwood/ShapeScript/releases/tag/1.3.6) (2021-09-21)
2+
3+
- Added text interpolation, allowing text strings to be constructed dynamically
4+
- Import and textures file paths can now be constructed dynamically
5+
- Alpha component of colors can now be overridden with a convenient syntax
6+
- Removed confusing references to "string" and "identifier" from error messages
7+
- Added ability to load text fonts from a file name or path
8+
- Fixed bug where font getter returned texture instead
9+
- Improved help documentation
10+
111
## [1.3.5](https://github.com/nicklockwood/ShapeScript/releases/tag/1.3.5) (2021-09-19)
212

313
- Numbers can now be used in text blocks

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.5",
3+
"version": "1.3.6",
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.5"
13+
"tag": "1.3.6"
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.5;
724+
MARKETING_VERSION = 1.3.6;
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.5;
751+
MARKETING_VERSION = 1.3.6;
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.5;
904+
MARKETING_VERSION = 1.3.6;
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.5;
933+
MARKETING_VERSION = 1.3.6;
934934
PRODUCT_BUNDLE_IDENTIFIER = com.charcoaldesign.ShapeScriptLib;
935935
PRODUCT_NAME = ShapeScript;
936936
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)