mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-05-02 03:42:24 +02:00

Argos will first try the given config file (given either with `--config` or with `ARGOS_YAML_FILE` env var), then `argos-config.yaml`, then `/etc/argos/config.yaml`.
24 lines
672 B
Markdown
24 lines
672 B
Markdown
# Changelog
|
||
|
||
## [Unreleased]
|
||
|
||
- 💄📯 — Improve notifications and result(s) pages
|
||
- 🔊 — Add level of log before the log message
|
||
— 🔊 — Add a warning messages in the logs if there is no tasks in database. (fix #41)
|
||
- ✨ — Add command to generate example configuration (fix #38)
|
||
- 📝 — Improve documentation
|
||
- ✨ — Add command to warn if it’s been long since last viewing an agent (fix #49)
|
||
- 💥 — Change default config file path to argos-config.yaml (fix #36)
|
||
|
||
## 0.1.1
|
||
|
||
Date: 2024-04-30
|
||
|
||
- 🐛 — Fix --config option for some commands
|
||
- ☝️🧐 — Validate config file readability
|
||
|
||
## 0.1.0
|
||
|
||
Date: 2024-04-25
|
||
|
||
- First working version
|