Skip to content

Latest commit

 

History

History
201 lines (139 loc) · 5.63 KB

File metadata and controls

201 lines (139 loc) · 5.63 KB

Changelog

v1.1.16 (7/28/2023) -----

Enhancements:

  • Added support for per instance error messages.

Bug Fixes:

v1.1.15 (5/25/2023) -----

Enhancements:

  • Yahoo discontinued the v6 API. I have moved charts to v8 and quotes to v10.

Bug Fixes:

Known Issues:

v1.1.14 (5/17/2023) -----

Skipping v1.1.14 because, you know ;)

Enhancements:

  • This is an attempt to fix the crumb issue by moving to the v6 API.
  • Implementing several fixes from matextrem's PR, thank you! #37
  • Added the Indian Rupee

Bug Fixes:

v1.1.12 (5/12/2023) -----

Enhancements:

  • None

Bug Fixes:

v1.1.11 (5/9/2023) -----

Enhancements:

  • Added currency symbols as well as labels

Bug Fixes:

  • Added more header info and error handling to try and solve. Issue #33

v1.1.10 (4/21/2023) -----

Enhancements:

  • None

Bug Fixes:

v1.1.9 (4/10/2023) -----

Enhancements:

  • Removed on device limit modification, just use the property inspector.
  • Updated the documentation to reflect the changes in this release.

Bug Fixes:

  • Fixed prices for tickers that are being returned in currencies other than USD. Issue #26
  • Fixed chart colors. Opening prices are being used instead of closing Issue #28

v1.1.8 (1/24/2023) -----

Enhancements:

  • Added a checkbox to remove chart labels (partial fix for issue Issue #24)
  • Expanded quote handling to include mutual funds and indexes Issue #25

Bug Fixes:

  • None

v1.1.7 (11/15/2022) -----

Enhancements:

  • Introduced long press options: Open Url or Edit Limits. Issue #16
  • Added plugin catalog preview images

Bug Fixes:

  • Verified the plugin to work with Streamdeck past 6.0 (currently not working in 6.0)
  • Landed PR #21 - Chunking up large API requests.
  • Landed PR #20 - Smarter plugin instance targeting.

v1.1.6 (9/7/2022) -----

Enhancements:

  • Removed automatic ticker truncation
  • Added custom ticker labels

Bug Fixes:

  • None

v1.1.5 (7/22/2022) -----

Enhancements:

  • Tuned polling for chart data
  • Truncating tickers ending in '=x'
  • Updated the symbol drawing font size to account for ticker/symbol length.
  • Abbreviated chart labels to 2 characters

Bug Fixes:

  • None

v1.1.3 (7/19/2022) -----

Enhancements:

  • Added Polish Zloty

Bug Fixes:

  • Verified charts are working

v1.1.2 (12/22/2021) -----

Enhancements:

  • Added 30 realtime currency conversions
  • Added max digits
  • Added D3 charting
  • Simplified the Viz slider

Bug Fixes:

  • Fixed chart fill no fill

v1.1.1 (12/09/2021) -----

Enhancements:

  • Updated chart ranges to be more accurate
  • Scaling 24hr charts to fit previous close line
  • Removed change close from charts
  • Removed localization (to be added later)

Bug Fixes:

  • Updated plugin version handling

v1.1.0 (12/06/2021) -----

Enhancements:

  • Total Rewrite
  • Charting
  • Live Limits Adjustments
  • Batched quote requests - less traffic and faster polling
  • Added support for multiple actions
  • So much more

Bug Fixes:

  • None

v1.0.4 (10/03/2021) -----

Enhancements:

  • Added Adjustable Polling Interval
  • Dynamic button, choose between Refresh or Open URL issue #5

Bug Fixes:

  • Upper and Lower limit actions fall back to the default action if not set. issue #3
  • Stocks with no post market value showing wrong market state issue #4

v1.0.2 (8/26/2021) -----

Enhancements:

  • Added price abbreviations for prices >= $100,000 issue #1

Bug Fixes:

  • Upper and Lower limit colors initial values not persisting issue #2

v1.0.1 (8/13/2021) -----

Enhancements:

  • Reduced the verbosity of the plugin on the console
  • Optimized the querystring to pass less data
  • Updated the project URL
  • Added the Changelog.md

Bug Fixes:

  • No Bug Fixes in this release.

v1.0.0 (7/26/2021) -----

Initial Release