Skip to content

Delete Imports & Version

Compare
Choose a tag to compare
@BOLL7708 BOLL7708 released this 05 Feb 18:36
· 105 commits to master since this release

Delete Imports

There are now new red buttons in the Defaults section which provides the capability to delete all Default Imports and Bonus Imports at will.

This was added because all of them have now been renamed due to the new emoji classification for event triggers and actions. And as I'm too lazy to rename all my own events manually, and I failed to create a migration for it, I added these buttons for people who have not edited their defaults at all so they can simply click a button to delete them and then reimport.

The deletion & import are two separate steps in case someone wants to only delete and not reimport.

Version

The version is read from the Git repo, this means only cloned installations with the .git folder will get the version number, the rest... will get an error message probably, I haven't tested that. In the future this value should also be in a file so then this requirement will be lifted.

Fixes

  • Fixed the order of the event emojis, they were auto-sorted, fixed so they are now representing the order of things inside the events.
  • Fixed the option dropdowns, the previous fix to also match numbers did not consider null values, now that is also handled.