Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

v0.0.43

Pre-release
Pre-release
Compare
Choose a tag to compare
@tdmalone tdmalone released this 29 Jun 21:13
· 159 commits to master since this release
  • The move deleter has arrived! You now have slightly more control over the moves your Pokémon knows, for example with the ability to clean out poor moves before learning new ones at evolution.
  • Minor UI tweaks, improvements and bug fixes.
  • Old files (mainly spawn data and battle data) are now automatically cleaned up after 24 hours.

For developers:

  • Expanded development tools for testing spawns (in development environments, you can now spawn Pokémon at specific levels as well as causing item spawns or spawning specific items).
  • New optional SLACKEMON_LOCAL_URL environment variable to override the default inbound URL, useful when you're behind a reverse proxy and need to improve performance.
  • New optional custom start and stop scripts, which will be invoked if they exist when running the default start and stop scripts.

Full changelog