Files
MagicMirror/.github
Kristjan ESPERANTO d203fefed1 feat(systeminfo): include Git hash and branch in system information log (#4167)
I suggest to add the commit hash and branch to the system information.
This should help trouble shooting issues from developers. Like in #4165.

### before

```
####  System Information  ####
- SYSTEM:   manufacturer: Micro-Star International Co., Ltd.; model: MS-7D75; virtual: false; MM: v2.37.0-develop
- OS:       ...
...
```

### after

```
####  System Information  ####
- MM:       version: v2.37.0-develop; git: 03e4eef3d; branch: develop
- SYSTEM:   manufacturer: Micro-Star International Co., Ltd.; model: MS-7D75; virtual: false
- OS:       ...
...
```
2026-05-27 23:25:49 +02:00
..
2025-07-01 00:10:47 +02:00
2025-05-16 08:03:43 +02:00
2022-06-06 23:57:52 +02:00
2016-04-11 15:01:01 +02:00