admin-scripts/CHANGELOG.md

24 lines
1.2 KiB
Markdown

# Admin Scripts
*This is the CHANGELOG, see [README](README.md) for more information.*
## Changelog
### 2024-03-20 - Improved Structure, New State Machine, Dynamic Paths
The structure of the files was overhauled.
Config files are now in `config/`.
Please remove your old setup with `rm /root/scripts /root/logs` and follow the [README](README.md) from scratch.
If you are unwilling to follow the destroy and recreate approach, you may also move the `scripts/` folder to `admin-scripts/` aswell as the config files to their apropriate location manually (don't forget about the shutdown service).
A state machine was introduced, which saves the last message and compares it to the new one.
If the message did not change, the state machine does not forward the message for two hours before renotifying again.
This repository can now be located anywhere on your disk.
The recommended location is `~/admin-scripts`, i.e. `/root/admin-scripts` or `/home/[your-username]/admin_scripts`.
### 2024-03-16 - Initial Version
Initial commit of Admin Scripts.
You can follow the [installation instructions](README.md#installation) in the [README](README.md) and should be good to go!