Releases: robverhoef/PoGoTelegramBot
Added invites
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
Fixed a bug with the new remotes raids and some minor changes
Remote raids
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
Remember when upgrading always run:
npm i
./node_modules/.bin/sequelize db:migrate
v0.9.1: Merge pull request #35 from eddylu1s/spanish_translation
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:
- npm i
- ./node_modules/.bin/sequelize db:migrate
Field Research Tasks
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
Still some work to do, but stable enough to use on production.