Skip to content

Releases: pachev/gsbot

Making updates easier

19 Feb 05:37
f899217
Compare
Choose a tag to compare

0.5.4

This release brings a much needed update to the 'update' command. As well as allowing users to either attach an image or past a url. Finally, gsbot now tracks awakened AP along with main hand AP, aap, and ap respectively.

Enhanced Commands

  • Update: Now becomes a group command with many sub-command
    • all: updates all attributes at one (ap, aap, dp, level, progress, pic)
    • attribute: any attribute will doe. eg gsbot update ap 220

Added Feature

  • Now tracks AP and AAP

Bug Fixes

  • Character is now verified on server before uploading image
  • Retrieves user avatar URL instead of hash from discord

0.4.1 Changes Storage Scheme

21 Jan 02:50
Compare
Choose a tag to compare

0.4.1

This release changes how Characters, Members, and Servers are stored.
The hierarchy has been change from single characters table to as follows:
Server -> Members -> Characters.
This allows members to move servers with gsbot and not worry about re-entering character information. Further, this allows members to keep track of multiple characters and switch between them without needing to reroll. The reroll command still remains for someone special 😃 .

Added Commands:

  • my_list: list all the characters belonging to member making request
  • switch_main: allows member to switch their main character on specified server

Enhanced Commands:

  • lookup is now possible though discord mentions. eg @drawven

Bug Fixes:

  • The export command now only exports characters from originating server.

Gsbot-0.3.2 - Multiple Guilds and MongoDB

01 Jan 20:27
0042718
Compare
Choose a tag to compare

Patch Notes:

  • Supports Multiple Guilds only returning results form originating server
  • Adds class checking for add command
  • Security updates for database and nightly backups
  • Adds TravisCI integration for automatic testing on commits

Beta release using just one guild

23 Sep 19:34
Compare
Choose a tag to compare
Pre-release
Patch notes:
- Migrated to a new database (Mongodb)
- Now keeping track of historical data for better info later on
- Now keeping track of level percentage progress during updates

New Commands
=================================
- Ability to reroll
- Ability to attach pictures to char
- Ability to search by class

Updated Commands
=================================
- Add command is just one command now
- Update command is just one command now
- Delete command is just one command now