# VERSIONS — taler-monitoring Release history for the standalone **taler-monitoring** suite (https://git.hacktivism.ch/hernani/taler-monitoring). | Tag | Date (UTC) | Notes | |-----|------------|--------| | **v1.4.0** | *planned* | **L10n** for user-facing outputs that need localization: **fr-CH** (FrancPaysan, Suisse romande) and **de-CH** (hacktivism / Taler CH German). Not implemented yet — after **1.3**. | | **v1.3.0** | 2026-07-18 | Sticky bar shows **suite version** and links to the Forgejo **tag** (`…/src/tag/vX.Y.Z`). | | **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`). | ## Sticky bar version (v1.3.0+) Generated HTML shows the installed release tag (e.g. `v1.3.0`) next to the host line. Clicking opens the tag page on Forgejo: `https://git.hacktivism.ch/hernani/taler-monitoring/src/tag/` Resolved via `git describe --tags` after `update-suite.sh`, with fallback to the `VERSION` file. ## Language (v1.2+) | Method | Example | |--------|---------| | CLI | `./taler-monitoring.sh --lang fr …` | | Env | `TALER_MON_LANG=en` or `fr` | | Auto | `*lefrancpaysan*` → fr, else en | **Note:** Full locale packs (fr-CH / de-CH) for all check messages are scheduled for **v1.4.0**, not 1.3. ## Pin a release ```bash git clone https://git.hacktivism.ch/hernani/taler-monitoring.git ~/src/taler-monitoring cd ~/src/taler-monitoring && git checkout v1.3.0 ```