This commit is contained in:
2025-10-29 14:27:06 +01:00
parent cbe30468ae
commit 904dc827ab

View File

@@ -1,20 +1,5 @@
# Changelog
This repository exists for one reason — to keep track of what actually changes across the x-files.dk projects.
Every entry in here is written in plain English, not version-speak. No “v1.0.7 Minor bug fixes.” Just context, reasoning, and the story behind each change.
Over time, a lot of these scripts have evolved from private tools into public utilities.
That shift means thinking differently — checks, safeguards, and predictable behavior now matter just as much as getting the job done.
This changelog is where that evolution gets recorded.
Each entry is dated in European format (**DD-MM-YYYY**) and reads like a short developers note — what changed, why it changed, and what was learned in the process.
If you want to see the bigger picture or older notes, youll find them archived on [wiki.x-files.dk](https://wiki.x-files.dk).
— Allan
---
## 27-10-2025
Woke up in the middle of the night thinking, *“Hang on — I never actually tested the `-h` flag on my MariaDB scripts where MariaDB was a crucial part of the scripts operation.”*