This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
Releases: librehat/yapstocks
Releases · librehat/yapstocks
v4.6
v4.5
v4.4
v4.3
v4.1
v4.0
New Features
- New UI to show components for indices (if the information is available, for example
^FTSE
) - A button on the main page to manually refresh (workarounds the issues on the start of desktop when network is not immediately available)
- Improvements to the underlying query to Yahoo Finance
Bug Fixes
- Do not use
Page
component fromPlasmaComponents 3.0
which is not widely available at the moment. fix #6
v3.0
New Features
- Sorting stocks by symbols alphabetically (in the configuration)
- Adjusting the order of stocks by drag & drop (in the configuration)
- Plotting historical prices in line chart as well as candlesticks
Bug Fixes
- The separator
Rectangle
between list items has been removed since there is a separator drawn by PlasmaComponents already
v2.1
This is a new release with minor bugs fixed from v2.0
- All numbers (prices, volumes) are now shown in the system's locale (thousand and decimal characters:
,
and.
) - Ex-Dividend date is now shown in the system's locale instead of ISO8601 date format
- HTML encoded characters in the security names are now shown correctly (for example,
&G
for&
)
v2.0
Features
- Profile page showing a summary of the security (company profile and key statistics). The components of an index if it's available (
^FTSE
) - Price chart page showing the historical price movements in candlesticks (different periods from 1D to 5Y and Max can be switched on the fly). The default period range can be configured in the settings. Hoovering over each candlestick shows a tooltip with actual prices at that point.
- Tooltips on the main interface to show today's open and previous close, high and low, etc.
- Positive price changes will now have the positive sign
+
shown in front of the numbers.
Bug Fixes
- Update interval settings not being saved
- Text overlapping when the name is too long and there is no enough space
v1.0
Features
- Monitor financial instruments prices (all symbols supported by Yahoo Finance), refreshed every 30 minutes
- The information available on the main interface:
- Current market price
- Day price change (absolute as well as percentage)
- Currency
- Long Name
- Symbol
Next version will bring information to the overlay which will be shown on click:
- Exchange name
- Long Name (Short Name will be used on the main interface instead)
- Day High
- Day Low
- Previous Close
- Open Price
- Market Cap
- Volume
- Instrument Type