Skip to content

Releases: sys-256/Duino-JS

Duino-JS v4.0

07 Jul 14:29
8e13074
Compare
Choose a tag to compare

What's Changed

  • Breaking: Change the way input is handled to allow for more customizable variable naming (da91c2f)
  • Update README.md + formatting (dae1c76)

Full Changelog: v3.6...v4.0

Duino-JS v3.6

07 Jul 13:40
a7e7df0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5...v3.6

Duino-JS v3.5

18 Mar 17:05
v3.5
4ee6c32
Compare
Choose a tag to compare

What's Changed

  • Add support for version 3 by @OlMi1 in #15
  • Minify hashes.js with uglify-js

Full Changelog: v3.4...v3.5

Duino-JS v3.4

26 Jan 16:24
v3.4
4bf3609
Compare
Choose a tag to compare
  • Update WebSocket URL and LICENSE
  • example.html + readme.md: use backticks on js code
  • use backticks for cleaner code + improve comments
  • Update version number

Duino-JS v3.3

13 Aug 09:26
f75c407
Compare
Choose a tag to compare

Small improvements again

  • 28/11/2021: Updated the WebSocket URL (96014f5)

Duino-JS v3.2

25 Jul 11:43
935ce11
Compare
Choose a tag to compare

Small improvements

Duino-JS v3.1

08 Jul 12:16
b41d278
Compare
Choose a tag to compare

The non-minified version now logs which thread calculated the hash, had a share correct and all the other good stuff, the minified isn't modified.

Duino-JS v3.0

07 Jul 08:35
33ad9a6
Compare
Choose a tag to compare

The BIG release is finally here! Duino-JS is now multithreaded so you can use the full power of your pc!

There are some new options, so make sure to check out the README.md.

Happy mining!

Duino-JS v2.1

06 Jul 17:14
6cac1da
Compare
Choose a tag to compare

moved basically everything to the worker, for future use with multithreading (v3)

Duino-JS v2.0

03 Jul 09:13
ee210ac
Compare
Choose a tag to compare

I added Web Workers in this release, so your site won't freeze if you installed Duino-JS on it.