Skip to content

Releases: Stalruth/SableyeBot4

v4.0.0-rc12

13 Feb 20:11
Compare
Choose a tag to compare
v4.0.0-rc12 Pre-release
Pre-release
  • Fix /Search not working.

v4.0.0-rc11

13 Feb 19:47
Compare
Choose a tag to compare
v4.0.0-rc11 Pre-release
Pre-release
  • Add Terms of Use link to /about.
  • Add negation to /filter move:.
  • Make more consistent command descriptions.

v4.0.0-rc10

11 Feb 04:55
Compare
Choose a tag to compare
v4.0.0-rc10 Pre-release
Pre-release
  • Improve Autocomplete further
    • First implementation did prefix search only, second implementation did infix search.
    • This implementation does infix search but prioritises prefix matches.
      • This should make finding thwe correct entry easier than either prior implementation.

v4.0.0-rc9

08 Feb 21:01
Compare
Choose a tag to compare
v4.0.0-rc9 Pre-release
Pre-release
  • Hisuian Pokémon support added
  • Autocomplete modified to do fill text searching
  • Documentation is nicer
  • /about URL updated

v4.0.0-rc8

02 Feb 12:30
Compare
Choose a tag to compare
v4.0.0-rc8 Pre-release
Pre-release
  • Fix formatting in /about

v4.0.0-rc7

02 Feb 12:30
Compare
Choose a tag to compare
v4.0.0-rc7 Pre-release
Pre-release
  • Add privacy policy to about.

v4.0.0-rc6

28 Jan 02:43
Compare
Choose a tag to compare
v4.0.0-rc6 Pre-release
Pre-release
  • /learn pokemon:<pokemon> move:<move> mode:VGC now correctly
    excludes VC transfers.
  • Fix /filter moves:<moveList> transfer-moves:False to correctly
    exclude VC transfers.

v4.0.0-rc5

27 Jan 11:44
Compare
Choose a tag to compare
v4.0.0-rc5 Pre-release
Pre-release
  • Fix /learn false positives in VGC mode.
  • Delete non-paginated commands from /filter database once the command is finished with them
  • Fix typo in /dt name:<move>

v4.0.0-rc4

27 Jan 11:43
Compare
Choose a tag to compare
v4.0.0-rc4 Pre-release
Pre-release
  • Update /about to no longer mention Google Firebase
  • Add more pagination buttons for /filter for not-incredibly-large result sets
  • Add misssing User-Agent headers
  • Add error message on /filter cache miss
  • Reword options on /sprite

v4.0.0-rc3

27 Jan 11:40
Compare
Choose a tag to compare
v4.0.0-rc3 Pre-release
Pre-release
  • Fix bug where paginated queries would not be properly saved to the database, causing changing pages to fail.