Releases: ark-mod/ArkBot
Releases · ark-mod/ArkBot
1.79
1.78
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
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
1.75
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
1.72
1.71
0.4
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.