v4.1.403
Pre-release
Pre-release
Changes:
- adds the ability to provide a custom configuration base name (see below)
- updates the documentation to reflect the supported command parameters
- deprecates the
add
andremove
commands in favour of the configuration UI (/pivot
)
Using a custom configuration in your ashita profile
If required you can specify the basename for pivots configuration file (the default is 'pivot').
This can be used to have different pivot settings for different Ashita .ini files:
-
- Open your ashita profile and find the section
[ashita.polplugins.args]
- Open your ashita profile and find the section
-
- add a line like this:
pivot = foobar
- add a line like this:
In this case foobar
is the name of your custom configuration and pivot will look for <ashita>\config\pivot\foobar.ini
.
If the file can't be found it will be created with default settings; if the line is missing in your configuration pivot.ini
is the default.