Skip to content

2021-02-07

Compare
Choose a tag to compare
@SheepTester SheepTester released this 08 Feb 06:18
· 52 commits to master since this release
  • Save the options in the URL
  • New customisation options:
    • Background image
    • Cursor
    • Favicon
    • New loading bar design with customisable colours
    • Loading screen image from a URL
      • Option to stretch only the loading screen image
  • Option to show start/stop buttons (equivalent to the green flag/stop sign)
  • New special cloud behaviours:
    • Better support for setting ☁ eval to a Promise: it waits for it to be settled before setting ☁ eval output/☁ eval error
    • ☁ open link opens a URL in a new tab.
    • ☁ redirect redirects to a URL.
    • ☁ set clipboard tries to copy text to the clipboard.
    • ☁ set server ip changes the cloud server URL.
  • Ability to distinguish between left/right modifier keys using <key (join [code_ShiftLeft] []) pressed?>, for example.
  • Clicking on a variable slider no longer gives it focus, so keys will continue to work.
  • A bookmarklet creator
  • 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.
  • Updated CSS by Mr. Cringe Kid
  • Fixed the HTMLification log progress not resetting
  • Also, the primitive cloud server has been updated.