Skip to content

Releases: SheepTester/htmlifier

HTMLifier 1.0.3

21 Oct 21:10
Compare
Choose a tag to compare

The Node version of the HTMLifier didn't work because my polyfill for FileReader didn't properly create data URLs (I forgot to add data:image/png;base, or whatever before them), which prevented HTMLified projects from loading properly. Oops

The web and Deno versions of the HTMLifier have not changed

HTMLifier 1.0.2

13 Aug 05:16
Compare
Choose a tag to compare
  • Fixed connecting to cloud servers.

HTMLifier 1.0.1

10 Aug 00:33
Compare
Choose a tag to compare
  • Fixed sprite dragging

HTMLifier 1.0.0

09 Aug 03:27
Compare
Choose a tag to compare

I rewrote the HTMLifier in Deno. There might be many bugs. There's also an npm package for the HTMLifier now.

2021-03-16

17 Mar 00:17
Compare
Choose a tag to compare
  • New cloud behaviours:
    • ☁ url contains the current URL of the web page.
    • ☁ pasted contains the last pasted text by the user.
    • ☁ username, when set, will change what the "username" block reports.
  • Fixed the background image not showing in full screen.
  • Fixed the progress bar being shown under the loading image.

2021-02-07

08 Feb 06:18
Compare
Choose a tag to compare
  • 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.

2020-06-13

13 Jun 23:06
Compare
Choose a tag to compare
  • More options for styling variable/list monitors
  • Option to generate a .zip of files
  • Option to preview the HTMLified project
  • Readded the option for a progress counter despite lack of demand
  • Warn if a file might be too large for JavaScript to HTMLify
  • Fixed HTMLifying 2.0 projects

2020-06-01

02 Jun 04:33
Compare
Choose a tag to compare

I'm going to use Github releases to make previous versions of the HTMLifier available for download in case something breaks in the future. Previous versions can still be found in the commit history, but it's a bit more involved, and it doesn't include vm.min.js changes.

  • Option to remove clone/list length limits

  • Option to hide the cursor

  • Ability to distinguish between cloud variables for localStorage and the server (and run JavaScript using cloud variables)

  • Option for rudimentary pointer lock

  • Fixed mouse position and unresized lists not showing

  • Default project changed to one of ScratchCat's

  • Unfortunately, as part of these changes, I removed the option for a progress bar. If there's demand, I'll try to add it back.

The previous release for 2020-03-29 can be found in the old repository.