gloss v1.10.1.1 Release Notes

Release Date: 2016-04-06 // about 8 years ago
  • For 1.10.1:

    • Gloss no longer consumes CPU time when displaying static pictures.
    • โž• Added displayIO wrapper for mostly static pictures, eg when
      โšก๏ธ plotting graphs generated from infrequently updated files.
    • ๐Ÿ‘ Allow viewport to be scaled with control-left-click drag.
    • Rotation of viewport changed to alt-left-click drag.
    • Preserve current colour when rendering bitmpaps.
    • ๐Ÿ”„ Changed to proper sum-of-squares colour mixing, rather than naive
      โž• addition of components which was causing mixed colours to be too dark.
      Thanks to Thomas DuBuisson
    • ๐Ÿ‘ Allow bitmaps to be specified in RGBA byte order as well as ABGR.
      Thanks to Gabriel Gonzalez
    • ๐Ÿ— Package definitions for building with Stack.