Skip to content

Commit

Permalink
[update] v3.4.2-beta-6
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
salbert11 committed Sep 27, 2024
1 parent 8a8b453 commit baa61f0
Show file tree
Hide file tree
Showing 13 changed files with 3,125 additions and 2,659 deletions.
710 changes: 490 additions & 220 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"icon": "images/pineicon.png",
"publisher": "salbert11",
"license": "MIT",
"version": "3.4.1",
"version": "3.4.2-beta-6",
"engines": {
"vscode": "^1.62.0"
},
Expand Down Expand Up @@ -213,7 +213,7 @@
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"@vscode/test-electron": "^1.6.2",
"eslint": "^8.1.0",
"eslint": "^8.57.0",
"glob": "^7.1.7",
"mocha": "^9.1.3",
"ts-loader": "^9.2.5",
Expand Down
Loading

0 comments on commit baa61f0

Please sign in to comment.