Skip to content

Commit 9ce3c49

Browse files
committed
added release notes and updated vsix
1 parent e37159b commit 9ce3c49

File tree

5 files changed

+32
-1
lines changed

5 files changed

+32
-1
lines changed

AceJump/AceJump.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@
109109
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
110110
<IncludeInVSIX>true</IncludeInVSIX>
111111
</Content>
112+
<Content Include="ReleaseNotes.txt">
113+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
114+
<IncludeInVSIX>true</IncludeInVSIX>
115+
</Content>
112116
</ItemGroup>
113117
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
114118
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />

AceJump/ReleaseNotes.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version 0.9.2
2+
-box and font size made more readable
3+
-jumper box more visible
4+
-when double key is pressed highlight first letter
5+
-escape/arrow keys close jumper box
6+
-wrong key pressed leaves you where you are instead of jumping you off screen
7+
-fix for large files and other fixes
8+
9+
version 0.9.1
10+
-fixed bug when multiple screens open
11+
12+
version 0.9.0
13+
-first release

AceJump/source.extension.vsixmanifest

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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="AceJump..ef1d1d6d-3651-493e-93cd-778aeef3a117" Version="0.9.1" Language="en-US" Publisher="James Sturtevant" />
4+
<Identity Id="AceJump..ef1d1d6d-3651-493e-93cd-778aeef3a117" Version="0.9.2" Language="en-US" Publisher="James Sturtevant" />
55
<DisplayName>AceJump</DisplayName>
66
<Description xml:space="preserve">Allows for quick movement around the editor screen. Inspired by AceJump for Webstorm and Emacs. </Description>
77
<License >LICENSE.txt</License>
8+
<ReleaseNotes>ReleaseNotes.txt</ReleaseNotes>
89
<Tags>Coding, Productivity, Power Tools</Tags>
910
</Metadata>
1011
<Installation>

ReleaseNotes.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version 0.9.2
2+
-box and font size made more readable
3+
-jumper box more visible
4+
-when double key is pressed highlight first letter
5+
-escape/arrow keys close jumper box
6+
-wrong key pressed leaves you where you are instead of jumping you off screen
7+
-fix for large files and other fixes
8+
9+
version 0.9.1
10+
-fixed bug when multiple screens open
11+
12+
version 0.9.0
13+
-first release

ace-jump-demo.gif

183 KB
Loading

0 commit comments

Comments
 (0)