Skip to content

Releases: fcarrascosa/StreamlabsChatbotFaceitIntegration

Release v2.1.1

10 May 22:44
Compare
Choose a tag to compare

2.1.1 (2021-05-10)

Bug Fixes

  • overlay: re-connect socket when it has been closed (e95ac69)

Release v2.1.0

10 May 21:39
Compare
Choose a tag to compare

2.1.0 (2021-05-10)

Bug Fixes

  • settings: settings now take default values for non-saved properties (#20) (ab4cd7a)

Features

  • start-session: add option to autostart a new session when SLCB is opened (#21) (282ac11)

Release v2.0.0

09 May 11:45
Compare
Choose a tag to compare

2.0.0 (2021-05-09)

Features

  • 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)

BREAKING CHANGES

  • commands: elo command does not parse $arg1 anymore, instead it uses $player
  • 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

Release v1.2.1

31 Mar 02:14
Compare
Choose a tag to compare

1.2.1 (2021-03-31)

Bug Fixes

  • session-analyzer: fix problem with EPOCH datetime (1886087)

Release v1.2.0

30 Mar 20:22
Compare
Choose a tag to compare

1.2.0 (2021-03-30)

Features

  • 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)

Release v1.1.1

21 Mar 23:09
Compare
Choose a tag to compare

1.1.1 (2021-03-21)

Bug Fixes

  • settings: allow accents on settings (8b01224)

Release v1.1.0

09 Mar 18:13
Compare
Choose a tag to compare

1.1.0 (2021-03-09)

Features

  • core: add check for new version at startup (1958157)

Release v1.0.0

27 Feb 19:37
Compare
Choose a tag to compare

1.0.0 (2021-02-27)

Bug Fixes

  • settings: load initial settings file if exists on init (757aa32)

Features

  • 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)

BREAKING CHANGES

  • commands: $value is replaced in ELO Check Command for $elo
  • 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

Release v0.3.1

16 Feb 20:07
Compare
Choose a tag to compare

0.3.1 (2021-02-16)

Bug Fixes

  • settings: set correct label and tooltip for permission error message (f052c0e)

Release v0.3.0

16 Feb 19:59
Compare
Choose a tag to compare

0.3.0 (2021-02-16)

Bug Fixes

  • settings: update dictionary instead of setting attributes on reset_settings method (153f406)

Features

  • core: check if the user has permission to run a command before executing it (50d8141)
  • ui-settings: add faceitPermissionSettings to common messages section (083c006)