Skip to content

Releases: MrKinau/FishingBot

FishingBot v2.10.5 - TESTING

16 Apr 03:48
7b3b69e
Compare
Choose a tag to compare
Pre-release
  • basic 1.19.4 support (chat signing for this version is not working atm, please don't report problems with sent/received chat messages or commands). Thanks @Bluscream for contributing!
  • Changed the font of the console in the GUI to be monospaced. Thanks @Artoria2e5 for contributing!

This is a pre-release feel free to report problems by creating an issue or joining the discord.

FishingBot v2.10.4 - TESTING

03 Jan 01:31
Compare
Choose a tag to compare
Pre-release
  • basic 1.19.3 support (chat signing for this version is not working atm, please don't report problems with sent/received chat messages or commands)
  • fixed a bug which prevented the application from starting if russian is set as default language in the config
  • fixed a bug in the player list packet which prevented the bot from starting on online-mode servers

This is a pre-release feel free to report problems by creating an issue or joining the discord.

FishingBot v2.10.3

23 Nov 12:14
7ac11f6
Compare
Choose a tag to compare
  • fix offline mode

FishingBot v2.10.2

22 Nov 08:41
efd5728
Compare
Choose a tag to compare
  • add /summary clear to print the summary, but clear it after printing it (e.g. to automate it in a timer)
  • update translations: french, german, russian and spanish
  • change default data directory (config.json, refreshToken) to executed .jar file directory to fix config writing issues on double click (and improve platform independency)

FishingBot v2.10.1

18 Nov 17:34
8c7d07f
Compare
Choose a tag to compare
  • fix realms world list (realms connection should work now)
  • fix onesix chat signing
  • handle PlayerChatMessages again

FishingBot v2.10.0

17 Nov 19:20
27ae158
Compare
Choose a tag to compare
  • rework authentication workflow to fix some bugs during authentication (2FA and Github-oAuth should work now). Thanks to @Summerfeeling for the implementation ❤️
  • removed Mojang authentication
  • fix obtaining of chat signing keys (411 Length Required)
  • use fallback locale for untranslated keys instead of N/A
  • changed docker and docker-compose to store config and refreshToken in separate binding (if enabled)
  • replace -accountfile <FILE> command line argument with -refreshToken <FILE> for the new refreshToken file

FishingBot v2.9.3 - TESTING

31 Aug 14:38
e3d42eb
Compare
Choose a tag to compare
Pre-release
  • fix auto sneak option

FishingBot v2.9.2 - TESTING

29 Aug 17:23
Compare
Choose a tag to compare
Pre-release
  • Bamboo is now part of the junk ejection rule by default (only applies to newly generated config files)
  • Some command responses from commands which executed automatically (e.g. Timers) are now displayed in the bot's console instead of being printed to the ingame chat

FishingBot v2.9.1 - TESTING

11 Aug 00:18
Compare
Choose a tag to compare
Pre-release
  • fixed a offline mode bug (null uuid parsed)
  • renamed 1.19.1 to 1.19.1 / 1.19.2

FishingBot v2.9.0 - TESTING

30 Jul 21:39
Compare
Choose a tag to compare
Pre-release
  • 1.19.1 support
  • fixed a packet serialization issue in the Player List Item packet
  • implemented chat signing

This version implements the 1.19 chat signing (at least for chat messages). I am not responsible if any account gets banned by Mojang. The chat signing is currently only implemented for outgoing chat messages (if the bot uses 1.19 or higher).

Known bugs:

  • Incoming chat messages will not be displayed on Spigot (if the Chat event is not handled) and Vanilla Minecraft servers (basically all servers that use Player Chat Packets and not System Chat Packets for chat messages)
  • Executing commands with arguments will get the client kicked, because it does not properly sign the command arguments atm