Skip to content

Releases: hexbyt3/SVRaidBot

Release v8.7.9

27 Dec 03:14

Choose a tag to compare

Recent Changes

  • Fix Encounter9RNG.GenerateData returning early for shiny raids

Release v8.7.8

26 Dec 00:14

Choose a tag to compare

Recent Changes

  • Bump version to v8.7.8
  • Refactor RotatingRaidBotSV for better performance and readability
  • Clean up project section in README
  • Remove redundant RaidPokemonGenerator, use PKHeX's Encounter9RNG instead
  • Update README.md

Release v8.7.7

25 Dec 17:33

Choose a tag to compare

Recent Changes

  • Fix IsActive flag offset causing dens to not activate
  • Minor clean

Release v8.7.6

24 Oct 14:49

Choose a tag to compare

Recent Changes

  • Add smart den recovery system to fix stuck raid loops

Release v8.7.5

19 Oct 20:32

Choose a tag to compare

Recent Changes

  • Bump version
  • Fix index out of bounds crash after reboot when raids are removed

Release v8.7.4

16 Oct 12:35

Choose a tag to compare

Recent Changes

  • Refactor raid rotation to use priority-based selection
  • On SkipRaid Lobby setting - Create a replacement Mystery Raid before advancing rotation.

Release v8.7.3

15 Oct 15:12

Choose a tag to compare

Recent Changes

  • Version Bump
  • Fix Mystery Raid creation timing to prevent rotation conflicts
  • Fix RotationCount being invalidated when Mystery Raids are inserted
  • Fix raid rotation priority logic to prevent infinite loops

Release v8.7.2

15 Oct 01:48

Choose a tag to compare

Recent Changes

  • Version Bump
  • Fix build error: correct type from int[] to float[] for den locations
  • Add validation for den coordinate arrays
  • Prevent Discord rate limiting when sending DMs to multiple users
  • Fix OpenLobby mode by removing premature _emptyRaid reset
  • Fix crashes in LogPlayerLocation from corrupted den data
  • Fix crash in ExtractTeraTypeFromEmbed from unvalidated Split
  • Fix index out of bounds in ProcessAllRaids
  • Prevent crash when raid generation fails on startup
  • Fix async deadlock in embed color fetching
  • Fix crash and logic bugs in ProcessAllRaids
  • Fix _lostRaid counter not resetting when trainers join
  • Bug Fix: Infinite Recursion
  • Update deps
  • Fix log message for Mystery Shiny Raids showing "None"
  • Additional cleanup - consistent bounds checking and empty list validation
  • Minor codebase cleanup - eliminate magic strings and duplicate code
  • Code cleanup and refactoring improvements
  • Fix multiple critical raid hosting issues
  • Update README.md

Release v8.7.1

15 Jul 22:02

Choose a tag to compare

Recent Changes

  • Merge branch 'main' of https://github.com/bdawg1989/SVRaidBot
  • Update username
  • Merge pull request #15 from Xieon/patch-1
  • Fixed on of the null issues/warnings
  • Allows bot to connect if initially started while at slash screen

Release v8.7.0

01 Jul 15:12

Choose a tag to compare

Recent Changes

  • 7-1-25 - Let user decide if they want Raid Codes displayed on Embed, or Reactions to DM Raid Code to User. - Set HideRaidCode to false to show RaidCodes and Screenshots with RaidCode, and true to hide RaidCodes and use reaction system.
  • Misc tweaks - Fix ger translation (thx Taku!)