v5.2
The big theme in this release is mobile friendliness.
A large number of the default images, when viewed on very very slim mobile devices (with aspect ratios as slim as 22:9), would show nothing! This release adjusts the rendering pipeline to give a great experience to everyone, even those with very small phones!
New Features
- An extremely barebones respack editor has been created
- It has a list of all images and songs in a respack
- Images can have their name, fullname, alignment and centerPixel easily edited
- Songs can have their title, source, charsPerBeat, and independantBuild edited
- Please open a ticket for enhanced editing capabilities. This first iteration only supports what I personally need
- Images can now have a custom
centerPixel
element which tells Hues where the logical center of the image is- This is super useful for mobile browsers, since a lot of the standard images are rendered off-screen!
- Defaults, 420, Halloween, Charpackage, Xmas, and Huesless have all been updated on mon.im with new centerpoints for 22:9 vertical aspect ratios
- Support media playback keys (next/previous for changing songs)
- .opus files are now supported (opus encoded .ogg files were already supported, but .opus files were not)
Bugfixes
- Use
event.key
instead ofevent.keyCode
(no longer using deprecated input APIs) - Some small assorted bugfixes (check commit log)