Skip to content

Latest commit

 

History

History
449 lines (305 loc) · 28.4 KB

CHANGELOG.md

File metadata and controls

449 lines (305 loc) · 28.4 KB

Change Log

v1.0.0.32 (2016-11-20)

Full Changelog

Feature

  • mypogosnipers now has manually snipe Support
  • multibot will use separate database file
  • force recycle task if bag full to avoid fake softban

v1.0.0.30 (2016-11-20)

Full Changelog

Feature

  • http://msniper.com/ has new snipe method without msniper application :) ( it can snipe on mobile phone but i didn't try)

v1.0.0.29 (2016-11-19)

Full Changelog

v1.0.0.26 (2016-11-18)

Full Changelog

Fixed bugs:

  • Fixes #371 - More multi bot bug fixes.

v1.0.0.25 (2016-11-17)

Full Changelog

Fixed bugs:

  • Fixes #363 - Do not attempt to multi-bot if not more than 1 bot is set up.

v1.0.0.24 (2016-11-17)

Full Changelog

Implemented Enhancements

  • Multi-bot Support
  • Auto-snipe from mypogosnipers.com

v1.0.0.23 (2016-11-16)

Full Changelog

Fixed bugs:

  • Fixes #320 - Fix login for first time users who have not accepted ToS.
  • Fixes #351 - Backup config file is now given a unique name with timestamp to avoid collisions.

v1.0.0.22 (2016-11-16)

Full Changelog

  • Bug fix in API layer causing requests to randomly fail (seen in MoveNext() or inventory calls).
  • Bug fix for config file being lost when upgrading. New mechanism for upgrading config.json introduced.
  • Bug fix for incorrect log level during first time startup.

v1.0.0.19 (2016-11-14)

Full Changelog

  • Fixes #336 - Re-designed pokestop and pokemon limit to be a rolling limit over past 24 hours. Also fixed the limits being double-counted whenever the bot relogged.

v1.0.0.18 (2016-11-14)

Full Changelog

Fixed bugs:

  • Fixes #310 - PTC auth token refresh bug.

v1.0.0.17 (2016-11-14)

Full Changelog

Feature:

  • signalr integration for new msniper.com

v1.0.0.16 (2016-11-11)

Full Changelog

Fixed bugs:

  • Support for 0.45 API

v1.0.0.15 (2016-11-08)

Full Changelog

Fixed bugs:

v1.0.0.14 (2016-11-08)

Full Changelog

Fixed bugs:

v1.0.0.13 (2016-11-08)

Full Changelog

Fixed bugs:

  • Change default settings to allow all pokemon to be caught (except for regional pokemon).

v1.0.0.12 (2016-11-07)

Full Changelog

Implemented enhancements:

  • Only regenerate device info once if device package name is set to "random".
  • Regenerate iOS device info and save to auth.config if using Android device info.

v1.0.0.11 (2016-11-07)

Full Changelog

Implemented enhancements:

  • Captcha checking - for now we are checking if there is a captcha being required and will display message to user and have the bot exit.
  • Disabled human snipe online sources to avoid errors in console
  • Allow common pokemon to be sniped again (to avoid getting questions about why they are being skipped).

v1.0.0.10 (2016-11-07)

Full Changelog

Fixed bugs:

  • Generate random iOS device info for the API if Android info is read from auth.json. Note that the iOS device settings are not saved.

v1.0.0.9 (2016-11-07)

Full Changelog

Implemented enhancements:

  • Support for 0.43 API

v1.0.0.6 (2016-09-23)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Command-line shows wrong version #262
  • Error with leveling pokemon #243

Closed issues:

  • http://necrosocket.herokuapp.com/ (Pokemon despawned or wrong link format!) #264
  • Msniper won't create protocol #259
  • option of the time delay of potencial evolutions check #256
  • [Minor Issue] HumanWalkSnipe Spam on console despite being disabled #229

Merged pull requests:

  • Fixes bug #262 - Show full version in command line during version check #270 (jjskuld)
  • Fixes bug #243 - Fix error while upgrading pokemon #269 (jjskuld)
  • Catching/Sniping pokemon not respecting DelayBetweenPokemonCatch setting. #268 (jjskuld)
  • msniper conditions changed #265 (msx752)

v1.0.0.5 (2016-09-22)

Full Changelog

Implemented enhancements:

  • [Feature request] NO looting, JUST catching #215

Closed issues:

  • Bot traveling to gyms despite gyms disabled #231

