Skip to content

Piskel v0.9.0

Compare
Choose a tag to compare
@juliandescottes juliandescottes released this 15 Oct 17:33
· 380 commits to master since this release

Huge contribution from @david-szabo97 to improve the overall performance of Piskel.

Piskel should now be able to work smoothly with bigger sprites, give it a try!
The model is also much more compact which means, saves should be smaller and the overall memory footprint should also be reduced, reducing the frequency of memory related.

Sorry for the quite technical release note, but users should hopefully have a much smoother experience with Piskel now.

Also thanks to contributor @epicabsol for contributing patches as well as answering to various issues!

Other fixes in this release:

  • #502 smooth scrolling when updating the selected layer
  • #554 gray drawing area on safari when zooming in/out
  • #505 change tab title when piskel name changes

As well as a few developer oriented changes such as #533. Most importantly, installing casperjs and phantomjs is no longer required to run the Piskel drawing tests. Simply npm install and grunt test should do the trick! We also have some early performance tests which will help next time someone wants to fix performance issues.

Check the full changelist at : juliandescottes/piskel@v0.8.2...v0.9.0-RC1