Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

Releases: Mirasaki/dayz-leaderboard-bot

v1.0.9 Release

31 Aug 10:24
fc30f01
Compare
Choose a tag to compare

Fix missing fetch import

v1.0.8

28 Aug 13:57
fe90769
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.0.8

Add express server / ping

15 Jul 19:13
1c9a482
Compare
Choose a tag to compare

Add an express server to allow you to ping the bot externally, and check if the bot is online and responsive

What's Changed

Full Changelog: v1.0.6...v1.0.7

v1.0.6 - Add /stats command

08 Jun 09:45
5ce4583
Compare
Choose a tag to compare

What's Changed

+ Added the `/stats` command, displaying detailed statistics for a specific player using their CFTools Cloud Account id
- Removed the previous `/stats` command, which was a duplicate/alias of `/ping`
• Using the /leaderboard command now has a 20% chance of including a footer text prompting the users to try this command

Full Changelog: v1.0.5...v1.0.6

Configurable slash command statistic options

07 Jun 14:56
43211f2
Compare
Choose a tag to compare

What's Changed

  • allow configurable slash command statistic options by @Mirasaki in #24
    Configure your /leaderboard options in the /config/config.json file, all available values are available & enabled by default

Full Changelog: 1.0.4...v1.0.5

Blacklist players from leaderboard data/output

25 May 05:47
a4ceab9
Compare
Choose a tag to compare

What's Changed

  • update README.md by @Mirasaki in #20
  • Add the ability to blacklist players from being displayed in the leaderboard output by @Mirasaki in #19

Full Changelog: 1.0.3...1.0.4

1.0.3 - env / documentation fix

17 May 23:26
bff22b2
Compare
Choose a tag to compare

What's Changed

  • update README installation steps & check missing test command data by @Mirasaki in #17
  • include TEST_SERVER_GUILD_ID in .env.example by @Mirasaki in #18

Full Changelog: 1.0.2...1.0.3

1.0.2

16 May 10:32
800ba47
Compare
Choose a tag to compare

This is mostly a QoL update to take a away some steps from the set-up process. It also comes with some minor caching issues fixes.

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

15 May 10:32
974dd08
Compare
Choose a tag to compare

What's Changed

  • include Prerequisites documentation by @Mirasaki in #4
  • Add player data limit customization by @Mirasaki in #5
  • update README to include live demo by @Mirasaki in #7

Full Changelog: 1.0.0...1.0.1

Initial release

13 May 17:25
4091c18
Compare
Choose a tag to compare
Merge pull request #1 from Mirasaki/dev

Dev