Skip to content

Releases: timelyart/Kairos

Added support for stock screeners

09 Oct 22:11
Compare
Choose a tag to compare
  • Added support for stock screeners (see #121)

Fixed a booboo introduced with the previous patch

13 Sep 18:51
Compare
Choose a tag to compare
  • Fixed a booboo introduced with the previous patch

Updated css for watchlist menu

12 Sep 20:31
Compare
Choose a tag to compare
  • Updated css for watchlist menu

Updated css for watchlist menu

11 Sep 20:13
Compare
Choose a tag to compare
  • Updated css for watchlist menu

Automatically update ChromeDriver

07 Sep 12:41
Compare
Choose a tag to compare
  • Added the option to automatically update ChromeDriver.
    Add the following to the [webdriver] section in your kairos.cfg to enable it (see _kairos.cfg):
auto_update = true
  • Updated CSS

Updated css for watchlist menu

26 Jul 15:57
Compare
Choose a tag to compare
  • Updated css for watchlist menu (see #117)

Updated selectors and code to reflect changes on TV's website

07 Jun 10:18
Compare
Choose a tag to compare

Updated selectors and code to reflect changes on TV's website.
See also issue #116.

  • Updated selectors.
  • Changed how watchlists are updated. Watchlists of the same name are now removed prior to creating a new one of the same name.
  • Changed how checkboxes work because of changes in DOM for the  alert dialog as well for the input/properties dialog of strategies.
  • Added a warning to gracefully catch setting a webhook on the alert dialog while 2fa is disabled.

Updated data window css

21 Nov 20:42
Compare
Choose a tag to compare

The data window and object tree tabs joined. Updated css to reflect that change. See #114.

Alert dialog message fix

22 Jul 13:32
Compare
Choose a tag to compare
  • updated selectors for create alert dialog to reflect changes to expiration date and sound notification options

Reinstated webdriver path as fall back

10 Jul 20:38
Compare
Choose a tag to compare
  • Added webdriver path as a fall back to Selenium-Manager
  • pyvirtualdisplay is only needed on Linux when not in headless mode
  • Added coloredlogs to dependencies
  • Removed python3-Xlib from dependencies