Skip to content

Commit

Permalink
release: 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
senyai committed Jun 5, 2024
1 parent 91348d2 commit 5b610cb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

# v0.6.0

### What's New

- Configuration changes:
* `fossil.path` option can change `fossil` path without restart
* `fossil.path` and `fossil.username` options are of string type now, i.e. easily editable in "Settings" panel
* Remove `fossil.enabled` option
- Warn user when `fossil` executable is not found
- Log output with timestamp and log level


# v0.5.7

### What's New
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/release.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to release vscode-fossil extension

## Desribe the changes
## Describe the changes
1. Update version in `package.json`
1. Update `CHANGELOG.md`

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bugs": {
"url": "https://github.com/koog1000/vscode-fossil/issues"
},
"version": "0.5.7",
"version": "0.6.0",
"engines": {
"vscode": "^1.36.0"
},
Expand Down Expand Up @@ -1058,7 +1058,8 @@
},
"fossil.path": {
"type": "string",
"description": "%config.path%"
"description": "%config.path%",
"scope": "machine"
},
"fossil.username": {
"type": "string",
Expand Down

0 comments on commit 5b610cb

Please sign in to comment.