Skip to content

Commit 646d48e

Browse files
committed
Bump version to 1.7.0. Updated release notes
1 parent 7ab8301 commit 646d48e

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

RELEASE_NOTES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.7.0
2+
- Updated icons for the following formats: Assembler, ASP.NET , C, Coffee Script, C++, C#, CS, F#, Header files, HTML, Images, Java Script, Lua, Markdown, PHP, Python, Razor/Blazor, Schema files, TypeScript, Visual Basic, XML, YAML
3+
- Added an icon for Shader files: .hlsl, glsl, .shader, .frag, .vert, .cg
4+
- Added an icon for command line scripts: .bat, .sh., .bash, .cmd, .ps, .ps1
5+
- Added a new variable and plug: git branch name (git_branch)
6+
- Added ARM64 Support (Contributor: Jaiganesh Kumaran)
7+
18
1.6.6
29
- Fixed an extension crash when using the 'None' mode for the 'Details' and 'State' fields;
310
- Fixed a bug that caused the custom text plug to stop updating after changing its pattern.

VisualStudioDiscordRPC.Dev16/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="VisualStudioDiscordRPC.Dev16.a715f0c1-87e1-4f52-8483-aebf95fd6eee" Version="1.6.6" Language="en-US" Publisher="Reavert" />
4+
<Identity Id="VisualStudioDiscordRPC.Dev16.a715f0c1-87e1-4f52-8483-aebf95fd6eee" Version="1.7.0" Language="en-US" Publisher="Reavert" />
55
<DisplayName>Discord RPC for Visual Studio 2019</DisplayName>
66
<Description xml:space="preserve">Discord Rich Presence client for your activity in the Visual Studio 2019.</Description>
77
<License>LICENSE.txt</License>

VisualStudioDiscordRPC.Dev17/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="VisualStudioDiscordRPC.Dev17.d4a3981d-7790-4946-b044-18e7c2f22af7" Version="1.6.6" Language="en-US" Publisher="Reavert" />
4+
<Identity Id="VisualStudioDiscordRPC.Dev17.d4a3981d-7790-4946-b044-18e7c2f22af7" Version="1.7.0" Language="en-US" Publisher="Reavert" />
55
<DisplayName>Discord RPC for Visual Studio 2022</DisplayName>
66
<Description xml:space="preserve">Discord Rich Presence client for your activity in the Visual Studio 2022.</Description>
77
<License>LICENSE.txt</License>

0 commit comments

Comments
 (0)