v1.0.4-beta
TurtIeSocks
released this
02 Jul 02:13
·
4119 commits
to main
since this release
Features:
- Global search with support for Quest Rewards, Pokestops, Raids, Gyms, Portals, and Nests
- Add colors to indicate location requesting/following/active ( credit: @Mygod )
- MAD PVP Support ( credit: @Mygod + me )
Generates PVP results on the fly for MAD users. Also works with RDM if you don't want to limit yourself to just Great/Ultra League! - Better request timeout handling ( credit: @Mygod )
- ESLint removed during production builds ( credit: @Mygod )
- Added styling to the scrollbar ( credit: @ccev )
- Raid level badges
Bug Fixes:
- Docker config ( credit: @Fabio1988 )
- Fix candy quest excluding
- Fix location following ( credit: @Mygod )
- Only show PVP cap when relevant ( credit: @Mygod )
Mandatory Config Changes
The leagues
array in the database->settings object in the config needs to be updated to look like the following format instead of ['great', 'ultra']
! Be sure to make this change before pulling.
"leagues": [
{ "name": "great", "cp": 1500 },
{ "name": "ultra", "cp": 2500 },
],
Notable Changes: