Skip to content

Releases: ark-mod/ArkBot

1.79

13 Dec 19:45
Compare
Choose a tag to compare

Features

  • Support for new creatures in Aberration.

Bug fixes

  • Structures admin map would fail to load on Aberration servers.

1.78

09 Dec 18:19
Compare
Choose a tag to compare

Features

  • Added support for deploying web-app to github-pages in "demo" mode.
  • Added admin link to servers in server listing on start page in web-app.
  • Changed structures to be the first view in server-admin in web-app.

Bug fixes

  • Fixed sorting of class names in the drop-down in wild species view.
  • Fixed exception in web-api that occurred for some savegames.
  • Fixed exception on missing version information from steam api.

1.77

06 Dec 15:30
Compare
Choose a tag to compare

Change log

  • Fixed Windows 7 support for new version of Discord.NET.
  • Fixed database initialization bug causing a crash on startup.
  • Fixed bug causing wild statistics in web app not to render.
  • Added class name fallback to wild species dropdown.
  • Moved all dependencies to separate /lib directory.

1.76

06 Dec 00:34
Compare
Choose a tag to compare

Discord Bot major API version update.

1.75

26 Nov 16:52
Compare
Choose a tag to compare

Added wild creatures and wild creature statistics to the server view.

New access control configuration settings

{
  "accessControl": {
    "server": {
      "wildcreatures": [ "guest" ],
      "wildcreatures-basestats": [ "guest" ],
      "wildcreatures-ids": [ "guest" ],
      "wildcreatures-statistics": [ "guest" ]
    }
  }
}

1.73

15 Nov 18:03
Compare
Choose a tag to compare

Added admin commands for cloud saves and updated aliases

1.72

14 Oct 21:48
Compare
Choose a tag to compare

Bugfix: Bot would throw exception when config did not include a cluster

1.71

14 Oct 09:26
Compare
Choose a tag to compare

Bugfix for cluster creature extraction

0.4

12 Oct 15:30
Compare
Choose a tag to compare
0.4 Pre-release
Pre-release

20-30% faster update
-35% less memory used in update
-5% less memory stored after update
135 MB lower memory footprint

  • Bug fix: Garbage collection now run after update
  • Updated ragnarok map.
  • Display address configuration setting (per server).
  • Savegame extraction max degree of parallelism compatibility setting.
  • UI change for server details table in the web app.

0.3

10 Oct 23:40
Compare
Choose a tag to compare
0.3 Pre-release
Pre-release

PVP-ready (with access control settings)