Skip to content

v0.4 - stability

Compare
Choose a tag to compare
@modrzew modrzew released this 30 Jul 19:25
· 122 commits to master since this release

Whole application should be much more stable now. I removed last remnants of old API code and switched to pgoapi, while also working on improving overall stability.

This release also contains new report for single Pokemon (available at /report/<pokemon_id>), as well as improvements to live map.

Detailed list of changes:

  • application cache (shouldn't attack DB that much)
  • stability, stability, stability
  • overseer can restart worker if it detects it's slacking off
  • more config options (CYCLE_PER_WORKER, AREA_NAME)
  • area size is now calculated instead of being hardcoded
  • punchcard chart on report page works with SQLite, too
  • new report for single species (/report/<pokemon_id>)
  • workers are hidden by default on live map
  • ability to show/hide workers on live map, together with their scan radius
  • ability to center map on your location
  • a few bugfixes