Skip to content

Releases: SwipeX/PokeMate

0.4.2

14 Aug 03:10
Compare
Choose a tag to compare

Changelog:

  • fixed pokestop navigation memory leak
  • api call for map now every 9 seconds (previously 8)
  • added additional logging capabilities
  • Added total xp to console UI
  • small text changes

Small fixes

12 Aug 01:33
Compare
Choose a tag to compare
Small fixes Pre-release
Pre-release

Fixes to launch issues when using the GUI and small text changes.

0.4.0

09 Aug 17:10
Compare
Choose a tag to compare

Changelog:

  • API Signature Support
  • Correct Device Identification
  • Updated config.properties.template file with Device & OS selection
  • Fixed some issues that caused hangups
  • additional Multithreading support
  • Bot Optimizations

0.3.3.2

03 Aug 19:58
Compare
Choose a tag to compare

Changelog:

Fixes to formatting & Console notifications re-enabled.

0.3.3.1

03 Aug 12:08
Compare
Choose a tag to compare

Changelog:

Catch unregistered pokimon with best ball possible
Additional hot fixes to API & CatchPokemon Reporting
Customizable Item Dropping

New Config Options:

Enable/disable the Console UI, rather than just spamming the console with messages
console_ui=true

Making the config more customizable for drop items. Users can stay with current way of inputting the items or add a min to each item.
Example:
drop_item_list=ITEM_POTION,ITEM_SUPER_POTION,ITEM_MAX_POTION:100,ITEM_HYPER_POTION:50,ITEM_RAZZ_BERRY:20,ITEM_REVIVE:40,ITEM_MAX_REVIVE,ITEM_POKE_BALL:30

0.3.3

03 Aug 10:29
Compare
Choose a tag to compare

Fixed all concurrency issues and catch pokemon task hang

added better drop item handling.

Current Issues: Catch Pokemon may report pokemon that have been caught as fled.

0.3.2.4

02 Aug 20:22
Compare
Choose a tag to compare
0.3.2.4

0.3.2.3

02 Aug 14:18
Compare
Choose a tag to compare

Removed API calls from GUI draw threads, this should stop a lot of the ASYNC errors and hangs that people have been having.

0.3.2.1

02 Aug 09:44
Compare
Choose a tag to compare

Hot fix for a couple issues:

  • Null Pointer exception from Navigation task in high latency situations
  • Fix for first-time login on shell only systems.
  • Updated Console GUI

0.3.2

02 Aug 08:56
Compare
Choose a tag to compare

Massive Overhaul regarding efficiency. Reduced API calls, increased performance, Updated for recent Niantic Changes.

PLEASE NOTE: STREETS NAVIGATION IS BROKEN AT THIS TIME. USE POKESTOP NAVIGATION WITH THIS RELEASE.