OSDN Git Service

Finish compare working copy item at log dialog
[tortoisegit/TortoiseGitJp.git] / src / Changelog.txt
1 = Release 1.1.1.0 =\r
2 == Features ==\r
3  \r
4  * Improve Rebase Dialog\r
5    Allow lanuch new rebase dialog again after finish rebase dialog\r
6    Disable "force rebase" checkbox during rebase.\r
7 \r
8  * Git SVN\r
9    Append svn:ignore settings to the default git exclude file Add shell extension command to import svn ignore settings. \r
10    Need press "Shift" key to show "import svn ignore" command.\r
11    \r
12  * Drag-drop copy\move support\r
13    File only\r
14   \r
15  * Add paste command at shell extension\r
16    Copy and paste file is okay. But there are problems when including directory. \r
17    Cut and paste working\r
18  \r
19  * Update notepad2 to 4.022\r
20 \r
21  * Sync Dialog\r
22    Ability to sync submodules in TGit sync dialog\r
23  \r
24  * Statics\r
25    Sort commits by dates before processed by StatGraphDlg\r
26  \r
27  * Log Dialog\r
28    Show <No branch> replace ref error message at log dialog\r
29    \r
30  * Add Check software updater support. \r
31  \r
32 == Bug Fix ==\r
33  * Fixed issue #185. "Can't find Super-project" when pathname include space.\r
34  * Fixed issue #190: Access violation in Blame and wrong path name when root dir is git repository\r
35  * Fixed issue #180: Create patch serial doesn't work when there is "\" at end of path\r
36  * Fixed issue #173: SVN Rebase does not work The correct handle below case git config svn-remote.svn.fetch myproject/trunk:refs/remotes/trunk\r
37  * Fixed issue #169: Force rebase checkbox is fixed\r
38  * Fixed issue #163: Conflict "theirs" and "mine" are reversed during a rebase\r
39  * Fixed issue #165: Incorect path to Notepad2\r
40  * Fixed issue #158: Rebase can act on the wrong branch\r
41  \r
42 = Release 1.0.2.0 =\r
43 == Bug Fix ==\r
44  * Fixed issue #155: Fix SVN Rebase sets upstream as remotes/trunk\r
45  * Fixed issue #157: Move progress dlg before rebase dialog SVN Rebase doesn't fast-forward\r
46 \r
47 = Release 1.0.1.0 =\r
48 == Features ==\r
49  \r
50  * Improve Commit Dialog\r
51    Show line and column number\r
52    Add view/hide patch windows\r
53    \r
54  * Improve Log Dialog\r
55    Bolad subject at log dialog\r
56    \r
57  * Setting Config Dialog\r
58    Add core.autocrlf and core.safecrlf\r
59  \r
60  * Add more option to resolve conflict \r
61    Add Resolve "Their" and Resolve "Mine" at conflict item.\r
62  \r
63  * Improve Merge dialog\r
64    Add message box to allow input message when merge \r
65  \r
66  * Improve Stash\r
67    Add Stash pop. \r
68    Add delete stash at logview.   \r
69    \r
70 == Bug Fix ==\r
71  * Fix don't show "push" after commit\r
72  * Fixed issue #133: Command fails on folder with leading dash And -- to separate file and git options\r
73  * Fixed issue #133: (mv\rename  problem) Command fails on folder with leading dash And -- to separate file and git options\r
74  * Fixed issue #140: Incorrect treatment of "Cancel" action on "Apply patch serial" command\r
75  * Fixed Issue #135:  Taskbar text says "TortoiseSVN"\r
76  * Fix Issue #142:  TortoiseGit Clone of SVN repo does not use PuTTY session for non-standard SSH port\r
77  * Fixed Issue #138:  "Format patch" in "Show log" dialog doesn't work\r
78  * Fixed Issue #141:  Bizarre ordering in commit dialog\r
79  * Fixed Issue #137:  Proxy Authentification fails\r
80  * Fixed issue #131: Missing SVN DCommit Command\r
81  * Fixed issue #139: "Format patch" with a range of revisions doesn't export the first revision in the range\r
82  * Fix Pathwatcher thread can't stop when commitdlg exit.\r
83  * Fixed issue #150: When pushing, 'remote' should default to the tracked branch, or empty\r
84  \r
85 = Release 0.9.1.0 =\r
86 == Features ==\r
87  \r
88  * Add Sync Dialog like TortoiseHg. \r
89    Put pull, fetch, push, apply patch and email patch together. You can Know what change pull and push. Show changed file list. \r
90  \r
91  * Enhance Rebase dialog. Add force rebase checkbox. Disable start button when no item rebase. Don't show merge commit\r
92  \r
93  * Add post action button for rebase dialog. Such as send patch by email\r
94    After rebase, you can click button to send patch email directly. \r
95  \r
96  * Add  launch rebase option at fetch dialog.\r
97  \r
98  * Improve push dialog.\r
99    Default settings from local repositories pushing to remote repository Choose track remote and remote branch! Add short-cut at push dialog\r
100    Add "F5" refresh remote and branch info at push dialog\r
101  \r
102  * Add Clean Untracked version type\r
103    User can choose clean untracked file, clean ignore file, clean all.\r
104    \r
105  * Enhancement: "Git Clone" from SVN repository with additional start revision number option (-r xxx:HEAD) \r
106  \r
107  * Improve Commit dialog\r
108    Add recent message back to context menu.\r
109    The "Message" field of the Commit dialog should have a shortcut key (Alt-M is a good choice)\r
110    Make "Whole project" directory checked by default when the user commits in the root of the project. \r
111    When using "Commit" to also add files, if you forget to check the new files and press "Ok", you get the dialog "Nothing Commit" and then the whole Commit dialog closes. Keep the dialog open after this message.\r
112 \r
113    \r
114  * Improve setting dialog\r
115    Settings: Git -> Remote: When creating the first remote, the "Remote" should have "origin" as default.\r
116    Fix setting dialog remote page tab order \r
117    Push: When you press "Manage" under Destinations, the Settings dialog opening should have "Git -> Remote" selected by default.\r
118       \r
119 == Bug Fix ==\r
120  * Fixed issue #124: Incorrect Date header in patch e-mail\r
121  * Fixed issue #122: Garbage text in "Git Command Progress" / suspected buffer overflow Improve commit speed when many added files.\r
122  * Fixed issue #121: Refresh in "Check for modifications" dialog duplicates added state entries when new repository\r
123  * Fixed issue #71: (TortoiseProc problem)Icon Overlays don't work in root of drive When m_CurrentDir =C:\, not C:,  pathlist calulate wrong.\r
124  * Fixed issue #116: SVN Rebase doesn't work\r
125  * Fixed issue #115: Windows XP: Initial "Git Clone..." from SVN Repository doesn't work\r
126  * Fix "ESC" = "push" when after commit and Add Alt-P  for Push\r
127  * Fixed issue #111: Undo Add does not work (keep added file) and enable "F5" at revert dialog\r
128  * Fixed issue #109: clone on bare local repository fails Clear trail slash \ or/\r
129  * Fixed issue #104: Doubleclicking changed submodule dir in Check For Modifications dlg, crashes TGit Fix log dialog double click submodule problem\r
130  \r
131 = Release 0.8.1.0 =\r
132 == Features ==\r
133 \r
134  * Improve work flow and reduce click\r
135    Commit: Made user able to push after successful commit\r
136    Show Push Dialog after close commit dialog\r
137    Add messagebox to ask if stash change when rebase at dirty work space\r
138    Show GUI friendly diffstat after pull\r
139 \r
140  * Rebase: Select default upstream based on current tracked remote\r
141 \r
142  * Improve BrowseRef Dialog\r
143    Add Option to delete multiple refs\r
144    Added 'Switch to this Ref' option\r
145    Fetch context menu item added.\r
146    Add "BrowseRef" to shell extension command.\r
147    Add ability to diff two commits\r
148    Added option to delete remote branch\r
149    Always set initial ref\r
150    Show context menu icons\r
151    Save / Restore window size\r
152 \r
153  * Add Basic Git-SVN Operation\r
154    Add SVN DCommit Command\r
155    Add "SVN Rebase" and "SVN DCommit" command at shell contextmenu\r
156    Support Git svn-clone at clone dialog.\r
157  \r
158  * Help Document Updated\r
159    Add git basic book. \r
160    \r
161  * Add Help button at many dialog\r
162 \r
163  * Improve Format Patch\r
164    May also select 'format patch...' if selection is continuous.\r
165    Implemented browse buttons and added browsebutton for 'since'.\r
166 \r
167  * Add TortoiseIDiff to compare picture\r
168 \r
169  * Enable Bugtraq setting dialog  \r
170 \r
171  * Improve Log dialog\r
172    Ajust label colors when selected. (Not on Vista with themes enabled)\r
173    Add compare with working copy at log dialog  \r
174    Ref label borders\r
175 \r
176  * FileDiffDlg: Make shift right-left button work  \r
177 \r
178  * Branch/Tag dlg: Update 'track' option after browse-refs\r
179 \r
180  * StatusListCtrl: Implemented delete unversioned file.\r
181 \r
182  * RebaseDlg: Update rebase lines after browserefs\r
183 \r
184  \r
185 == BugFix ==\r
186 \r
187  * Fix Issue 64:  When the graph column is small, the graph sometimes appears through the text of the next column on Vista\r
188  * Fix log graph tree mass when dragon scroll bar from left to right\r
189  * Fix Issue 104:  Doubleclicking changed submodule dir in Check For Modifications dlg, crashes TGit\r
190  * Pull: Fixed bug that when pulling from the configured remote branch, git did not update the remote tracking branches.\r
191  * Fix stash problem when svn dcommit at dirty working space\r
192  * Modify Create repository error message\r
193  * Fix Issue #102:  Invalid patch e-mails generated\r
194  * Fix submodule update Crash when repository have not submodule\r
195  * Fixed issue #88: Ambiguous dialog message\r
196  * Correct format patch command -num argument\r
197  * PushDlg: Fix: Wrong remote selected after selection via ref-browser.\r
198  * Rebase: Skip in context-menu appeared twice. First one should be pick.\r
199  * Fix Issue #89: Can't locate msysgit on x64\r
200  * Fix Issue #95:  TortoiseBlame Icon disappears when selected in the settings treeview\r
201  * Fix Issue 94 Commit log showing incorrect timestamps\r
202  * Fix pull don't launch putty key file\r
203 \r
204 = Release 0.7.2.0 =\r
205 == Features ==\r
206 \r
207  * Add bug track plug-in support\r
208    Compatible with TortoiseSVN. The typical plug in is gurtl(google code issue plug-in).\r
209    http://code.google.com/p/gurtle/.\r
210 \r
211  * Support browse reference.\r
212    Show all branch, tags information. Support add remote, del branch\tag. \r
213 \r
214  * Show merged file at log dialog.\r
215 \r
216  * Update version graphic tree. \r
217    Update graphic tree to qgit2.3\r
218 \r
219  * Add option -p for TortoisePLink. \r
220    -p is the same as -P. So it is compatible with OpenSSH port option\r
221 \r
222 == Bug Fix ==\r
223 \r
224  * Fix Issue 91:  clone dialog generates bad directory name based on URL, ignores overrid\r
225  * Fix Issue 85:  Installer: warns of downgrade when running 0.6.2.0 on top of 0.6.1.0\r
226  * Fix i18n.logOutputEncoding doesn't work at log\commit dialog.\r
227 \r
228 = Release 0.6.2.0 =\r
229 == Feature ==\r
230 \r
231  * Improve fetch overlay speed \r
232    rebase igit.exe to msysgit 1.6.2.2, which is major application to get git status.\r
233 \r
234  * TortoiseMerge Support git format patch file. \r
235    TortoiseMerge can open git patch file and review diff and merge change.\r
236  \r
237  * SendMail support\r
238    Right click .patch or .diff file, click "send mail..." to send patch out.\r
239  \r
240  * improve clone dialog\r
241    Add auto fill module name at directory when change URL. Fix tab order.\r
242 \r
243 == Bug fix ==\r
244 \r
245  * Issue 73:  Error while reading/writing the registry key MSysGit Access is denied\r
246  * Issue 11:  Show differences as unified diff does not use selected item\r
247  * Issue 77:  "Show differencess" against a deleted file will cause TortoiseMerge to error\r
248  * Issue 74:  Add multiple files from commit dialog only adds first two in multi-selection\r
249  * Issue 75:  About box does not show version information\r
250  * Wrong error message when fail launch pageant\r
251  * Setup will launch old version msi to remove old version. Directly update to new version without remove old version\r
252  * Double click conflict item to launch diffview, not conflict edit.\r
253  * Issue 66 in tortoisegit: Some log lines lose color or disappear after you click on them\r
254  * Issue 81:  Cannot have x86 and x64 versions installed at the same time.      \r
255 \r
256 = Release 0.5.1.0 =\r
257 == Feature ==\r
258 \r
259  * Submodule Support.\r
260    Support submodule add, sync and update. \r
261    "Submodule Sync" is located in explore context external menu, which need press "shift" key when right click.\r
262    \r
263  * Improve show log speed at big repository, such as git.git\r
264 \r
265  * OpenSSH can prompt password dialog\r
266 \r
267  * Clone, pull push support both OpenSSH and Plink. \r
268    Support both key and password mode. \r
269    Show progress when clone at git and SSH protocol. \r
270 \r
271  * Stash Save\Apply support\r
272          \r
273  * Reflog support. Need press "shift" to show reflog menu item at context menu. \r
274 \r
275  * Add save special version to another file at file list, such as log dailog.\r
276         \r
277  * Add external diff merge and undiff setting at settings page\r
278 \r
279  * Add Diff with workcopy at file list  \r
280 \r
281  * Add MessageBox Tell user Revert Finished\r
282         \r
283  * Add Notepad2 to setup script to view text file\r
284         \r
285  * Add view in notepad2 at file list\r
286         \r
287  * Add Copy File list to clipboard \r
288 \r
289  * Choose Default SSH client when install TortoiseGit\r
290         \r
291  * Add user config and remote manage at setting dialog\r
292         \r
293  * Pull and push can autoload putty private key. \r
294 \r
295 == Bug Fix ==    \r
296 \r
297  * Fix Issue 52:  TortoiseMerge crashes on x64  \r
298  * Fixed Issue 55:  "resolved" function doesn't delete temporary files.\r
299  * Fix: Issue 57:  Data duplication when Clicking Check repository in Check for modification dialog     \r
300  * Fix GetString error when edit at HistoryCombo\r
301  * win2k context menu fix (had an issue when shift key was pressed)\r
302  * Fix crash in logviewer on invalid time strings\r
303  * Issue 61:  Add/Commit of files with umlauts in filename not working  \r
304 \r
305 = Release 0.4.2.0 =\r
306 == Feature ==\r
307 \r
308  * Full Overlay Icon Support.\r
309    Show "Conflict, ignore file, untracked file, modified, Add, staged" icon according to file status. \r
310 \r
311  * Rebase Support.\r
312    Support "Pick" "Sqaush" "Edit" and "Skip" commit when rebase branch. \r
313    Support abort.\r
314         \r
315  * Combine Multi-commits to one commit.\r
316    Combine continous commits to one commit. The limition is the only single line(no merge point) above combined commit.\r
317 \r
318  * Cherry Pick multi commits. \r
319    User can use multi commits at log dialog and then choose cherry pick these. Cherry Pick dialog guide you finish whole work. \r
320    Support "Pick" "Squash" "Edit" and "Skip" commits.\r
321         \r
322  * First x64 version. \r
323 \r
324  * Support version "browse" at switch, export, new branch/tag and merge dialogs.\r
325 \r
326  * Add context menu item "Revert" at Commit dialog File List.\r
327 \r
328  * Show bold font for HEAD at log dialog.\r
329         \r
330  * Add "Whole Project" checkbox at commit dialog\r
331 \r
332  * First Version Help Document. \r
333 \r
334 == Bug Fix ==\r
335 \r
336  * Fix Shell menu disappear because ATL library have not installed. \r
337  * Fix Commit Dialog and Log Dialog default column is wrong \r
338  * Fix some dialog can't show after resize and close and open again\r
339  * Fix ProgressDlg Sometime thread is dead blocked.\r
340  * Fixed x64 build of TortoiseProc crashed due to received unexpected messages\r
341  * Fix tag to head when *force* check box checked\r
342  * Add Git document to help\r
343  * Fix issue 36, Push not working if no remote branch is specified\r
344  * Default UnCheck untrack file at commit dialog\r
345  * Issue 40:  Commit from subfolder shows unversioned files in parent\r
346  * Fix diff problem when filenames have embedded spaces\r
347  * Fix Issue 24,45, Commit results not in window with scroll bars\r
348  * Fix for win2k context menu icons\r
349  * Fix Issue 46, The about window title still displays TortoiseSVN\r
350  * Fix Issue 37, When the file name contains Chinese char, Diff doesn't work. \r
351  * Fix Issue 28, "Add" status icon overlay is not correct.  \r
352 \r
353 = Release 0.3.3.0 =\r
354 == Feature ==\r
355 \r
356  * Icon Overlay\r
357    Show different icon overlay at git repository. Support File and directory icon overlay. \r
358 \r
359  * Show version tree in log dialog. \r
360    Show version graphic tree at log list dialog. Use QGit style. \r
361         \r
362  * Enable log cache to improve log show speed. \r
363 \r
364  * VS2008 Style Blame application. \r
365    Show different back color according to line age. Show blame file log list to know which line is newer. \r
366         \r
367  * Enable conflict handle\r
368    Show conflict status at any file list, such as commit dialog. User just need right click and choose resolve conflict, tortoisemerge will be launch. \r
369         \r
370  * Related time show support. \r
371         \r
372  * Setting dialog support. \r
373         \r
374  * Enable TortoisePlink. \r
375    Passwork dialog can prompt when use tortoiseplink as ssh client. \r
376         \r
377  * Git Reset support. \r
378    User can right click log list at log dialog. Choose reset to reset current branch to chosen commit. \r
379         \r
380  * Current handle renamed file at file list. \r
381           \r
382 == Bug Fix ==\r
383  * Disable file overlay icon at vista system to avoid explore crash\r
384  * File overlay default is enable at XP system. User can disable it by setting dialog. \r
385  * Issue 20:  Add To Ignore from Commit dialog not working\r
386  * Fix Issue 31 in tortoisegit: Init Repository, Commit dialog can not show added file\r
387  * Issue 30: Clone does not support UNC path to repository\r
388  * Fix when setting ssh client is null. GIT_SSH environment variable is not clear\r
389  * Fix Issue 29:  F5 should refresh TGit log\r
390  * Fix log filter don't filter commit hash\r
391  * Issue 25:  Log refresh does not pick up new tags on top line, or move 'master' up\r
392  * Fix Issue 27:  Deleted files not committed\r
393  * Fix Issue 22 Error deleting file from context menu if filename contains spaces\r
394  * Fix Issue 6 Add does not work.\r
395  * Fix issue8. Clone of git via HTTP Creates repo in wrong location\r
396  * Fix issue9. Error commit file with chinese filename. \r
397  * Fix issue10. Switch and Create Branch drop-downs only display 25 items\r
398  * Fix issue13. Create branch fail if branch name is invalidate\r
399  * Fix issue14. Commit dialog don't report error when no message input \r
400  * Fix issue16. Commit dialog, F5 don't work.\r
401  * Fix "explore to" in context menu in commit dialog. \r
402  * Fix redraw all when loading thread finish load log.\r
403 \r
404 = Release 0.2.0.0 =\r
405 == Features ==\r
406 \r
407  * Add TortoisgeMerge as default compare tools\r
408  * Pull, Fetch, Push \r
409  * Create Branch\Tag\r
410  * Switch branch \Chechout\r
411  * Compare with previous version\r
412  * Clone(only support local repository, see known issue for detail)\r
413  * Log Dialog support filter\r
414  * Check for modifications\r
415  * Revert local change\r
416  * Create Patch Serial\r
417  * Apply Patch Serial\r
418  * Add file to repository(see know issue)\r
419  * Export to zip file\r
420 \r
421 == Bug Fix ==\r
422 \r
423  * A2W cause stack overwrite bug when git output is long. \r
424 \r
425 == Known Issue ==\r
426 \r
427  * ProcessDlg will wait for ever when clone remote repository(ssh, http,git).\r
428  * push fetch and pull don't support password mode. Just support public key problem. \r
429  * Just fetch first 100 log item. \r
430  * If install TortoiseGit before MsysGit, you need modify register \r
431             HKEY_LOCAL_MACHINE\Software\TortoiseGit\\MsysGit\\r
432            Let it point to correct msysgit install path.\r
433  * Add File, please commit and show unversion file, the choose add file, then right clict, Choose Add file       \r
434  * To new initial repository, You will not see add file again in commit dialog box if give up commit when choose add\r
435          \r
436 \r
437 = Release 0.1.0.0 =\r
438 == Features == \r
439 \r
440  * Context menu(subset of TortoiseSVN)\r
441  * Icon Overlay(version controled\unversion controled at directory)\r
442  * Unified DIFF\r
443  * Use third part diff tools (such kdiff3)\r
444  * Commit change\r
445  * Show Log\r
446  * Create Repository\r
447