2.1.1 (2021-05-10)
- overlay: re-connect socket when it has been closed (e95ac69)
2.1.0 (2021-05-10)
2.0.0 (2021-05-09)
- actions: better management of default player in elo check (1b23b00)
- check_version: improve error managing when github api request fails (06845dd)
- commands: add command execution library (c1e6ad9)
- commands: improve commands execution and add custom error handling (1517a06)
- commands: refactor of elo command (b849f22)
- FaceitApi: return whole response for matches endpoint (8f379bf)
- overlays: include session overlay with a couple of themes (1761d2f)
- script: implement new functions for commands, add timers for overlays, add new settings (ee032b4)
- session: add new session management and legacy functions (597747f)
- session: enable exclusion of hub matches for session command (05b0155)
- ui-config: add new settings options for commands (9db749d)
- utils: add matches analysis library (01978c2)
- commands: elo command does not parse anymore, instead it uses
- commands: there is no default argument for elo comand anymore, now it takes it from faceit_username setting
- overlays: New major feature. OVERLAYS! Check the docs on how to use them
1.2.1 (2021-03-31)
- session-analyzer: fix problem with EPOCH datetime (1886087)
1.2.0 (2021-03-30)
- api-client: add getter for match history (d5648d0)
- session-analyzer: add class for analysis on a stream session (7602379)
- session-analyzer: add session-analyzer and session-start commands (28a24b6)
1.1.1 (2021-03-21)
- settings: allow accents on settings (8b01224)
1.1.0 (2021-03-09)
- core: add check for new version at startup (1958157)
1.0.0 (2021-02-27)
- settings: load initial settings file if exists on init (757aa32)
- api-client: add faceit api client class (8ae61c9)
- command: add command executor (10df0c5)
- commands: add faceit elo command to ui settings (345829c)
- core: add messaging module and default error messages (c323806)
- core: add settings manager (5832bba)
- core: enable get elo command (17642b5)
- core: remove unnecessary import (331cefd)
- core: validate settings after saving them (e7cdb8d)
- refactor: removed all previous files and re-design directory access pattern (9bae564)
- settings: add appropriate params to save on script Init and ReloadSettings (887d1fe)
- settings: add get_commands method to settings class (aca1b9b)
- settings: add validation for required fields method (36d4d06)
- settings: save new settings on clicking the save settings ui button (ddec115)
- ui-config: add faceit api key setting (e2ed7e3)
- ui-config: add general messages and modify name for default argument (f75d369)
- ui-config: update string for faceit elo message (3b7d1b0)
- commands: is replaced in ELO Check Command for
- settings: get_commands now returns a dictionary with the name of the command and the value for it stored in settings
- ui-config: default_user for commands is now called default_argument
0.3.1 (2021-02-16)
- settings: set correct label and tooltip for permission error message (f052c0e)
0.3.0 (2021-02-16)
- settings: update dictionary instead of setting attributes on reset_settings method (153f406)
- core: check if the user has permission to run a command before executing it (50d8141)
- ui-settings: add faceitPermissionSettings to common messages section (083c006)
0.2.0 (2021-02-16)
- core: revert version to the right one (43ddc0c)
- ui-config: modify wrong string (5050af7)
- workflow: do not push new commits if there is no new version (e643e56)
- workflow: fix quotes (7fe205e)
- core: add check for user cooldown in commands (c8a884a)
0.1.0 (2021-02-16)
- core: initial version of this script (1bccc0c)