forked from yysun/Git-Source-Control-Provider
-
Notifications
You must be signed in to change notification settings - Fork 26
/
history.html
238 lines (235 loc) · 10.8 KB
/
history.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!DOCTYPE html>
<html>
<head>
<title>Change Logs -- Visual Studio 2015</title>
</head>
<body>
<h2 id="change-logs-visual-studio-2015">Change Logs -- Visual Studio 2015</h2>
<p><strong>V1.7.4</strong></p>
<ul>
<li>Bug Fix: #89 - Big Thanks to ceztko for fixing this bug.</li>
<li>Enhancement: #90,#91</li>
</ul>
<p><strong>V1.7.3</strong></p>
<ul>
<li>Bug Fix: #80,#83</li>
</ul>
<p><strong>V1.7.2</strong></p>
<ul>
<li>Bug Fix: #74,#77,#78, #79</li>
</ul>
<p><strong>V1.7.0</strong></p>
<ul>
<li>Updated solution to Visual Studio 2017</li>
<li>Plugin now supports Visual Studio 2015 and 2017</li>
</ul>
<p><strong>V1.6.6</strong></p>
<ul>
<li>New Year, New Name Name has been changed to Easy Git Integration Tools (EZ-GIT).</li>
<li>Minor Bug Fixes.</li>
</ul>
<p><strong>V1.6.4</strong></p>
<ul>
<li>Reduced Install Package Size by 65% - Same Taste - Less Filling!</li>
<li>Fix bug #45 - Changed files pane is not properly highlighting the selected item.</li>
</ul>
<p><strong>V1.6.3</strong></p>
<ul>
<li>Vastly Improved performance explicitly for larger projects</li>
<li>Added Tooltips on the status bar.</li>
<li>Clicking in the diffview now opens the line and column.</li>
<li>Switching active git repistories from the status bar now updates the pending changes view.</li>
</ul>
<p><strong>V1.6.2</strong></p>
<ul>
<li>Fix to make work with Visual Studio Update 1</li>
</ul>
<p><strong>V1.6.1</strong></p>
<ul>
<li>Bug Fixes</li>
</ul>
<p><strong>V1.6.0</strong></p>
<ul>
<li>Added Repository controls on the status bar!</li>
<li>Clicking on line in diff window now opens the file to that line.</li>
<li>Improved performance with larger projects.</li>
<li>Can now initialize new projects from the status bar.</li>
</ul>
<p><strong>V1.5.1</strong></p>
<ul>
<li>Fixed Issues #33,#34,#36,#38,#39-#42</li>
</ul>
<p><strong>V1.5</strong></p>
<p>#####---New Features---</p>
<ul>
<li>Added ability to update your .gitingore file to latest version from github</li>
<li>Added Track Active Item In Pending Changes - This will help those who have multiple repositories in one solution. It switch the pending changes to the repo for the active file.</li>
<li>Added ability Filter Pending Changes To Only Show Solution Files</li>
</ul>
<p>#####---Fixes---</p>
<ul>
<li>Fixed issue where plugin could periodically crash Visual Studio.</li>
<li>Theme now switches with the need to resart.</li>
<li>Double clicking on files in Pending Changes now opens/switches to the file.</li>
<li>No longer slows down when used with Resharper</li>
<li>Fixed issue #15, #21 where sometimes the plugin caused Visual Studio to crash.</li>
<li>Fixed issue #16, Solution Explorer glyphs not updating.</li>
</ul>
<p><strong>V1.4.3</strong></p>
<ul>
<li>Fixed Issues #14 -- Theme for Diff window now switches properly</li>
</ul>
<p><strong>V1.4.2</strong></p>
<ul>
<li>Fixed Issues #1,#7,#8,#9,#10,#11, #12</li>
<li>Fixed Switch command</li>
<li>Added dark theme form diff window</li>
</ul>
<p><strong>V1.4.1</strong></p>
<ul>
<li>Fixed Settings Error</li>
<li>Fix bugs #5 + #6. -Thanks</li>
<li>Thanks To teebee76 (You Rock) for his help, mnadel, PureKrome + NightOwl888, you guys are also super cool. Keep finidng bugs and I will fix them as fast as I can.</li>
</ul>
<p><strong>V1.4</strong></p>
<ul>
<li>Switch to using LibGit2Sharp, should see a large performace boost.</li>
<li>Fix Pending changes window.</li>
<li>Fixed reported bug 2 + 3</li>
<li>Refactored external diff tools.. Should be able to extend them in the future</li>
<li>Cleaned out lots of dead code.</li>
<li>Fix lot's of bugs</li>
<li>Removed Git Diff Margin(<a href="https://visualstudiogallery.msdn.microsoft.com/cf49cf30-2ca6-4ea0-b7cc-6a8e0dadc1a8">https://visualstudiogallery.msdn.microsoft.com/cf49cf30-2ca6-4ea0-b7cc-6a8e0dadc1a8</a> )</li>
<li>Fixed file missing exceptions.</li>
</ul>
<p><strong>V1.3.1</strong></p>
<ul>
<li>Converted Solution to VS 2015</li>
<li>Created new project for plug-in, update all references to Visual Studio 14.0</li>
</ul>
<h2 id="change-logs-visual-studio-2013-and-below">Change Logs -- Visual Studio 2013 and below</h2>
<p><strong>V1.3</strong></p>
<ul>
<li>Added Settings button to the Pending change tool window</li>
<li>Bug fixes: Pull request #110, #111, #112</li>
</ul>
<p><strong>V1.2</strong></p>
<ul>
<li>Support Visual Studio 2013</li>
<li>Bug fixes: Pull request #52, #94, #96, #97, #99, #103, #105, #106, #108, #109</li>
</ul>
<p><strong>V1.1</strong></p>
<ul>
<li><p>Add the <a href="https://github.com/laurentkempe/GitDiffMargin">Laurent Kempe's GitDiffMargin</a> by <a href="http://tunnelvisionlabs.com/research">Sam Harwell</a></p>
<p><img src="https://a248.e.akamai.net/camo.github.com/efde11e7acc8e77f3da08bb8e30d14567c29e3c6/687474703a2f2f6661726d392e737461746963666c69636b722e636f6d2f383332392f383131363839353032355f656339353139623562625f6f2e706e67" alt="" /></p>
</li>
<li><p>Performance Improvement (by Sam Harwell)</p>
</li>
<li><p>UI de-clutter and cleanup (by Sam Harwell)</p>
</li>
<li><p>Various bugs fixes (by Sam Harwell)</p>
</li>
<li><p>Visual Studio 2012 dark theme support (by Sam Harwell)</p>
</li>
<li><p>Refresh Git status using the solution refresh button (by Sam Harwell)</p>
</li>
<li><p>Use Visual Studio code editor to view the diff in pending changes window (by Sam Harwell)</p>
</li>
</ul>
<p><strong>V1.0.1-V1.0.2</strong></p>
<ul>
<li>Add Git Pending Change menu to View | Other Windows</li>
<li>Remove user name and email verification</li>
</ul>
<p><strong>V1.0.0</strong></p>
<ul>
<li>Add support to use Visual Studio's diff window (by Duncan Smart)</li>
<li>Prompt user to save files before commit</li>
<li>Prompt user to set name and email for git, if not already</li>
<li>Pending Changes commit not showing hooks errors/messages (by Javier Castro)</li>
<li>Support bulk file deletion (by Javier Castro)</li>
<li>Use new icons for git and git extensions</li>
<li>Merge pull requests, #30, #34, #36, #38 from github</li>
<li><a href="http://gitscc.codeplex.com/workitem/17798">Allow commit of selected changes via Ctrl+Enter</a></li>
<li><a href="http://gitscc.codeplex.com/workitem/17795">Automatically save items when refreshing</a></li>
<li><a href="http://gitscc.codeplex.com/workitem/17793">commit-msg hook error not visible (by Javier Castro)</a></li>
<li><a href="http://gitscc.codeplex.com/workitem/17792">Git Refresh not working in Pending Changes when auto refresh is disabled</a></li>
</ul>
<p><strong>V 0.9.6.1</strong></p>
<ul>
<li>Rebuild in release mode and write to error log file in Release mode</li>
</ul>
<p><strong>V 0.9.6 (acb0278)</strong></p>
<ul>
<li>Add support to local workspace of TFS 2012</li>
<li>Add UI to allow configure user name and password for Git</li>
<li>Bug fix: <a href="http://gitscc.codeplex.com/workitem/17789">Please allow amend with no changes</a></li>
<li>Bug fix: <a href="http://gitscc.codeplex.com/workitem/17788">Provider not detecting being in a repo</a></li>
<li>Bug fix: <a href="http://gitscc.codeplex.com/workitem/17774">Solution no longer identifies as Git controlled</a></li>
</ul>
<p><strong>V 0.9.5 (3758789)</strong></p>
<ul>
<li>Detect binary and large files in pending changes window</li>
<li>Add Sign-off option in pending changes window</li>
<li>Add context menu for ignoring files in pending changes window</li>
<li>Add commit list for file in commit details window</li>
<li>Add multiple lines of commit message display in commit details window</li>
<li>Add file blame function in commit details window</li>
<li>Bug fix: <a href="http://gitscc.codeplex.com/workitem/17782">Multiline Commit Message</a></li>
<li>Bug fix: <a href="http://gitscc.codeplex.com/workitem/17781">Enhance Pending Changes window</a></li>
<li>Bug fix: <a href="http://gitscc.codeplex.com/workitem/17776">Hang on click in items (.ico) in Pending changes Window</a></li>
</ul>
<p><strong>V 0.9.4 (0cf9485)</strong></p>
<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>
<li>Dragon Tool: Add custom Chrome</li>
</ul>
<p><strong>V 0.9.3 (f609cdd)</strong></p>
<ul>
<li>Bug Fix: <a href="http://gitscc.codeplex.com/workitem/17538">VS 11 Beta crash when reopening auto-hidden "GIT PENDING CHANGES" window</a></li>
<li>Bug Fix: <a href="http://gitscc.codeplex.com/workitem/17437">tags not displayed</a></li>
<li>Merge Pull Request: <a href="https://github.com/yysun/Git-Source-Control-Provider/pull/26">Fix GitFileStatusTracker returning New instead of Ignored</a></li>
<li>Merge Pull Request: <a href="https://github.com/yysun/Git-Source-Control-Provider/pull/24">Handle files modified after being staged</a></li>
<li>Dragon Tool: Display Author name instead of committer name</li>
</ul>
<p><strong>V 0.9.2 (aa64b75)</strong></p>
<ul>
<li>Dragon Tool: Add console with git command intellisense (with some limitations)</li>
<li>Dragon Tool: Add support to accept drag and drop file from file explorer</li>
<li>Dragon Tool: Add button to launch Git Bash</li>
<li>Bug Fix: <a href="http://gitscc.codeplex.com/workitem/17379">reserve staging checkboxes when refreshing</a></li>
<li>Bug Fix: <a href="http://gitscc.codeplex.com/workitem/17391">Missing Intellisense</a></li>
<li>Bug Fix: <a href="http://gitscc.codeplex.com/workitem/17276">Git history view scrolling and scrollbars</a></li>
<li>Bug Fix: <a href="http://gitscc.codeplex.com/workitem/17438">Simplified view mode Issue</a></li>
</ul>
<p><strong>V0.9.1 (1def890)</strong></p>
<ul>
<li>Change History Window to be a stand alone program - Dragon
<ul>
<li>add/delete tag</li>
<li>add/delete/checkout branch</li>
<li>scroll to branch/tag</li>
<li>refresh button</li>
<li>search commits</li>
<li>select and compare too commits</li>
<li>Archive (export) commit</li>
<li>create patch</li>
</ul>
</li>
<li>Add Git Extensions menus to Pending Changed tool window</li>
<li>Add GitTortoise menus to Pending Changed tool window</li>
<li>Add Git - About ... menu, <a href="http://gitscc.codeplex.com/workitem/17051">Referencing Git hash when building</a></li>
<li>Add Option to disable auto load, <a href="http://gitscc.codeplex.com/workitem/16904">Automatically switch to the Git provider when loading a Git-controlled solution</a></li>
<li>Bug Fix: <a href="http://gitscc.codeplex.com/workitem/17101">autocrlf warning prevents commits from Git Pending Changes</a></li>
<li>Bug Fix: <a href="http://gitscc.codeplex.com/workitem/17213">Show Changes Window Disappear</a></li>
<li>Buf Fix: <a href="http://gitscc.codeplex.com/workitem/17277">Git status is not refreshed</a></li>
<li>Bug Fix: <a href="http://gitscc.codeplex.com/workitem/17322">config core.ignorecase true</a></li>
<li>Merge pull request #19 from GitHubki/Markdown)</li>
</ul>
</body>
</html>