Skip to content

Commit

Permalink
0.9.4 beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
yysun committed May 17, 2012
1 parent 0c286eb commit 43fe171
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Readme.htm
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ <h1>Git Source Control Provider</h1>
Please donate to support this project.
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;business=KBCLF3PZD6C98&amp;lc=US&amp;item_name=Git%20Source%20Control%20Provider&amp;currency_code=USD&amp;bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted">
<img alt="Donate" style="border:0px; vertical-align:middle" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" title="Donate" /></a><br />

<h2>Notes for Git 1.7.10+ Users</h2>
<p>Since 1.7.10, <strong>Git for Windows</strong> supports UTF-8 encoding internally. If you are using non-ASCII file names,
please follow <a href="https://github.com/kblees/git/wiki">this page</a> to see how to update your Git settings and how to migrate your repositories.</p>
<h2>Change Logs</h2>
<strong>V 0.9.4 - beta</strong>
<ul>
<li>Detect Git for Windows Path in pending changes window</li>
<li>Add option to disable UTF-8 file names (for Git 1.7.10+)</li>
<li>Change pre-load to UI context instead of UIContextGuids.SolutionExists</li>
<li>Fix commit text box line height</li>
<li>Dragon Tool: Fix folder browse dialog for saving patches between two commits</li>
<li>Dragon Tool: Remove git console</li>
Expand Down
2 changes: 1 addition & 1 deletion source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="C4128D99-2000-41D1-A6C3-704E6C1A3DE2">
<Name>Git Source Control Provider</Name>
<Author>[email protected]</Author>
<Version>0.9.3.7</Version>
<Version>0.9.3.8</Version>
<Description xml:space="preserve">Git Source Control Provider is a plug-in that integrates git with Visual Studio.</Description>
<Locale>1033</Locale>
<MoreInfoUrl>http://visualstudiogallery.msdn.microsoft.com/63a7e40d-4d71-4fbb-a23b-d262124b8f4c</MoreInfoUrl>
Expand Down

0 comments on commit 43fe171

Please sign in to comment.