Skip to content

v0.5.1 - fixes!

Compare
Choose a tag to compare
@modrzew modrzew released this 10 Aug 09:58
· 43 commits to master since this release

Nothing fancy, just a bunch of fixes and improvements here and there.

Apply migrations/v0.5.1.sql to your database before using this version. Or, in case of SQLite, modify the database yourself. You might need to recreate it (export data, drop database, create database, import data), as SQLite doesn't support modifying columns.

Changelog:

  • properly handle failed logins (credits: @Aiyubi)
  • lat and lon size changed to 20 (credits: @Kravock)
  • reports no longer raise UnicodeDecodeError in Python 2.7
  • proxy support (credits: @Noctem)
  • removed hardcoded Wrocław from gyms template (credits: @pokemonracer)
  • other various fixes in different places