Skip to content

Commit

Permalink
yfquotes@thegli: Restore absent quote details (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegli authored Jan 7, 2025
1 parent ff7e5fd commit 805cded
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions yfquotes@thegli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### 0.15.3 - January 8, 2025

Features:

- update Catalan translation (courtesy of [trikaphundo](https://github.com/trikaphundo))
- update Dutch translation (courtesy of [qadzek](https://github.com/qadzek))
- update Hungarian translation (courtesy of [bossbob88](https://github.com/bossbob88))
- update Spanish translation (courtesy of [haggen88](https://github.com/haggen88))

Bugfixes:

- restore absent quote details

### 0.15.2 - November 20, 2024

Features:
Expand Down
2 changes: 1 addition & 1 deletion yfquotes@thegli/files/yfquotes@thegli/desklet.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ YahooFinanceQuoteReader.prototype = {
},

createYahooQueryUrl: function(quoteSymbolsArg) {
const queryUrl = "https://query1.finance.yahoo.com/v7/finance/quote?symbols=" + quoteSymbolsArg + "&crumb=" + _crumb;
const queryUrl = "https://query1.finance.yahoo.com/v7/finance/quote?fields=currency,longName,regularMarketPrice,regularMarketChange,regularMarketChangePercent,regularMarketTime,shortName,symbol&lang=en-US&region=US&formatted=false&symbols=" + quoteSymbolsArg + "&crumb=" + _crumb;
logDebug("YF query URL: " + queryUrl);
return queryUrl;
},
Expand Down
2 changes: 1 addition & 1 deletion yfquotes@thegli/files/yfquotes@thegli/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "Yahoo Finance Quotes",
"prevent-decorations": true,
"max-instances": "10",
"version": "0.15.2",
"version": "0.15.3",
"uuid": "yfquotes@thegli"
}
8 changes: 4 additions & 4 deletions yfquotes@thegli/files/yfquotes@thegli/po/[email protected]
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# YAHOO FINANCE QUOTES
# This file is put in the public domain.
# thegli, 2018
# Yahoo Finance Quotes Desklet
# Copyright (C) 2018 Thomas Egli
# This file is distributed under the same license as the Yahoo Finance Quotes Desklet package.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: yfquotes@thegli 0.15.2\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-desklets/"
"issues\n"
"POT-Creation-Date: 2024-12-18 21:41+0100\n"
"POT-Creation-Date: 2024-11-20 20:33+0100\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down

0 comments on commit 805cded

Please sign in to comment.