mirror of
https://github.com/misiektoja/lol_monitor.git
synced 2026-04-26 22:56:08 +03:00
-
v1.6 Stable
released this
2025-05-22 03:52:51 +03:00 | 50 commits to main since this release📅 Originally published on GitHub: Thu, 22 May 2025 01:00:55 GMT
🏷️ Git tag created: Thu, 22 May 2025 00:52:51 GMTFeatures and Improvements:
- NEW: The tool can now be installed via pip:
pip install lol_monitor - NEW: Added support for external config files, environment-based secrets and dotenv integration with auto-discovery
- IMPROVE: Updated and centralized region-to-continent mapping in the config section to reflect latest Riot infrastructure changes
- IMPROVE: Enhanced startup summary to show loaded config and dotenv file paths
- IMPROVE: Simplified and renamed command-line arguments for improved usability
- NEW: Implemented SIGHUP handler for dynamic reload of secrets from dotenv files
- IMPROVE: Added configuration option to control clearing the terminal screen at startup
- IMPROVE: Changed connectivity check to use Riot API endpoint for reliability
- IMPROVE: Added check for missing pip dependencies with install guidance
- IMPROVE: Allow disabling liveness check by setting interval to 0 (default changed to 12h)
- IMPROVE: Improved handling of log file creation
- IMPROVE: Refactored CSV file initialization and processing
- IMPROVE: Added support for
~path expansion across all file paths - IMPROVE: Refactored code structure to support packaging for PyPI
- IMPROVE: Enforced configuration option precedence: code defaults < config file < env vars < CLI flags
- IMPROVE: Updated horizontal line for improved output aesthetics
- IMPROVE: Email notifications now auto-disable if SMTP config is invalid
- IMPROVE: Removed short option for
--send-test-emailto avoid ambiguity
Bug fixes:
- BUGFIX: Fixed handling of forbidden match entries that require RSO token
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lol_monitor_v1.6.tar.gz
0 downloads ·
2026-02-27 20:06:15 +03:00 · 138 KiB -
lol_monitor_v1.6.zip
0 downloads ·
2026-02-27 20:06:15 +03:00 · 139 KiB
- NEW: The tool can now be installed via pip: