Skip to content

Commit

Permalink
[pre-release] v3.4.2-beta-11
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
salbert11 committed Oct 18, 2024
1 parent 3cbe28a commit 89e13f9
Show file tree
Hide file tree
Showing 6 changed files with 2,911 additions and 816 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
# Change Log
#### **3.4.2**

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

---
#### **3.4.1**

*27.06.2024 **Update***
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
## Release Notes
#### **3.4.2**

*13.10.2024 **Update***
*18.10.2024 **Update***
- Snippets for built-in variables, functions and constants updated to Pinescript release August 2024.
- Hover pop-up for functions refactored. Now started to include reference links for parameters.
- New parameter `force_overlay` added to built-in object functions.
- New variable `timeframe.isticks` added.
- New properties for functions ticker.new() and ticker.modify() added.
- Property `dynamic_requests` added to functions indicator(), library() and strategy().
- New properties for functions `ticker.new()` and `ticker.modify()` added.
- Property `dynamic_requests` added to functions `indicator()`, `library()` and `strategy()`.
- Parameter list of `log.*` namespaces were fixed.
- Syntax of variable declaration were fixed.
- popup for indicator(), strategy(), library() fixed.
- popup for `indicator()`, `strategy()`, `library()` fixed.
- Reference links added for some hover functions.
- Descriptions updated for some hover functions.
- Change color of editorOverviewRuler to a yellowish color for some themes.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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.2-beta-10",
"version": "3.4.2-beta-11",
"engines": {
"vscode": "^1.62.0"
},
Expand Down
Loading

0 comments on commit 89e13f9

Please sign in to comment.