Skip to content

v2.0.0-beta.5

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Feb 18:13
· 1466 commits to main since this release

Notable Changes

One of the highlights of the release is the Internals panel. It finally gives convenient access to KS internal interval, which defines how often KS automates the game. Users have been wanting to adjust this for years and it's not finally a fully supported setting.

A lot of internals have been adjusted to no longer use hard-coded requirements. Previously, a lot of crafts and buildings had a single resource defined as their requirements to be built, and the trigger would only apply to that single resource. Now, actions should be performed based on every resource that is required for the automation, and the hard-coded values have been removed entirely.

Otherwise, there have been a bunch of bug fixes, the documentation has been growing, and a lot of good additions have been made to the core to make future development even easier.

There is now also an update-checker in the code. This doesn't update KS yet, or even notify you. It is currently being tested and hopefully will offer you convenient update paths in a future version.

Features

Bug Fixes

Documentation

Styles

Code Refactoring

Continuous Integration

Chores