Skip to content

Commit 20aec49

Browse files
committed
Release v0.1.2
1 parent c6b453a commit 20aec49

6 files changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ All notable changes to AS Notes will be documented here.
66

77
### Added
88

9+
## [0.1.2] - 2026-03-07
10+
11+
- Added extension icon.
12+
913
## [0.1.1] - 2026-03-07
1014

1115
- Initial release.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Kingfisher
1+
# VS Code Kingfisher
22

3-
[Kingfisher on VS Marketplace](https://marketplace.visualstudio.com/manage/publishers/appsoftwareltd/extensions/vscode-kingfisher/hub)
3+
[VS Code Kingfisher on VS Marketplace](https://marketplace.visualstudio.com/items?itemName=AppSoftwareLtd.vscode-kingfisher)
44

55
> Subtly change the color of your Visual Studio Code workspace (JUST FOR YOU). Ideal when you have multiple VS Code instances, use VS Live Share, or use VS Code's Remote features, and you want to quickly identify your editor (AND YOU DON'T WANT TO SHARE THE SETTING WITH THE WHOLE TEAM!).
66

images/kingfisher-icon-128x128.png

26.7 KB
Loading

images/kingfisher-icon-full.png

6.61 MB
Loading

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"name": "vscode-kingfisher",
33
"displayName": "VS Code Kingfisher",
44
"description": "Subtly colour your VS Code status bar per workspace — just for you. Identify multiple VS Code windows at a glance without polluting shared settings.",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"publisher": "appsoftwareltd",
77
"license": "Elastic-2.0",
8+
"icon": "images/kingfisher-icon-128x128.png",
89
"homepage": "https://github.com/appsoftwareltd/vscode-kingfisher",
910
"repository": {
1011
"type": "git",

0 commit comments

Comments
 (0)