mirror of
https://github.com/DaanSelen/meshbook.git
synced 2026-02-20 16:32:11 +00:00
* chore: init working on history functions rename classes * refac: remove raw-result option. I cannot find a use ( I have found it later on ) * chore: add basic history directory checking * chore: further expansion on the code. Now its christmas * chore: rework some code and make a logging/history feature workable --------- Co-authored-by: DaanSelen <dselen@systemec.nl>
28 lines
603 B
JSON
28 lines
603 B
JSON
|
|
{
|
|
"Linux": {
|
|
"Debian": [
|
|
"Debian GNU/Linux 13 (trixie)",
|
|
"Debian GNU/Linux 12 (bookworm)",
|
|
"Debian GNU/Linux 11 (bullseye)",
|
|
"Debian GNU/Linux 10 (buster)"
|
|
],
|
|
"Ubuntu": [
|
|
"Ubuntu 24.04.3 LTS",
|
|
"Ubuntu 22.04.5 LTS",
|
|
"Ubuntu 20.04.6 LTS"
|
|
]
|
|
},
|
|
"MacOS": {
|
|
"Sequoia": [
|
|
"macOS 15.0.1"
|
|
]
|
|
},
|
|
"Windows": {
|
|
"11": [
|
|
"Microsoft Windows 11 Home - 24H2/26100",
|
|
"Microsoft Windows 11 Pro - 24H2/26100"
|
|
]
|
|
}
|
|
}
|