Skip to content

Releases: feram18/led-stock-ticker

v0.3.9

26 Feb 03:09
Compare
Choose a tag to compare
  • Resolved issues involving:
    • Fetching image URLs for non-equity tickers
    • Resolving invalid tickers

Full Changelog: v0.3.8...v0.3.9

v0.3.8

25 Feb 04:54
Compare
Choose a tag to compare
  • Replaced yfinance dependency with yahooquery

Full Changelog: v0.3.7...v0.3.8

v0.3.7

28 Jan 16:49
Compare
Choose a tag to compare
  • Upgraded yfinance from 0.2.5 to 0.2.7

Full Changelog: v0.3.6...v0.3.7

v0.3.6

25 Jan 20:12
Compare
Choose a tag to compare
  • Upgraded yfinance from 0.2.4 to 0.2.5
  • Fixed currency flag image generation
  • Fixed update script to get latest release

Full Changelog: v0.3.5...v0.3.6

v0.3.5

15 Jan 05:07
Compare
Choose a tag to compare
  • Upgraded yfinance from 0.2.3 to 0.2.4 to resolve fatal issue

Full Changelog: v0.3.4...v0.3.5

v0.3.4

26 Dec 17:11
Compare
Choose a tag to compare
  • Minor back-end refactoring
    • [!] You might have to execute the ./update.sh script twice for some changes to take effect. The config directory was renamed to matrix. You might be required to re-create your config.json file. You can move the file over using the command mv config/config.json matrix/. Or use the ./config.py script to re-create it.
  • Fixed an issue generating forex currency graphic
  • Upgraded yfinance & pillow dependencies

Full Changelog: v0.3.3...v0.3.4

v0.3.3

12 Nov 22:07
Compare
Choose a tag to compare
  • Added support for forex rates
  • Fixed issue with update script not updating to latest version tag
  • Fixed issue with random characters (commas, ampersand, ...) in stock full name
  • Added additional unit tests

Full Changelog: v0.3.2...v0.3.3

v0.3.2

01 Nov 00:09
Compare
Choose a tag to compare
  • Fixed:
    • Issue with update rate not taking effect
    • Issue in update script with fetching tags
    • Issue with support for Python version 3.7 & 3.8
    • CI build procedures
    • Existing tests

Full Changelog: v0.3.1...v0.3.2

v0.3.1

31 Oct 03:46
Compare
Choose a tag to compare
  • Support layouts for boards:
    • 128 x 64
    • 32 x 16
  • Fix: Issues with scrolling tickers' names
  • Shortened tickers' names for simplicity
  • Turned green color shade darker for better price text visibility against chart
  • Reduced overhead by using less fonts
  • Improved config validation

Full Changelog: v0.3.0...v0.3.1

v0.3.0

15 Oct 04:03
Compare
Choose a tag to compare
  • Performance improvements
  • Upgraded dependencies
  • Added missing observed holidays
  • Added customization option to show company stock & crypto logos in place of history chart

Full Changelog: v0.2.3...v0.3.0