You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Massive changelog, and fix left/right detection-ish
Reproduction:
1. Press and hold ShiftLeft
2. Press and hold ShiftRight
3. Release ShiftLeft. This does not fire a mouseup event.
4. Release ShiftRight. `code` is ShiftRight.
mouseup with code=ShiftLeft never fires.
<li>New loading bar design with customisable colours</li>
83
+
<li>
84
+
Loading screen image from a URL
85
+
<ul>
86
+
<li>Option to stretch only the loading screen image</li>
87
+
</ul>
88
+
</li>
89
+
</ul>
90
+
</li>
91
+
<li>Option to show start/stop buttons (equivalent to the green flag/stop sign)</li>
92
+
<li>
93
+
New special cloud behaviours:
94
+
<ul>
95
+
<li>Better support for <code>☁ eval</code> returning Promises</li>
96
+
<li><code>☁ open link</code> opens a URL in a new tab.</li>
97
+
<li><code>☁ redirect</code> redirects to a URL.</li>
98
+
<li><code>☁ set clipboard</code> tries to copy text to the clipboard.</li>
99
+
<li><code>☁ set server ip</code> changes the cloud server URL.</li>
100
+
</ul>
101
+
</li>
102
+
<li>Ability to distinguish between left/right modifier keys using <code><key (join [code_ShiftLeft] []) pressed?>></code>, for example.</li>
103
+
<li>Clicking on a variable slider no longer gives it focus, so keys will continue to work.</li>
104
+
<li>A bookmarklet creator</li>
105
+
<li>BREAKING: The mouse lock position now sets mouse x/y to the accumulative mouse position, which should be more reliable. This works best with the "Remove limits" option.</li>
106
+
<li>Updated CSS by <ahref="https://scratch.mit.edu/users/mrcringekidyt/">Mr. Cringe Kid</a></li>
107
+
<li>Fixed the HTMLification log progress not resetting</li>
75
108
<li>Also, the <ahref="https://github.com/SheepTester/primitive-cloud-server">primitive cloud server</a> has been updated.</li>
newLabel('Include the project data in the HTML file? This will make the file larger, but it will work offline. (Must be checked if uploading a file.)')
629
-
.addCheckable(newCheckbox('include-file',true))
630
-
)
660
+
// TODO
661
+
// .add(
662
+
// new Label('Include the project data in the HTML file? This will make the file larger, but it will work offline. (Must be checked if uploading a file.)')
0 commit comments