Skip to content

Releases: mon/0x40-web

v3.6

03 Apr 06:03
@mon mon
Compare
Choose a tag to compare

When creating a HuesCore object, the volume passed in defaults is now applied.

v3.5

16 Jan 09:10
@mon mon
Compare
Choose a tag to compare
  • Fix autosong fadeout not adjusting volume properly sometimes
  • Decode URL-encoded settings passed in the query string (allows use of commas etc)
  • Now builds with Node 10 (updated by 5 major versions!). Node 14 is too much for gulp though :(

v3.4

02 Aug 12:24
@mon mon
Compare
Choose a tag to compare
  • Better performing short blackouts
  • Fix Remote respacks URL (and allow it to be configured via settings)
  • Allow disabling the query string parsing
  • Slight source cleanups

v3.3

22 Nov 14:11
@mon mon
Compare
Choose a tag to compare
  • New slice styles! Vertical, with v and V, and vertical+horizontal with # and @
  • Fix slicing sometimes rendering white

v3.2

03 Jul 04:50
@mon mon
Compare
Choose a tag to compare
  • Minor bugfixes

v3.1

11 Nov 12:02
@mon mon
Compare
Choose a tag to compare
  • Add "Slice" effect, use S and s.
  • Settings can now be set in the URL. See the README for information.
  • Add shortcut b for song restart
  • Preloader can now have a custom title set using the config
  • Many bug fixes and minor performance improvements
  • Internal code cleanups

v3.0

05 May 13:45
@mon mon
Compare
Choose a tag to compare

IMPORTANT This is a major release. There have been changes to the HTML. If you want to update, replace the HTML and put your defaults back.

  • All HTML is generated on the fly. No more HTML updates!
  • New beat chars: ( and ). On demand trippy circle transitions!
  • Hues can now be injected inside an element - just specify a root. Tested with 12 Hues all running at once!
  • Now uses mpg123.js - MP3 loops are more seamless than ever before
  • Respack loader now loads all XML files found, not just images.xml, songs.xml, or info.xml
  • Editor waveforms no longer bugged for short loops, no longer spew errors on Edge
  • Simpler build process. Just npm install to grab packages
  • Several small rendering issues with inverts fixed

v2.2

24 Mar 10:10
@mon mon
Compare
Choose a tag to compare

IMPORTANT See the changes to v2.0 if you are upgrading from v1.

  • Inverts are now handled inside the canvas and are much faster
  • Preloader now has a size warning - can be disabled in settings, unless you're on mobile
  • Preloader now has a loading bar
  • Editor warns you if you have unsaved changes
  • Images were made smaller
  • Fix some song load issues where 2 would play at once
  • Remotes are now SSL. Fixes CORS errors.

v2.1

26 Feb 12:30
@mon mon
Compare
Choose a tag to compare

IMPORTANT See the changes to v2.0 if you are upgrading from v1.

  • ogg vorbis is now fully supported in all browsers.
  • Fixed issues when changing songs too fast
  • Fix console errors and broken editor display in some cases

v2.0

20 Feb 13:39
@mon mon
Compare
Choose a tag to compare

IMPORTANT This is a major release. There have been changes to the HTML. If you want to update, replace the HTML and put your defaults back.

  • Editor!!!! You can now edit songs inside Web Hues to make your own respacks :)
  • Editor documentation exists. Take a look!
  • Everything is more reliable and errors are more obvious
  • Performance improvements, especially in the Xmas UI
  • Fitter, happier, more productive
  • Wav support added. wavs are huge though, you'd be mad to use them for a real release
  • Preliminary ogg support added - acts strangely on browsers which do not natively support it, and fixing it is painful. Stick to LAME MP3 if you want the best compatibility.