# Changelog ## [Unreleased] - 🩹 β€” Fix release documentation - ♻️πŸ’₯ β€” Rename argos to argos-monitoring to fit the package name Uninstall argos with `pip uninstall argos-monitoring` before installing this release! ## 0.2.2 Date: 2024-07-04 - πŸ› β€” Fix bug in login view when having an expired token in cookie (redirect loop) ## 0.2.1 Date: 2024-06-27 - πŸ› β€” Fix bug in login view when having a cookie (internal server error) ## 0.2.0 Date: 2024-06-24 - πŸ’„πŸ“― β€” 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) - πŸ“ β€” New documentation URL: doc is now on https://argos-monitoring.framasoft.org/ - πŸ’₯ β€” Remove env vars and only use the configuration file - ✨ β€” Add built-in authentication for human interface ## 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