25 lines
836 B
Markdown
25 lines
836 B
Markdown
# VERSIONS — taler-monitoring
|
|
|
|
Release history for the standalone **taler-monitoring** suite
|
|
(https://git.hacktivism.ch/hernani/taler-monitoring).
|
|
|
|
| Tag | Date (UTC) | Notes |
|
|
|-----|------------|--------|
|
|
| **v1.2** | 2026-07-18 | Language selection: `--lang` / `TALER_MON_LANG` (en\|fr). |
|
|
| **v1.1** | 2026-07-18 | i18n chrome: English default; French for FrancPaysan. |
|
|
| **v1.0** / **v1** | 2026-07-18 | Initial standalone release (split from `koopa-admin-log`). |
|
|
|
|
## Language (v1.2+)
|
|
|
|
| Method | Example |
|
|
|--------|---------|
|
|
| CLI | `./taler-monitoring.sh --lang fr …` |
|
|
| Env | `TALER_MON_LANG=en` or `fr` |
|
|
| Auto | `*lefrancpaysan*` → fr, else en |
|
|
|
|
## Pin a release
|
|
|
|
```bash
|
|
git clone https://git.hacktivism.ch/hernani/taler-monitoring.git ~/src/taler-monitoring
|
|
cd ~/src/taler-monitoring && git checkout v1.2
|
|
```
|