robotcode 1.7.0__tar.gz → 1.8.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -331,4 +331,7 @@ output.xml
331
331
  bundled/libs
332
332
 
333
333
  # robotframework
334
- results/
334
+ results/
335
+
336
+ # kilocode
337
+ .kilocode/
@@ -2,6 +2,34 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
4
4
 
5
+ ## [1.8.0](https://github.com/robotcodedev/robotcode/compare/v1.7.0..v1.8.0) - 2025-08-15
6
+
7
+ ### Bug Fixes
8
+
9
+ - **vscode:** Improve handling of active environment path changes in PythonManager ([79e410e](https://github.com/robotcodedev/robotcode/commit/79e410ee275c1ce701ca438cef99d4c11be312a3))
10
+
11
+
12
+ ### Documentation
13
+
14
+ - **contributing:** Remove emojis and improve formatting for clarity ([b5bf94d](https://github.com/robotcodedev/robotcode/commit/b5bf94deb145c869aca55ac11c250156293413ff))
15
+ - **copilot-instructions:** Update formatting and punctuation for clarity and consistency ([d39a5fc](https://github.com/robotcodedev/robotcode/commit/d39a5fc3adfffda4d8093e49ff5687cd7cfb1669))
16
+ - **css:** Update brand colors and button styles for Robot Framework theme ([3b84bb4](https://github.com/robotcodedev/robotcode/commit/3b84bb48ad07e637cb49238c7c87fb7e4f9126d9))
17
+ - **tips:** Correct link to "Why is my variable shown as 'not found'" article ([0f45265](https://github.com/robotcodedev/robotcode/commit/0f45265752c1f409f6bbca4a64d3a9c23fc9be39))
18
+ - **tips:** Reorganize tip and tricks files with numbered prefixes and finish why_variable_not_found article ([4a9156c](https://github.com/robotcodedev/robotcode/commit/4a9156cc6bdb9cd4a4ccd2400435e70b1d24c0ef))
19
+ - Redesign landing page a bit ([b9dcf16](https://github.com/robotcodedev/robotcode/commit/b9dcf1641d485f9ce51a1d535393c7c926be4995))
20
+ - Add commit message standard to guidelines ([2db7f61](https://github.com/robotcodedev/robotcode/commit/2db7f61e12c280663fe9fc5d4f1adf6b286e0ff6))
21
+ - Add CLAUDE.md for project guidance and development instructions ([53bcc04](https://github.com/robotcodedev/robotcode/commit/53bcc04bfb636b53a21b8e9e9a57753d1fbe8e81))
22
+ - Add project language requirement to ensure consistency in code and documentation ([a6baec4](https://github.com/robotcodedev/robotcode/commit/a6baec46e0a9405296b869dac7368f1cada6211a))
23
+ - Enhance guidance on modular resource file structure and performance considerations ([7800f67](https://github.com/robotcodedev/robotcode/commit/7800f673333a8bad7d405201f8be0bb0a4925b93))
24
+ - Update requirements for Python, Robot Framework, and VSCode versions ([e91918d](https://github.com/robotcodedev/robotcode/commit/e91918d049e2a7660168d7e6c80d4e802c72a930))
25
+ - Add support section to README.md with sponsorship details ([675cc9c](https://github.com/robotcodedev/robotcode/commit/675cc9c927670adec584e23da9aa5e10b1120197))
26
+
27
+
28
+ ### Features
29
+
30
+ - **docs:** Integrate lite-youtube-embed and update search provider to Algolia ([aa02835](https://github.com/robotcodedev/robotcode/commit/aa02835d007b2041b4e8572fb1340608520524d5))
31
+
32
+
5
33
  ## [1.7.0](https://github.com/robotcodedev/robotcode/compare/v1.6.0..v1.7.0) - 2025-07-31
6
34
 
7
35
  ### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robotcode
3
- Version: 1.7.0
3
+ Version: 1.8.0
4
4
  Summary: Command line interface for RobotCode
5
5
  Project-URL: Homepage, https://robotcode.io
6
6
  Project-URL: Donate, https://opencollective.com/robotcode
@@ -34,38 +34,38 @@ Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
34
34
  Classifier: Topic :: Utilities
35
35
  Classifier: Typing :: Typed
36
36
  Requires-Python: >=3.8
37
- Requires-Dist: robotcode-core==1.7.0
38
- Requires-Dist: robotcode-plugin==1.7.0
39
- Requires-Dist: robotcode-robot==1.7.0
37
+ Requires-Dist: robotcode-core==1.8.0
38
+ Requires-Dist: robotcode-plugin==1.8.0
39
+ Requires-Dist: robotcode-robot==1.8.0
40
40
  Provides-Extra: all
41
41
  Requires-Dist: docutils; extra == 'all'
42
42
  Requires-Dist: pyyaml>=5.4; extra == 'all'
43
43
  Requires-Dist: rich; extra == 'all'
44
- Requires-Dist: robotcode-analyze==1.7.0; extra == 'all'
45
- Requires-Dist: robotcode-debugger==1.7.0; extra == 'all'
46
- Requires-Dist: robotcode-language-server==1.7.0; extra == 'all'
47
- Requires-Dist: robotcode-repl-server==1.7.0; extra == 'all'
48
- Requires-Dist: robotcode-repl==1.7.0; extra == 'all'
49
- Requires-Dist: robotcode-runner==1.7.0; extra == 'all'
44
+ Requires-Dist: robotcode-analyze==1.8.0; extra == 'all'
45
+ Requires-Dist: robotcode-debugger==1.8.0; extra == 'all'
46
+ Requires-Dist: robotcode-language-server==1.8.0; extra == 'all'
47
+ Requires-Dist: robotcode-repl-server==1.8.0; extra == 'all'
48
+ Requires-Dist: robotcode-repl==1.8.0; extra == 'all'
49
+ Requires-Dist: robotcode-runner==1.8.0; extra == 'all'
50
50
  Requires-Dist: robotframework-robocop>=2.0.0; extra == 'all'
51
51
  Provides-Extra: analyze
52
- Requires-Dist: robotcode-analyze==1.7.0; extra == 'analyze'
52
+ Requires-Dist: robotcode-analyze==1.8.0; extra == 'analyze'
53
53
  Provides-Extra: colored
54
54
  Requires-Dist: rich; extra == 'colored'
55
55
  Provides-Extra: debugger
56
- Requires-Dist: robotcode-debugger==1.7.0; extra == 'debugger'
56
+ Requires-Dist: robotcode-debugger==1.8.0; extra == 'debugger'
57
57
  Provides-Extra: languageserver
58
- Requires-Dist: robotcode-language-server==1.7.0; extra == 'languageserver'
58
+ Requires-Dist: robotcode-language-server==1.8.0; extra == 'languageserver'
59
59
  Provides-Extra: lint
60
60
  Requires-Dist: robotframework-robocop>=2.0.0; extra == 'lint'
61
61
  Provides-Extra: repl
62
- Requires-Dist: robotcode-repl==1.7.0; extra == 'repl'
62
+ Requires-Dist: robotcode-repl==1.8.0; extra == 'repl'
63
63
  Provides-Extra: replserver
64
- Requires-Dist: robotcode-repl-server==1.7.0; extra == 'replserver'
64
+ Requires-Dist: robotcode-repl-server==1.8.0; extra == 'replserver'
65
65
  Provides-Extra: rest
66
66
  Requires-Dist: docutils; extra == 'rest'
67
67
  Provides-Extra: runner
68
- Requires-Dist: robotcode-runner==1.7.0; extra == 'runner'
68
+ Requires-Dist: robotcode-runner==1.8.0; extra == 'runner'
69
69
  Provides-Extra: yaml
70
70
  Requires-Dist: pyyaml>=5.4; extra == 'yaml'
71
71
  Description-Content-Type: text/markdown
@@ -125,6 +125,29 @@ With RobotCode, you can focus on building and testing your automation workflows
125
125
  - **And More!**: Check out the [official documentation](https://robotcode.io) for more details.
126
126
 
127
127
 
128
+ ## Support RobotCode
129
+
130
+ RobotCode is developed and maintained by volunteers. Your support helps us continue improving and adding new features.
131
+
132
+ **Become a Sponsor:**
133
+ - [GitHub Sponsors](https://github.com/sponsors/robotcodedev) - Monthly or one-time sponsorship
134
+ - [Open Collective](https://opencollective.com/robotcode) - One-time or recurring donations
135
+
136
+ **Corporate Sponsorship:**
137
+ - Direct & transparent: Open Collective (https://opencollective.com/robotcode) – invoices, public ledger
138
+ - Ecosystem support: Robot Framework Foundation membership (https://robotframework.org/foundation/) – indirectly benefits RobotCode
139
+
140
+ **Other Ways to Support:**
141
+ - Star the repository
142
+ - Leave a review on the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode) and [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/26216)
143
+ - Ask questions & help others ([Slack #robotcode](https://slack.robotframework.org/) / [Forum](https://forum.robotframework.org) / [Discussions](https://github.com/robotcodedev/robotcode/discussions))
144
+ - Report bugs in the [issue tracker](https://github.com/robotcodedev/robotcode/issues)
145
+ - Suggest enhancements or features (issues or [Discussions](https://github.com/robotcodedev/robotcode/discussions))
146
+ - Share usage patterns & integration ideas ([Discussions](https://github.com/robotcodedev/robotcode/discussions))
147
+ - Improve tests (edge cases, large suites, multi-root, versions)
148
+ - Contribute code ([good first issue](https://github.com/robotcodedev/robotcode/labels/good%20first%20issue) / [help wanted](https://github.com/robotcodedev/robotcode/labels/help%20wanted))
149
+
150
+
128
151
  ## Requirements
129
152
 
130
153
  ### Python and Robot Framework Versions
@@ -235,4 +258,8 @@ This project is licensed under the [Apache 2.0 License](https://spdx.org/license
235
258
  ---
236
259
 
237
260
  ## Powered by
238
- [![JetBrains logo.](docs/images/jetbrains.png)](https://jb.gg/OpenSourceSupport)
261
+
262
+ [Robot Framework Foundation](https://robotframework.org/foundation)
263
+
264
+
265
+ [Jetbrains](https://jb.gg/OpenSourceSupport)
@@ -53,6 +53,29 @@ With RobotCode, you can focus on building and testing your automation workflows
53
53
  - **And More!**: Check out the [official documentation](https://robotcode.io) for more details.
54
54
 
55
55
 
56
+ ## Support RobotCode
57
+
58
+ RobotCode is developed and maintained by volunteers. Your support helps us continue improving and adding new features.
59
+
60
+ **Become a Sponsor:**
61
+ - [GitHub Sponsors](https://github.com/sponsors/robotcodedev) - Monthly or one-time sponsorship
62
+ - [Open Collective](https://opencollective.com/robotcode) - One-time or recurring donations
63
+
64
+ **Corporate Sponsorship:**
65
+ - Direct & transparent: Open Collective (https://opencollective.com/robotcode) – invoices, public ledger
66
+ - Ecosystem support: Robot Framework Foundation membership (https://robotframework.org/foundation/) – indirectly benefits RobotCode
67
+
68
+ **Other Ways to Support:**
69
+ - Star the repository
70
+ - Leave a review on the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode) and [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/26216)
71
+ - Ask questions & help others ([Slack #robotcode](https://slack.robotframework.org/) / [Forum](https://forum.robotframework.org) / [Discussions](https://github.com/robotcodedev/robotcode/discussions))
72
+ - Report bugs in the [issue tracker](https://github.com/robotcodedev/robotcode/issues)
73
+ - Suggest enhancements or features (issues or [Discussions](https://github.com/robotcodedev/robotcode/discussions))
74
+ - Share usage patterns & integration ideas ([Discussions](https://github.com/robotcodedev/robotcode/discussions))
75
+ - Improve tests (edge cases, large suites, multi-root, versions)
76
+ - Contribute code ([good first issue](https://github.com/robotcodedev/robotcode/labels/good%20first%20issue) / [help wanted](https://github.com/robotcodedev/robotcode/labels/help%20wanted))
77
+
78
+
56
79
  ## Requirements
57
80
 
58
81
  ### Python and Robot Framework Versions
@@ -163,4 +186,8 @@ This project is licensed under the [Apache 2.0 License](https://spdx.org/license
163
186
  ---
164
187
 
165
188
  ## Powered by
166
- [![JetBrains logo.](docs/images/jetbrains.png)](https://jb.gg/OpenSourceSupport)
189
+
190
+ [Robot Framework Foundation](https://robotframework.org/foundation)
191
+
192
+
193
+ [Jetbrains](https://jb.gg/OpenSourceSupport)
@@ -51,9 +51,9 @@ classifiers = [
51
51
  ]
52
52
  requires-python = ">=3.8"
53
53
  dependencies = [
54
- "robotcode-core==1.7.0",
55
- "robotcode-plugin==1.7.0",
56
- "robotcode-robot==1.7.0",
54
+ "robotcode-core==1.8.0",
55
+ "robotcode-plugin==1.8.0",
56
+ "robotcode-robot==1.8.0",
57
57
  ]
58
58
  dynamic = ["version"]
59
59
 
@@ -71,23 +71,23 @@ robotcode = "robotcode.cli.__main__:main"
71
71
 
72
72
 
73
73
  [project.optional-dependencies]
74
- debugger = ["robotcode-debugger==1.7.0"]
75
- languageserver = ["robotcode-language-server==1.7.0"]
76
- runner = ["robotcode-runner==1.7.0"]
77
- analyze = ["robotcode-analyze==1.7.0"]
74
+ debugger = ["robotcode-debugger==1.8.0"]
75
+ languageserver = ["robotcode-language-server==1.8.0"]
76
+ runner = ["robotcode-runner==1.8.0"]
77
+ analyze = ["robotcode-analyze==1.8.0"]
78
78
  yaml = ["PyYAML>=5.4"]
79
79
  lint = ["robotframework-robocop>=2.0.0"]
80
80
  rest = ["docutils"]
81
- repl = ["robotcode-repl==1.7.0"]
82
- replserver = ["robotcode-repl-server==1.7.0"]
81
+ repl = ["robotcode-repl==1.8.0"]
82
+ replserver = ["robotcode-repl-server==1.8.0"]
83
83
  colored = ["rich"]
84
84
  all = [
85
- "robotcode-debugger==1.7.0",
86
- "robotcode-language-server==1.7.0",
87
- "robotcode-runner==1.7.0",
88
- "robotcode-analyze==1.7.0",
89
- "robotcode-repl==1.7.0",
90
- "robotcode-repl-server==1.7.0",
85
+ "robotcode-debugger==1.8.0",
86
+ "robotcode-language-server==1.8.0",
87
+ "robotcode-runner==1.8.0",
88
+ "robotcode-analyze==1.8.0",
89
+ "robotcode-repl==1.8.0",
90
+ "robotcode-repl-server==1.8.0",
91
91
  "PyYAML>=5.4",
92
92
  "robotframework-robocop>=2.0.0",
93
93
  "docutils",
@@ -0,0 +1 @@
1
+ __version__ = "1.8.0"
@@ -1 +0,0 @@
1
- __version__ = "1.7.0"
File without changes
File without changes