Skip to content

v1.0.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@bicobus bicobus released this 09 Sep 20:36
v1.0.0-beta1
df7176a
Added
~~~~~
* Support items pattern (mods only)
* Descriptive text for each option of the settings window. Should help with
  confusing options.

Changed
~~~~~~~
* Ignore unrecognized sub-folders under ``namespace/items/``
* Prompt the user to restart the application if the specified settings options
  are changed.
* Prompt the user to open the settings window if required.

Fixed
~~~~~
* Crash: ZipFiles created using no compression method would crash the
  application. This is due to an absence of information within the attributes.
  Resolved by being less strict in normalizing file attributes read for the
  archive: if it is not explicitly a folder, then it is a file.
* Crash: If the paths stored in the user settings file did no longer point to an
  existing folder.