Skip to content

Commit 2aba1f7

Browse files
committed
Update for 1.1.4 release
1 parent cba5302 commit 2aba1f7

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.1.4](https://github.com/nicklockwood/ShapeScript/releases/tag/1.1.4) (2021-07-31)
2+
3+
- Increased time precision of document file monitoring in ShapeScript Viewer app
4+
- Improved threading a progress logging in ShapeScript Viewer app
5+
- Added Linux support for ShapeScriptLib (excluding rendering and text functions)
6+
- Made static color constants immutable
7+
- Bumped Euclid version to 0.5.3
8+
19
## [1.1.3](https://github.com/nicklockwood/ShapeScript/releases/tag/1.1.3) (2021-07-10)
210

311
- Fixed assertion failure if a parsing error occurs at the last character in the .shape file

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.1.3",
3+
"version": "1.1.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.1.3"
13+
"tag": "1.1.4"
1414
},
1515
"source_files": "ShapeScript",
1616
"requires_arc": true,

ShapeScript.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@
594594
"$(inherited)",
595595
"@executable_path/../Frameworks",
596596
);
597-
MARKETING_VERSION = 1.1.3;
597+
MARKETING_VERSION = 1.1.4;
598598
PRODUCT_BUNDLE_IDENTIFIER = com.charcoaldesign.ShapeScriptViewer;
599599
PRODUCT_MODULE_NAME = Viewer;
600600
PRODUCT_NAME = "ShapeScript Viewer";
@@ -620,7 +620,7 @@
620620
"$(inherited)",
621621
"@executable_path/../Frameworks",
622622
);
623-
MARKETING_VERSION = 1.1.3;
623+
MARKETING_VERSION = 1.1.4;
624624
PRODUCT_BUNDLE_IDENTIFIER = com.charcoaldesign.ShapeScriptViewer;
625625
PRODUCT_MODULE_NAME = Viewer;
626626
PRODUCT_NAME = "ShapeScript Viewer";
@@ -772,7 +772,7 @@
772772
"@executable_path/../Frameworks",
773773
"@loader_path/Frameworks",
774774
);
775-
MARKETING_VERSION = 1.1.3;
775+
MARKETING_VERSION = 1.1.4;
776776
PRODUCT_BUNDLE_IDENTIFIER = com.charcoaldesign.ShapeScriptLib;
777777
PRODUCT_NAME = ShapeScript;
778778
SKIP_INSTALL = YES;
@@ -801,7 +801,7 @@
801801
"@executable_path/../Frameworks",
802802
"@loader_path/Frameworks",
803803
);
804-
MARKETING_VERSION = 1.1.3;
804+
MARKETING_VERSION = 1.1.4;
805805
PRODUCT_BUNDLE_IDENTIFIER = com.charcoaldesign.ShapeScriptLib;
806806
PRODUCT_NAME = ShapeScript;
807807
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)