Skip to content

Releases: ShufflePerson/PixelPlaceJS

🚀PixelPlaceJS 1.1.39 released!

12 Aug 14:09
Compare
Choose a tag to compare

Get the latest update at NPM

You can find the NPM package HERE

Change Log

[1.1.39] - 2023-08-13

Added

  • Added a new PixelJob module, which purpose is to handle the job of placing pixels given a buffer.
  • Added setUA function to Auth.
  • Added CHAT_SEND_MESSAGE, SERVER_TIME and USERNAME packet.
  • Added a Buffer namespace to Utils for writeIntoBuffer and readFromBuffer
  • Added transparency support for PNG images
  • Added removePixelJob function to PixelPlace module
  • Added placePixel function to PixelPlace module
  • Added send function to Connection module
  • Added safety check for void, void pixel places are now ignored.

Changed

  • The system for protection and placing pixels has been reworked.
  • Auth module now calls performPing every 4.5 minutes.
  • Bot.placePixel now returns the amount of time to wait till the next pixel placement.
  • Changed pixel interval from 20ms to 25ms.
  • Minor changes to the Connection timers.
  • Anti Aliasing is now disabled by default when scaling images.

Fixed

  • Fixed issue of WebSocket reconnection stuck in a 403 loop