Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit f781d72

Browse files
committed
Merge remote-tracking branch 'upstream/develop-9.6' into merge-develop-9.6-26.07.2021_2
2 parents ec90c12 + 42a1624 commit f781d72

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1289
-793
lines changed

builder/builder_utilities.livecodescript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
script "BuilderUtilities"
22

3-
constant kMergExtVersion = "2021-2-2"
4-
constant kTSNetVersion = "1.4.4"
3+
constant kMergExtVersion = "2021-6-16"
4+
constant kTSNetVersion = "1.4.5"
55

66
local sEngineDir
77
local sWorkDir

docs/dictionary/command/post.lcdoc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Associations: internet library
1111

1212
Introduced: 1.0
1313

14-
OS: mac, windows, linux, ios, android, html5
14+
OS: mac, windows, linux, ios, android
1515

1616
Platforms: desktop, server, mobile
1717

@@ -104,14 +104,6 @@ password "pass", use the following <statement> :
104104
> <URLEncode> any username and password fields appropriately for FTP
105105
> URLs.
106106

107-
> *Cross-platform note:* The HTML5 engine only supports HTTP and HTTPs
108-
> protocols.
109-
110-
> *Cross-platform note:* URLs fetched by the HTML5 engine from a domain
111-
> other than that of the hosting the page may be blocked by web browsers,
112-
> unless the server hosting the URL sets the "Access-Control-Origin" header
113-
> appropriately.
114-
115107
References: post (command), write to socket (command),
116108
delete URL (command), read from socket (command), put (command),
117109
libURLSetExpect100 (command), libURLSetLogField (command),

docs/notes/bugfix-21615.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Add HiDPI scaling support to HTML5 engine

docs/notes/bugfix-22791.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix codesigning error saving Mac standalone app when the app name contains accented characters

docs/notes/bugfix-22868.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Ensure format() function recognizes a negative format length

docs/notes/bugfix-23016.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix 'fontnames' always returning empty in HTML5 standalones

docs/notes/bugfix-23038.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix some images rendering as black in recent macOS versions

docs/notes/bugfix-23044.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix crash when deleting the current card of a stack within its closeStack handler

docs/notes/bugfix-23168.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix memory leak when rendering gradients where the quality is set to "good"

docs/notes/bugfix-23240.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix IDE lockup when an execution error occurs in a modal stack

0 commit comments

Comments
 (0)