Skip to content

Commit baa61f0

Browse files
committed
[update] v3.4.2-beta-6
- Parameter list of log.* namespaces were fixed. - Syntax of variable declaration were fixed. - popup for indicator(), strategy(), library() fixed. - Change color of editorOverviewRuler to a yellowish color for some themes. - Property `dynamic_requests` added to functions indicator(), library() and strategy(). - New properties for functions ticker.new() and ticker.modify() added. - New variable `timeframe.isticks` added. - Breadcrumb menu in some themes fixed.
1 parent 8a8b453 commit baa61f0

13 files changed

+3125
-2659
lines changed

package-lock.json

Lines changed: 490 additions & 220 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"icon": "images/pineicon.png",
66
"publisher": "salbert11",
77
"license": "MIT",
8-
"version": "3.4.1",
8+
"version": "3.4.2-beta-6",
99
"engines": {
1010
"vscode": "^1.62.0"
1111
},
@@ -213,7 +213,7 @@
213213
"@typescript-eslint/eslint-plugin": "^5.1.0",
214214
"@typescript-eslint/parser": "^5.1.0",
215215
"@vscode/test-electron": "^1.6.2",
216-
"eslint": "^8.1.0",
216+
"eslint": "^8.57.0",
217217
"glob": "^7.1.7",
218218
"mocha": "^9.1.3",
219219
"ts-loader": "^9.2.5",

0 commit comments

Comments
 (0)