Skip to content

Commit 89e13f9

Browse files
committed
[pre-release] v3.4.2-beta-11
- Reference links added for some hover functions for `request.*()`, time related functions, and built-in objects & collections. - Descriptions updated for some hover functions for `request.*()`, time related functions, and built-in objects & collections.
1 parent 3cbe28a commit 89e13f9

File tree

6 files changed

+2911
-816
lines changed

6 files changed

+2911
-816
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
# Change Log
22
#### **3.4.2**
33

4-
*13.10.2024 **Update***
4+
*18.10.2024 **Update***
55
- Snippets for built-in variables, functions and constants updated to Pinescript release August 2024.
66
- Hover pop-up for functions refactored. Now started to include reference links for parameters.
77
- New parameter `force_overlay` added to built-in object functions.
88
- New variable `timeframe.isticks` added.
9-
- New properties for functions ticker.new() and ticker.modify() added.
10-
- Property `dynamic_requests` added to functions indicator(), library() and strategy().
9+
- New properties for functions `ticker.new()` and `ticker.modify()` added.
10+
- Property `dynamic_requests` added to functions `indicator()`, `library()` and `strategy()`.
1111
- Parameter list of `log.*` namespaces were fixed.
1212
- Syntax of variable declaration were fixed.
13-
- popup for indicator(), strategy(), library() fixed.
13+
- popup for `indicator()`, `strategy()`, `library()` fixed.
1414
- Reference links added for some hover functions.
1515
- Descriptions updated for some hover functions.
1616
- Change color of editorOverviewRuler to a yellowish color for some themes.
1717
- Breadcrumb menu in some themes fixed.
1818

19+
---
1920
#### **3.4.1**
2021

2122
*27.06.2024 **Update***

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
## Release Notes
77
#### **3.4.2**
88

9-
*13.10.2024 **Update***
9+
*18.10.2024 **Update***
1010
- Snippets for built-in variables, functions and constants updated to Pinescript release August 2024.
1111
- Hover pop-up for functions refactored. Now started to include reference links for parameters.
1212
- New parameter `force_overlay` added to built-in object functions.
1313
- New variable `timeframe.isticks` added.
14-
- New properties for functions ticker.new() and ticker.modify() added.
15-
- Property `dynamic_requests` added to functions indicator(), library() and strategy().
14+
- New properties for functions `ticker.new()` and `ticker.modify()` added.
15+
- Property `dynamic_requests` added to functions `indicator()`, `library()` and `strategy()`.
1616
- Parameter list of `log.*` namespaces were fixed.
1717
- Syntax of variable declaration were fixed.
18-
- popup for indicator(), strategy(), library() fixed.
18+
- popup for `indicator()`, `strategy()`, `library()` fixed.
1919
- Reference links added for some hover functions.
2020
- Descriptions updated for some hover functions.
2121
- Change color of editorOverviewRuler to a yellowish color for some themes.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
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.2-beta-10",
8+
"version": "3.4.2-beta-11",
99
"engines": {
1010
"vscode": "^1.62.0"
1111
},

0 commit comments

Comments
 (0)