Skip to content

ArkBot 1.91 RC

Pre-release
Pre-release
Compare
Choose a tag to compare
@SirShaw SirShaw released this 08 Jan 19:49
505b6d2
  • Added a tray icon that allows the application to be hidden on startup.
  • Added an option in optional settings that allows the user to select whether the application should be hidden on start. Default value is value.
  • The application window will be shown until the initialization is complete. This allows the application not to hide if any errors occurred during initialisation.
  • Update MainWindow.xaml.cs
  • Removed unused commands
  • Removed unused import
  • Removed an unused import for command
  • Update Workspace.cs
  • Ensured the app has focus when opened from tray
  • Adding dropped egg functionality
  • Added new menu item for fertilized eggs
  • Added fertilized egg list (Spoiled yet to be tested)
  • Added view models for Fertilized Eggs
  • Updated version and WebApp source code
  • Added options to allow removing of eggs
  • Added loading message to fertilized egg view
  • Check List is not null before iterate
  • Refactor code.
  • Extend the reconect time.
  • Write exception message to log file.
  • CefSharp AnyCPU Support
  • Add map images on resources, update get map api (get map by MapName)
  • Update admin-server.component.html
  • Changed permissions for fertilized eggs
  • Update aliases.json
  • Added Ebenus Astrum Dinos
  • Update aliases.json
  • Added more Pyria Dinos
  • Added ArkSavegameToolkitNet from private NuGet
  • Changed description of save world button
  • Bump DotNetZip from 1.10.1 to 1.11.0 in /ArkBot
  • Updated egg spoil page
  • Update Discord bot: Update Discord.Net library from 0.9.6 to 2.1.1 (currently the latest).
  • bugfix: Configuration fails validation due to environment variables (e.g. %PATH%) not getting expanded during validation
  • fix: ArkSpeciesStats.cs was attempting to download a file that didn't exist (url has changed).
  • Micro optimization: Use dictionary for looking up aliases by class name.
  • Build somehow broke with previous merge (41f12e1). Remove DotNetZip, use Ionic.Zip. Builds in both JetBrains Rider and Visual Studio.
  • Upgrade dependency Newtonsoft.Json to 12.0.3
  • Reduced map image file sizes in ArkBot/Resources/MapImages
  • Added Ebenus Astrum map for WebApp.
  • Delete .vscode/launch.json
  • Default web app theme changed to dark.
  • Added logo to the web app.
  • Added setting for default web app theme.
  • Removed page header from the web app right menu (experiment).
  • Added access control setting for wild creature locations/coords.
  • Access control section will now get populated with available options if they are missing from the config.json.
  • Clear keyboard focus on config save to trigger update on currently edited field.
  • Added open web app menu item.
  • Updated tribe log in web app to use data-table control
  • Data-table control now supports filters
  • Added config option to display tribe log colors in web app (but it looks bad in non-dark mode)
  • Added config option to set the max number of tribe logs to display.
  • Compatibility with newest data format in ARK Breeding Stats
  • Fixed creature food display issue in web app

Config Additions (copy paste to an existing config.json if you have one)

New config setting for default theme (now dark by default)
"webApp": {
"defaultTheme": "Dark"
},

New config setting in accessControl for what groups can see wild creature coordinates.
"accessControl": {
"server": {
"wildcreatures-coords": [ "admin" ],
}
},

New config section for tribe log fetch limit:
"webApp": {
"tribeLogLimit": 100
},

New config option: tribeLogColors
"webApp": {
"tribeLogColors": false
},