Merged pull requests:

  • Add ability to prioritize or exclude gyms. Fixes issue #231 #258 (jjskuld)
  • Fix MSnipe don't work when use subpath parameter. #257 (Prawith)

v1.0.0.4 (2016-09-21)

Full Changelog

Fixed bugs:

  • Human Walk Snipe + GPX = Bot Crashes and gets Exception: Error: System.NullReferenceException: Object reference not set to an instance of an object. #251
  • MSniped pokemons are not counted into Catch limit #202
  • Fix bug #215 - Continue to walk pokestops when hit pokestop limit #255 (jjskuld)

v1.0.0.3 (2016-09-21)

Full Changelog

Implemented enhancements:

  • MSniper ideas #159

Fixed bugs:

  • Fix bug #251 - Check for null before setting location name. #254 (jjskuld)
  • Fix bug #202 - MSniper sniped pokemon should count against limits. #253 (jjskuld)

v1.0.0.2 (2016-09-21)

Full Changelog

Fixed bugs:

  • Bug fix #244 - By default do not snipe regional pokemon #249 (jjskuld)

Closed issues:

  • Still Not Filtering Sniping #244

v1.0.0.1 (2016-09-21)

Full Changelog

Fixed bugs:

  • 1.0.0.0 Token expired ... #245
  • Starting Altitude Value Bug #232
  • Bug fix #245 - Update RocketAPI to fix login token refresh. #248 (jjskuld)
  • Bug fix - Fix #232 - Default altitude not set from elevation service. #247 (jjskuld)

v1.0.0.0 (2016-09-21)

Full Changelog

Implemented enhancements:

  • Hide socket exception message / stop trying make new connect when there too many failure #234 (samuraitruong)
  • msniper works with old and new method #223 (msx752)

Fixed bugs:

  • Bug checking if pokestop can be farmed #213
  • 0.9.8.8 hangs after logging in #104
  • display error message when encounter unsuccessful #235 (msx752)
  • Fix MSniper show "Object reference not set to an instance of an object." #233 (Prawith)
  • Bug fix/better prompt error handling #227 (jjskuld)
  • Change encounter id form double to string to avoid problem with javascript number limit #225 (samuraitruong)

v0.9.9.9 (2016-09-19)

Full Changelog

