• v1.4 22f1cd8e0f

    v1.4 Stable

    kerem released this 2024-05-23 19:53:48 +03:00 | 89 commits to main since this release

    📅 Originally published on GitHub: Thu, 23 May 2024 16:59:19 GMT
    🏷️ Git tag created: Thu, 23 May 2024 16:53:48 GMT

    Features and Improvements:

    • NEW: New feature counting overall time and number of played games in the session
    • NEW: Support for short offline interruption, so if user gets offline and online again (for example due to rebooting the console) during the next OFFLINE_INTERRUPT seconds (configurable in .py file, by default 7 mins) then we set online start timestamp back to the previous one + we also keep stats from the previous session (like total time and number of played games)
    • IMPROVE: Information about log file name visible in the start screen
    • IMPROVE: Rewritten get_date_from_ts(), get_short_date_from_ts(), get_hour_min_from_ts() and get_range_of_dates_from_tss() functions to automatically detect if time object is timestamp or datetime
    Downloads