Skip to content

Releases: robverhoef/PoGoTelegramBot

Added invites

03 Aug 00:14
Compare
Choose a tag to compare

Added support for remote invites; users can now express their desire for invites.
When upgrading, as always; run ./node_modules/.bin/sequelize db:migrate

Bug fixes

13 May 21:56
Compare
Choose a tag to compare

Fixed a bug with the new remotes raids and some minor changes

Remote raids

09 May 22:23
Compare
Choose a tag to compare

This release enables remotes. Remote users are listed separately and there is a configurable maximum number of remote users per raid.
To upgrade run: ./node_modules/.bin/sequelize db:migrate

Organize Ex Raids

18 Jul 08:54
Compare
Choose a tag to compare

Remember when upgrading always run:

npm i
./node_modules/.bin/sequelize db:migrate

v0.9.1: Merge pull request #35 from eddylu1s/spanish_translation

24 Mar 11:17
f0a5c66
Compare
Choose a tag to compare

Upgrade notes

Added Spanish translation and admins can now edit PokéStops
Gyms and stops require GPS coordinates (Latitude, Longitude) so the bot can calculate distances. Locations without coordinates will not be shown when a list of nearby locations is offered. A desktop version of Telegram is highly recommended since getting the coordinates right with only a phone can be a hassle.

Remember when upgrading always run:

  1. npm i
  2. ./node_modules/.bin/sequelize db:migrate

Field Research Tasks

01 Mar 12:31
Compare
Choose a tag to compare

Added Field Research Tasks

Upgrade note

Field Research Tasks require a new database table.
Run the migrations: node_modules/.bin/sequelize db:migrate

First release

03 Oct 13:26
Compare
Choose a tag to compare

Still some work to do, but stable enough to use on production.