diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e08b99..b4392bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Change Log +## 1.0.18 + - Renamed to Teamwork, replaced icons ## 1.0.17 - Fixed an issue where comments date time was shown wrong ## diff --git a/package.json b/package.json index bd83547..f614b72 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "twp", - "displayName": "Teamwork Projects", - "description": "The Teamwork Projects and Visual Studio Code Editor extension allows you to manage your projects and tasks directly from within Visual Studio Code so you can get more work done from one place. ", + "displayName": "Teamwork", + "description": "The Teamwork and Visual Studio Code Editor extension allows you to manage your projects and tasks directly from within Visual Studio Code so you can get more work done from one place. ", "publisher": "teamwork", "homepage": "https://www.teamwork.com", "bugs": { "url": "https://github.com/teamwork/vscode-projects/issues", "email": "integrations@teamwork.com" }, - "icon": "resources/projects.png", + "icon": "resources/t-work-squircle.png", "repository": { "type": "Github", "url": "https://github.com/Teamwork/vscode-projects" @@ -25,7 +25,7 @@ "url": "https://twitter.com/Teamwork" } ], - "version": "1.0.17", + "version": "1.0.18", "engines": { "vscode": "^1.33.0" }, @@ -42,7 +42,7 @@ "configuration": [ { "type": "object", - "title": "Teamwork Projects Configuration", + "title": "Teamwork Configuration", "properties": { "twp.OnlySelfAssigned": { "default": false, @@ -57,7 +57,7 @@ "twp.ShowTeamworkPanel": { "default": false, "type": "boolean", - "description": "Show native teamwork panel (false: uses adaptive card )" + "description": "Show native Teamwork panel (false: uses adaptive card )" }, "twp.ShowGitInfo": { "default": true, @@ -76,8 +76,8 @@ "activitybar": [ { "id": "twp_Outline", - "title": "Teamwork Projects", - "icon": "resources/projects-white.svg" + "title": "Teamwork", + "icon": "resources/teamwork-white.png" } ] }, @@ -85,7 +85,7 @@ "twp_Outline": [ { "id": "taskOutline", - "name": "Teamwork Projects" + "name": "Teamwork" } ] }, @@ -126,8 +126,8 @@ "command": "twp.SetProject", "title": "Select Project for Repository", "icon": { - "light": "resources/projects-white.svg", - "dark": "resources/projects-white.svg" + "light": "resources/projects-white.png", + "dark": "resources/projects-white.png" } }, { diff --git a/resources/t-work-squircle.png b/resources/t-work-squircle.png new file mode 100644 index 0000000..496d240 Binary files /dev/null and b/resources/t-work-squircle.png differ diff --git a/resources/teamwork-white.png b/resources/teamwork-white.png new file mode 100644 index 0000000..f2f0d6b Binary files /dev/null and b/resources/teamwork-white.png differ diff --git a/twp-1.0.17.vsix b/twp-1.0.18.vsix similarity index 95% rename from twp-1.0.17.vsix rename to twp-1.0.18.vsix index a3c1087..da7192a 100644 Binary files a/twp-1.0.17.vsix and b/twp-1.0.18.vsix differ