Releases: feram18/led-stock-ticker
Releases · feram18/led-stock-ticker
v0.3.9
- Resolved issues involving:
- Fetching image URLs for non-equity tickers
- Resolving invalid tickers
Full Changelog: v0.3.8...v0.3.9
v0.3.8
- Replaced
yfinance
dependency withyahooquery
Full Changelog: v0.3.7...v0.3.8
v0.3.7
- Upgraded
yfinance
from 0.2.5 to 0.2.7
Full Changelog: v0.3.6...v0.3.7
v0.3.6
- 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
- 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
- Minor back-end refactoring
- [!] You might have to execute the
./update.sh
script twice for some changes to take effect. Theconfig
directory was renamed tomatrix
. You might be required to re-create yourconfig.json
file. You can move the file over using the commandmv config/config.json matrix/
. Or use the./config.py
script to re-create it.
- [!] You might have to execute the
- Fixed an issue generating forex currency graphic
- Upgraded
yfinance
&pillow
dependencies
Full Changelog: v0.3.3...v0.3.4
v0.3.3
- 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
- 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
- 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
- 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