Fixed bugs:

  • 0.9.9.8 Error: Microsoft.CSharp.RuntimeBinder.RuntimeBinderException #208
  • 0.9.8.1 SpeedUp messed up #14
  • Fix pokestop spin bug (bug #213) #214 (jjskuld)
  • Bug fix - Console not showing poke stop name. #212 (jjskuld)
  • Fix #208 #209 (mo0ojava)

v0.9.9.8 (2016-09-18)

Full Changelog

Fixed bugs:

  • Building solution got error "The name 'PokemonMoveMetaRegistry' does not exist in the current context". #189
  • 0.9.9.6 Keep on walking to a pokeshop but it never reach it #184
  • 0.9.9.6 'POGOProtos.Networking.Responses.DiskEncounterResponse' does not contain a definition for 'WildPokemon' #179
  • Fix #179 WildPokemon-error with Incense/Lures #206 (mo0ojava)
  • Bug fix for bot skipping pokestops #199 (jjskuld)

v0.9.9.7 (2016-09-17)

Full Changelog

Implemented enhancements:

  • PokeRadar, PokeCrew, and PokeFastMap not available on non-humanwalk #132
  • Request: Add Buddy Pokemon Support #130

Fixed bugs:

Closed issues:

  • [Bug / Help Wanted] Command arguments creates jsonvalid folder instead of disabling it #142
  • Pokesnipers cannot sniper 0.9.9.2 #131
  • Not generate the LastPos.ini when the program is closed #116

v0.9.9.6 (2016-09-17)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Duplication in the logs #114

v0.9.9.5 (2016-09-15)

Full Changelog

Implemented enhancements:

  • Select team automatically, set in config. #53
  • (Request) Mass evolving settings (Pidgey Hoarding ((EXP Trick)) #41
  • Better iOS emulation #158 (jjskuld)
  • JP - correct translation #151 (msx752)
  • GUI enhancements and bug fixes - 1) Add option to choose a release ve… #145 (jjskuld)
  • Add CommandLine Args #134 (NzV)
  • Add killswitch override prompt. Now you can override killswitch. #128 (jjskuld)
  • Updated to latest POGOProtos (a01a480) #124 (NzV)
  • Msniper location service - ready #108 (msx752)
  • Elevation enhancements - Add mapzen elevation service #99 (jjskuld)
  • Navigation enhancements - Mapzen strategy added #98 (jjskuld)
  • Add settings to enable / disable each human walk snipe information source #81 (holmeschou)
  • MSniper location service - beta ready #73 (msx752)
  • Update rocket api for better 0.35 client login emulation #71 (jjskuld)
  • MSniper request limitation - #58 (msx752)
  • Add ability for websocket to manually level up pokemon #46 (AndikaTanpaH)
  • MSniper test server #45 (msx752)
  • MSniper double G17 #44 (msx752)
  • MSniper brodcaster activated #43 (msx752)
  • Location service for necrobot #39 (msx752)
  • Msx752 dev + NecroBot Special Location Service System #35 (msx752)
  • Update README.md #23 (Salvationdk)
  • Lure catch and end of trip for human snipe #22 (samuraitruong)
  • Update translation.zh-TW.json #18 (erickerich)
  • Update translation.zh-TW.json #17 (erickerich)
  • Update translation.zh-TW.json #13 (erickerich)
  • remove encrypt.dll dependency + code sync #9 (NzV)

Fixed bugs:

  • (SERVICE) CatchError #137
  • Json Schema limit error #133
  • Google Walk not working #111
  • Bot not collecting at pokestops. #90
  • FeroxRev login-procedure error #87
  • Bot does not snipe even with SnipeAtPokestops: true, unless UseSnipeLocationServer: true #61
  • Human Snipe Walk - TELEPORTS back to GPX track after catching target. Newest Source ATM. #55
  • Bot keeps catching after 998 pokemons #37
  • GUI Not Working #31
  • build.bat #29
  • NecroBot2.GUI wont open #15
  • Not sniping at pokestops #7
  • 0.9.7.2 System.ArgumentNullException #3
  • New Bot is doesnt work #2
  • (SERVICE) CatchError bug mostly fixed #153 (msx752)
  • Bug fix - Buffer console log until gui is loaded. #147 (jjskuld)
  • notify flood fixed #144 (msx752)
  • message flood fixed #135 (msx752)
  • Fix #90 - Bot not spin pokestop. #100 (samuraitruong)
  • MSniper fix #72 (msx752)
  • Fix #37. #65 (mo0ojava)
  • Fixes elevation-related issues #64 (mo0ojava)
  • Fix : Teleport when GPX snipe walk back, update MoveTo location socke… #57 (samuraitruong)
  • Fix GUI build - Awesomium browser only supports x86 builds #26 (jjskuld)
  • Fix Updater #11 (NzV)
  • Fix submodule #10 (NzV)

Merged pull requests:

v0.6.4 (2016-08-03)

Full Changelog

v0.6.3 (2016-08-03)

Full Changelog

0.6.2 (2016-08-02)

Full Changelog

v0.6.2 (2016-08-02)

Full Changelog

v0.6.1 (2016-08-02)

Full Changelog

v0.6.0 (2016-08-02)

Full Changelog

v0.5.0 (2016-07-31)

Full Changelog

v0.4.0 (2016-07-30)

Full Changelog

v0.3.3 (2016-07-29)

Full Changelog

v0.3.2 (2016-07-29)

Full Changelog

v0.3.1 (2016-07-28)

Full Changelog

v0.3.0 (2016-07-28)

Full Changelog

v0.2.1 (2016-07-28)

Full Changelog

v0.2.0 (2016-07-28)

Full Changelog

v0.1.9 (2016-07-27)

Full Changelog

v0.1.8 (2016-07-27)

Full Changelog

v0.1.7 (2016-07-26)

Full Changelog

v0.1.6 (2016-07-26)

Full Changelog

v0.1.5 (2016-07-26)

Full Changelog

v0.1.1.2 (2016-07-26)

Full Changelog

v0.1.4 (2016-07-26)

Full Changelog

v0.1.1.4 (2016-07-26)

Full Changelog

v0.1.1.0 (2016-07-26)

Full Changelog

v0.1.1.1 (2016-07-26)

Full Changelog

v0.1.3 (2016-07-26)

Full Changelog

v0.1.2 (2016-07-26)

Full Changelog

v0.1.1 (2016-07-26)

Full Changelog

v0.1-beta (2016-07-25)

* This Change Log was automatically generated by github_changelog_generator