Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 835 Bytes

CHANGELOG.md

File metadata and controls

36 lines (24 loc) · 835 Bytes

Changelog

v0.6.0 (2020-04-10)

  • [Added] Support for RGBA PNG decoding
  • [Added] Library example and screenshot

v0.5.0 (2020-03-30)

  • [Added] Automatic clipping of blitted bitmaps
  • [Added] square & minifb mask examples
  • [Changed] Bitmap coordinates can be negative
  • [Changed] Blitting with mask + added mask enum
  • [TODO] Bits mask import
  • [TODO] More sexy examples

v0.4.0 (2020-01-30)

  • PNG decoding as 0RGB or RGBA

v0.3.0 (2020-01-29)

  • [Added] PNG decoding optional feature (WIP)
  • [Fixed] Blitting functions
  • [Fixed] Out of bounds checks

v0.2.0 (2020-01-27)

  • [Added] Blit with bit mask
  • [Added] Blit with color mask
  • [Added] Out of limits operations check
  • [Added] minifb example

v0.1.0 (2020-01-26)

  • Initial release, bitmap blitting, framebuffer clear & partial clear, pixel drawing