Skip to content

Commit 3e8b5b5

Browse files
semantic-released-biehl
authored andcommitted
0.16.0
Automatically generated by python-semantic-release
1 parent c5de757 commit 3e8b5b5

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to the "robotcode" extension will be documented in this file
44

55
<!--next-version-placeholder-->
66

7+
## v0.16.0 (2022-12-08)
8+
### Feature
9+
* **vscode:** Provide better coloring in the debug console. ([`c5de757`](https://github.com/d-biehl/robotcode/commit/c5de757ad132fb06a07be80d39c512568a18aa08))
10+
* **robotlangserver:** Highlight dictionary keys and values with different colors ([`9596540`](https://github.com/d-biehl/robotcode/commit/9596540bfdf2e027c1a1963a2c8b3ae81d42485a))
11+
* **robotlangserver:** Optimization of the analysis of keywords with embedded arguments ([`0995a2e`](https://github.com/d-biehl/robotcode/commit/0995a2ee73561162b823d43c5e8077a8daa28053))
12+
* **robotlangserver:** Highlight embedded arguments ([`d8b23e4`](https://github.com/d-biehl/robotcode/commit/d8b23e45951e660baea327b3534026da9ee27286))
13+
* **vscode:** Add new command `Restart Language Server` ([`2b4c9c6`](https://github.com/d-biehl/robotcode/commit/2b4c9c6b90520234e4277364563c37e979c2f409))
14+
15+
### Fix
16+
* **robotlangserver:** Try to hover, goto, ... for keyword with variables in names ([`ec2c444`](https://github.com/d-biehl/robotcode/commit/ec2c44457d936431e62fcdb9cb5ef7ca941e3e8b))
17+
* **vscode:** Capitalize commands categories ([`b048ca4`](https://github.com/d-biehl/robotcode/commit/b048ca4a5fc3379ff4107ccfeebcbceac2785dd9))
18+
719
## v0.15.1 (2022-12-07)
820

921

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "RobotFramework support for Visual Studio Code",
55
"icon": "images/icon.png",
66
"publisher": "d-biehl",
7-
"version": "0.15.1",
7+
"version": "0.16.0",
88
"author": {
99
"name": "Daniel Biehl",
1010
"url": "https://github.com/d-biehl/"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "robotcode"
7-
version = "0.15.1"
7+
version = "0.16.0"
88
description = "Language server, debugger and tools for Robot Framework"
99
authors = ["Daniel Biehl <[email protected]>"]
1010
homepage = 'https://github.com/d-biehl/robotcode'

robotcode/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.15.1"
1+
__version__ = "0.16.0"

0 commit comments

Comments
 (0)