mirror of
https://github.com/misiektoja/steam_monitor.git
synced 2026-04-26 23:35:53 +03:00
-
v1.5 Stable
released this
2025-12-29 06:23:16 +03:00 | 23 commits to main since this release📅 Originally published on GitHub: Mon, 29 Dec 2025 03:35:15 GMT
🏷️ Git tag created: Mon, 29 Dec 2025 03:23:16 GMTFeatures and Improvements:
- NEW: Implemented native color output support for terminal, enhancing user experience with customizable color themes (see
COLORED_OUTPUTandCOLOR_THEMEconfig options). You can still use the old grc method if you prefer - NEW: Added inactivity thresholds and estimated last activity tracking for user status changes (see
STEAM_AWAY_INACTIVITY_THRESHOLDandSTEAM_SNOOZE_INACTIVITY_THRESHOLDconfig options) - NEW: Introduced tracking for Steam level, total XP and friends list changes with optional email notifications and CSV logging
- NEW: Added signal handlers for toggling Steam level/XP and friends list email notifications
- NEW: Added optional separate CSV file for profile-related changes (Steam level, total XP, friends changes). See
PROFILE_CSV_FILEconfig option and--profile-csv-fileflag - IMPROVE: Enhanced user info display mode (
-i) to optionally list recent achievements (--achievements) and added CLI flag to force fetching achievements from all owned games (--achievements-all-games) - IMPROVE: Implemented fallback for achievement fetching by referring to owned games when recently played list is empty
- IMPROVE: Enhanced user info display mode (
-i) to optionally list friends with detailed information (--list-friends) - IMPROVE: Enhanced game playtime display in monitoring and user info display mode
- IMPROVE: Refactored handling of users with privacy settings set to block friends list
Dependencies:
- NEW: Added colorama dependency for Windows platform support
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
steam_monitor_v1.5.tar.gz
0 downloads ·
2026-02-27 20:08:50 +03:00 · 210 KiB -
steam_monitor_v1.5.zip
0 downloads ·
2026-02-27 20:08:50 +03:00 · 212 KiB
- NEW: Implemented native color output support for terminal, enhancing user experience with customizable color themes (see