Releases: ShufflePerson/PixelPlaceJS
Releases · ShufflePerson/PixelPlaceJS
🚀PixelPlaceJS 1.1.39 released!
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
PixelJobmodule, which purpose is to handle the job of placing pixels given a buffer. - Added
setUAfunction toAuth. - Added
CHAT_SEND_MESSAGE,SERVER_TIMEandUSERNAMEpacket. - Added a
Buffernamespace toUtilsforwriteIntoBufferandreadFromBuffer - Added transparency support for PNG images
- Added
removePixelJobfunction toPixelPlacemodule - Added
placePixelfunction toPixelPlacemodule - Added
sendfunction toConnectionmodule - Added safety check for void, void pixel places are now ignored.
Changed
- The system for protection and placing pixels has been reworked.
Authmodule now callsperformPingevery 4.5 minutes.Bot.placePixelnow returns the amount of time to wait till the next pixel placement.- Changed pixel interval from
20msto25ms. - Minor changes to the
Connectiontimers. - Anti Aliasing is now disabled by default when scaling images.
Fixed
- Fixed issue of WebSocket reconnection stuck in a
403loop