Skip to content

Commit

Permalink
update changelog for hotfix; bump verson;
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-stefan-dt committed Jan 8, 2024
1 parent 9a536bc commit b55614c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## Version 2.4.1 (08.01.2024)

### 🪲 Fixed in this version:
- [#169 - Initialize workspace with python doesn't work when workspace path has spaces](https://github.com/dynatrace-extensions/dynatrace-extensions-vscode/issues/169)
- [#170 - Extension simulator UI doesn't open outside of an extension workspace](https://github.com/dynatrace-extensions/dynatrace-extensions-vscode/issues/170)
- [#171 - Default configuration for simulations isn't loaded](https://github.com/dynatrace-extensions/dynatrace-extensions-vscode/issues/171)

### 🚀 Improved in this version:
- [#168 - Increase logging verbosity](https://github.com/dynatrace-extensions/dynatrace-extensions-vscode/issues/168)

---

## Version 2.4.0 (03.01.2024)

### ✨ New in this version:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"email": "[email protected]",
"url": "https://info.dynatrace.com/global_all_wp_dynatrace_services_platform_extensions_fact_sheet_13656_fulfillment.html"
},
"version": "2.4.0",
"version": "2.4.1",
"repository": {
"type": "git",
"url": "https://github.com/dynatrace-extensions/dynatrace-extensions-vscode.git"
Expand Down Expand Up @@ -321,21 +321,21 @@
"WARN",
"ERROR"
],
"order": 6,
"order": 7,
"scope": "machine",
"default": "INFO"
},
"dynatraceExtensions.logging.maxFiles": {
"type": "number",
"description": "The maximum number of extension log files (by age) kept on disk (in VSCode global storage).",
"order": 7,
"order": 8,
"scope": "machine",
"default": 10
},
"dynatraceExtensions.logging.maxFileSize": {
"type": "number",
"description": "The maximum size of a single extension log file (in MB). When size is exceeded, a new file is started.",
"order": 8,
"order": 9,
"scope": "machine",
"default": 10
}
Expand Down

0 comments on commit b55614c

Please sign in to comment.