Skip to content

Releases: wneessen/arrgo

v0.2.2: Fix nil pointer dereference when using `/compare` in a DM

09 Nov 14:52
b50b847
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1: Fix a non-positive timer reset error

02 Nov 09:26
225b7da
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0: Add playtime to SoT play summary

31 Oct 15:48
5a3ff75
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.9...v0.2.0

v0.1.9: Code cleanup via golangci-lint

24 Oct 17:58
1072e04
Compare
Choose a tag to compare

This release implements golangci-lint and fixes all the findings.

What's Changed

  • Bump golang.org/x/text from 0.3.8 to 0.4.0 by @dependabot in #20
  • v0.1.9: Implement golangci-lint and fix all issues by @wneessen in #21

Full Changelog: v0.1.8...v0.1.9

v0.1.8: Dependency update

17 Oct 06:57
c451a11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.1.8

v0.1.7: Emissary ledgers

01 Oct 12:28
8aed37a
Compare
Choose a tag to compare

This release adds the /ledger slash command which fetches the user's global emissary ledger position for the given faction/company in Sea of Thieves.

image

Noteworthy changes

  • e148afb: changes the timer defaults due to too much traffic to the RARE API
  • 466fb78: upgrades discordgo to the latest version and adds a "first-run" flag to the CLI
  • 9bebc2c: stops announcing play summary, if no values changed
  • 19ed9d7: bumps the HTTP client timeout since the RARE API is slow sometimes
  • 2913611: puts all timer tasks into their own Go routines
  • 432de2d: Bumps zerolog to the latest version
  • 3a0d0d0 and be8eb6d: implement the /ledger slash command

Daily Deeds

12 Aug 11:45
ad8ca45
Compare
Choose a tag to compare

This release introduces the /dailydeeds slash command.
Deeds are periodically fetched from the SoT event hub and stored in the database. On request the deeds that match the current time are served from the DB

Noteworthy changes

v0.1.5: User stats comparison

11 Aug 09:26
af1b609
Compare
Choose a tag to compare

This release adds the /compare slash command to the bot. For registered users with a valid RAT cookie, it allows to compare historical Sea of Thives data with the current data. That way you can i. e. compare how your stats between now and 72h ago.

image

v0.1.4: RAT cookie monitoring and bugfixes

10 Aug 15:37
4862a2f
Compare
Choose a tag to compare

This release mainly adds RAT cookie monitoring. When a user's authentication token is expired, the bot will DM the user and inform them about this.

Noteworth changes