Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Releases: librehat/yapstocks

v4.6

09 Aug 18:35
Compare
Choose a tag to compare

More workarounds the changes to Yahoo Finance API

md5: a47d6b470031afe7e04719dd31c2ba11
sha256: fb6a00ebb39ae15c7d9a09e37c7d23a4341f8195375156d38e722d6088f74f4a

v4.5

02 Jun 13:26
Compare
Choose a tag to compare

Work around the recent change in Yahoo Finance API.

md5: c64a5cb56d2355f2aa6ff4a47befe5be
sha256: acdbafc7b9b922b15e73a1b7263174a5e7f64ae3577b3807375e268a81d5907b

v4.4

16 May 19:20
Compare
Choose a tag to compare

Fix #16 which is caused by Yahoo Finance API changes with regards to query2 v7

Checksum
md5 3f911caa9e2726366a6524170a252fb9
sha256 6b13c1a38582d310ac91ba559066319052abedfd40d6d7817f01031392702ed1

v4.3

16 Aug 16:38
Compare
Choose a tag to compare
  1. Fix #11
  2. Footer text is now elided when the space is limited
md5: 5543980845abaebabfad01d5929e6347
sha256: e33043046738060f1c734e6485fdc64b17b58b91de46f3ebfed183b462324c76

v4.1

30 Aug 10:03
Compare
Choose a tag to compare
  1. Fix the percentage value issue (introduced in 4.0 where it was 100 times bigger)
  2. Improve the footer location and visual style

v4.0

29 Aug 19:26
Compare
Choose a tag to compare

New Features

  1. New UI to show components for indices (if the information is available, for example ^FTSE)
  2. A button on the main page to manually refresh (workarounds the issues on the start of desktop when network is not immediately available)
  3. Improvements to the underlying query to Yahoo Finance

Bug Fixes

  1. Do not use Page component from PlasmaComponents 3.0 which is not widely available at the moment. fix #6

v3.0

12 Jul 20:53
Compare
Choose a tag to compare

New Features

  1. Sorting stocks by symbols alphabetically (in the configuration)
  2. Adjusting the order of stocks by drag & drop (in the configuration)
  3. Plotting historical prices in line chart as well as candlesticks

Bug Fixes

  1. The separator Rectangle between list items has been removed since there is a separator drawn by PlasmaComponents already

v2.1

22 Jun 15:03
Compare
Choose a tag to compare

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

07 Jun 12:26
Compare
Choose a tag to compare

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

30 May 19:09
Compare
Choose a tag to compare

Features

  1. Monitor financial instruments prices (all symbols supported by Yahoo Finance), refreshed every 30 minutes
  2. 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