Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Releases: Topinambur223606/PixelPlanetTools

PixelPlanetBot, version 6.3.3

27 Nov 15:28
Compare
Choose a tag to compare

Fixed "critical error" and bot restart due to "ip overused" place error.
Updated dependencies.

PixelPlanetBot, version 6.3.2

08 Oct 13:24
Compare
Choose a tag to compare
  • Added logging of pixel-fail coordinates;
  • Added no-SSL protocol option, fixed hosname issues - for self-host servers;
  • Added zero cooldown option - makes sense for logged in admin only, may be useful on self-host servers;
  • Fix of possible negative (which could turn into infinite I guess) cooldown;
  • Fixed exiting on Ctrl+C not working;
  • Updated captcha solution submitting: now it's done via websocket.

PixelPlanetBot, version 6.2.2

17 Jul 09:58
Compare
Choose a tag to compare

Added captcha ID so captcha-solving window works again
Updated dependencies

PixelPlanetBot, version 6.2

18 Mar 21:43
Compare
Choose a tag to compare
  • Added in-bot captcha solving feature (solver and similar captcha notification modes)
    • sound + browser mode is now soundBrowser instead of both;
  • Improved behavior when cooldown increases;
  • Fixed incorrect cumulative cooldown shown if greater than 255 seconds.

PixelPlanetBot, version 6.1

26 Feb 12:29
Compare
Choose a tag to compare

Features:

  • Ctrl+C aborts the bot "politely";
  • Sproxel exported PNG can be used as 3D template as well (i option for Sproxel PNG, t for Sproxel CSV).

Fixed bugs:

  • Bot crashes when using random color placing order modes;
  • If network settings are incorrect, app behavior is inconsistent (all apps);
  • Proxy settings are ignored in watcher (only websocket) and visualizer;
  • Default Z=0 for bot 3D mode does not work and should be passed manually;

PixelPlanetBot, version 6.0

22 Feb 23:30
Compare
Choose a tag to compare

Finally, almost all canvases are supported in almost all apps, incuding 3D canvas support in bot (run3d verb).
Exceptions - moon is not allowed to be botted, 3D canvas cannot be recorded/visualized.

Fixed session feature that did not work properly in previous version.
All created sessions can migrate easily, just start bot with sessions verb and it will detect old sessions.

Known bugs:

  • Bot crashes when using random color placing order modes;

  • If network settings are incorrect, app behavior is inconsistent (all apps);

  • Proxy settings are ignored in watcher (only websocket) and visualizer;

  • Default Z=0 for bot 3D mode does not work and should be passed manually.

PixelPlanetBot, version 5.5

15 Feb 21:59
Compare
Choose a tag to compare

Added session feature - ability to log in
To create/delete a session: bot.exe sessions ...
To use a session: bot.exe run ... -s sessionName ...

Known bug: session cannot be used.
To repair it manually, go to app folder and remove all values in cookies except key, value and domain - and set the domain to PixelPlanet domain name.
However, it's not recommended.

PixelPlanetBot, version 5.4.1

14 Feb 14:04
Compare
Choose a tag to compare

Fixed #31: bot got blocked at PixelPlanet by websocket user agent;
Implemented #32: with --captchaTimeout option, timeout for user to solve captcha can be set instead of waiting for key press.