Skip to content

Releases: dom111/code-sandbox

0.1.5

11 May 19:50

Choose a tag to compare

What's Changed

  • Make the header bar sticky
  • Break out codePointsToString and stringToCodePoints functions.
  • Fix Hexdump Decoder.
  • Break out replaceBinaryBytes function.
  • Fix leaky scope in Image Renderer.
  • Update markdown content to use decoded string for code block.
  • Add tests (only a few for now, but the framework is in place)
  • Fix UTF-8 issues.
  • Auto-resize TTY Renderers.
  • Fix IFrame Renderer clobbering back button.

Full Changelog: 0.1.4...0.1.5

0.1.4

21 Apr 06:00

Choose a tag to compare

What's Changed

Full Changelog: 0.1.3...0.1.4

Fix P4 PBM Images

19 Apr 20:44

Choose a tag to compare

What's Changed

Full Changelog: 0.1.2...0.1.3

0.1.2

13 Apr 18:57

Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.1.2

0.1.1

27 Jan 22:50

Choose a tag to compare

0.1.1 Pre-release
Pre-release

What's Changed

  • Add Hexdump decoder
  • Add "save" functionality via [Ctrl]+[S] (updates the URL)
  • Add dynamic Renderers to handle stdout being an image or HTML or something

See: #3

Full Changelog: 0.1.0...0.1.1

0.1.0

27 Jan 22:47

Choose a tag to compare

0.1.0 Pre-release
Pre-release

What's Changed

New Contributors

  • @dom111 made their first contribution in #1

Full Changelog: https://github.com/dom111/code-sandbox/commits/0.1.0