Skip to content

Releases: zyro670/PokeViewer.NET

v2.5.0

26 Sep 01:06
Compare
Choose a tag to compare

[SV v2.0.1 Support]

  • Add Kitakami Outbreak support
  • Add Blueberry Outbreak placeholders for UI aesthetic
  • Add icon to Trainer Passport. To use your own custom icon place a file named icon.png in your refs folder found in the same location as the PokeViewer.exe
  • Add turbo button
  • Misc fixes
  • Update deps
    v2.5.0.zip

v2.1.0

13 Aug 16:16
Compare
Choose a tag to compare
  • Update deps
  • Update project
  • Add scale to viewer
  • Add Event Code entry (automates entering the code on the in game keyboard instead of doing it manually. This does not reset redemption flags.) Setup: have the in game keyboard open ready to type a code in on the redemption screen.
  • Minor clean/fixes

v2.0.0

11 Jun 15:27
Compare
Choose a tag to compare
  • Adapt single file exe
  • Add HOME viewing support, thank you @Manu098vm for the HOME-Live dep!
  • Add new SV icons and sprite support via HOME Sprites
  • WideView and RaidView switched to button popups
  • Clean and rewrite various functions

If you encounter an issue with images loading please report it at #19.
No known issues right now with any images but I have not tested every single Pokémon and form in existence.

v1.5.0

29 Apr 00:50
Compare
Choose a tag to compare

SV v1.3.0 Support

  • Update deps and offsets
  • Outbreak Hunter now has a progress bar. Initial reads for each outbreak slot will take a while but once data is cached will be faster on each new read.
  • Still need to fix MapSprite for Outbreak Found, low on priority list atm.
  • Thank you to @pifopi for #16 !

v1.4.1

16 Mar 01:42
Compare
Choose a tag to compare
  • Fixes some UI issues and code cleanup
  • Update Keys for Outbreak POS for future use with map location on image for easy recognition of outbreak in-game location
  • Add EmbedToggle to Outbreak Notification
  • Thank you to lfmundim for PR #14 which fixes an oops on TotalOutbreaks

v1.4.0

15 Mar 02:32
Compare
Choose a tag to compare
  • Add MiscPage:
  • Adds niche single event den scanner in lieu of doing the whole raid block.
  • Adds date skipping with overshoot method to roll raids/outbreaks
  • Adds OutbreakScanner to hunt for a specific outbreak and read current KO count and total KO count per outbreak. You can search for a specific Outbreak. Separate species with a comma. (Ex: Fidough,Wooper,Tatsugiri)
  • Add WideViewSV to scan the Overworld for encounters around us. This is just a scanner and not a bot, the bot will be on my sysbot fork.
  • Update deps

1.3.0

28 Feb 05:08
Compare
Choose a tag to compare

Bump v1.3.0 | SV 1.2 Support

  • Update PKHeX.Core
  • Add PartyViewer page for SV (Other game support coming soon) (SV Party pointers from Manu's sv research
  • Fix application crash if Webhook field is empty

v1.2.0

27 Feb 03:31
Compare
Choose a tag to compare
  • Add USB-Botbase compatability
  • Add popup window for latest Release and latest azure-artifact commit checks
  • Remove Tulpep nuget
  • Add Uptime to EggViewer
  • Add Star/Square shinies found for current session
  • Misc code cleanup
  • Thank you to Manu for the assistance with USB support!

v1.1.1

25 Feb 04:12
Compare
Choose a tag to compare
  • Add screenshot tab page. Popup notification after screenshot for clipboard status
  • Restart application on HardStop for EggViewer

v1.1.0

22 Feb 02:13
Compare
Choose a tag to compare

Bump v1.1.0

  • Add tab pages on Connect for game specific tabs instead of removing on unsupported games
  • Add dump option after viewing boxes
  • Add screenoff option for Egg View SV
  • Move ValidateEncounter to it's own bool
  • Add pk Scale to output and log each encounter to log file
  • Auto untick IgnoreIVFilter if a PresetFilter is selected
  • Add NPCView for BDSP
  • WideViewLGPE click HOME if a shiny spawns & make textbox ReadOnly
  • WideViewSWSH grab offsets on view start
  • Update README.md
  • Connect button as async void now
  • Reset connection and EnableOptions for EggViewer on HardStop