Releases: hexbyt3/SVRaidBot
Releases · hexbyt3/SVRaidBot
Release v8.7.9
Release v8.7.8
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
Recent Changes
- Fix IsActive flag offset causing dens to not activate
- Minor clean
Release v8.7.6
Recent Changes
- Add smart den recovery system to fix stuck raid loops
Release v8.7.5
Recent Changes
- Bump version
- Fix index out of bounds crash after reboot when raids are removed
Release v8.7.4
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
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
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
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
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!)