Skip to content

Releases: Brideau/pokelyzer

Local Time Zone Support & Lured Pokemon

09 Aug 15:49
Compare
Choose a tag to compare
Pre-release

This release adds local time zone support a supports lured Pokemon in addition to wild ones.

Major Bug Fixes + German Language Addition

03 Aug 14:13
Compare
Choose a tag to compare

This release fixes a major bug when sending data into the webhook listener manually, and fixes an over-hungry de-duplication process.

It also removed Bunyan because that was a nightmare on Windows, and adds a patch for a German translation of Pokemon names.

Added Rarity and Bug Fixes

02 Aug 21:07
Compare
Choose a tag to compare
Pre-release
  • Added the ability to group Pokemon by their rarity (as best I could since that varies from place to place).
  • Includes bug fix that speeds up submitting to the webhook listener
  • Fixes the direction of the accent on the 'e' in Pokémon.
  • Fixes bug where I didn't decode the encounter_id from base64

Small bug fix for default Postgres port

01 Aug 17:34
Compare
Choose a tag to compare
Pre-release
v1.0.1-alpha

Update app.js

Webhook Listener Release

31 Jul 21:06
Compare
Choose a tag to compare
Pre-release

This uses the webhooks features of PokemonGo-Map instead of requiring a code modification.

Added metadata to each row

30 Jul 21:04
Compare
Choose a tag to compare
Pre-release

Having metadata available that indicates when a record was stored and what version of the database schema was in use during that time helps to diagnose problems. This version includes a new _meta table that stores schema version information, and new meta_db_version and meta_row_insertion_time columns that store that data for each row.

The Era of Eras

30 Jul 18:50
Compare
Choose a tag to compare
The Era of Eras Pre-release
Pre-release

Eras are used to track periods of time between big changes to Pokemon Go. They make it much easier to filter out old data, while letting you keep it around in case you need it.

Fixed 'Missing Constraint' Bug

29 Jul 21:21
Compare
Choose a tag to compare
Pre-release

I forgot to apply the most recent patch to the backup, and this fixes that. If you get the error "ProgrammingError: there is no unique or exclusion constraint matching the ON CONFLICT specification" just download the most recent backup.

Fixed a Jitter Bug, Prevents Duplicate Data

28 Jul 23:54
Compare
Choose a tag to compare

Massive thank you to @zenthere for the contributions here! The jitter distribution is now evenly distributed around the original point, and data should no longer be duplicated in the database, even if the source produces them.

Also updated the sample files to keep up with Pokemon-Go app.

Pokemon characteristic support

28 Jul 20:07
Compare
Choose a tag to compare
Pre-release

Added a table for doing analysis using various aspects of each Pokemon