Prepared release and bumped version numbers to 1.7.11
[TortoiseGit.git] / src / Changelog.txt
blob45f96f18a4b697892b019a466e9536eb8b5fdab0
1 = Release 1.7.11.0 =\r
2 Released: 2012-07-02\r
3 \r
4 == Features ==\r
5  * Push Dialog: Allow to enter SHA-1 or more complex refs as source ref\r
6  * Fixed issue #746: Make tortoisegit more gerrit friendly\r
7  * Optimized TGitCache overlay calculation (deleted but kept files are now displayed as such)\r
8  * Fixed issue #1067: Add clear button into "stash list"\r
9  * Fixed issue #1230: Filter/Search for Branches in Reference Browser\r
10  * Fixed issue #1228: Ignore by mask work recursively\r
11  * Fixed issue #1086: Partial commit resets "Added" status on files omitted from checkin\r
12  * Fixed issue #1250: Sync Dialog should reload remote combo box after clicking "Manage"\r
13  * Fixed issue #462: Implement 'All' and 'None' opportunities in the Set Extended menu settings dialog\r
14  * TortoiseGit 1.7.11 comes with a new crash handler (crash-server.com) and lots of crash fixes (found using crash reports in our preview releases)\r
16 == Bug Fix ==\r
17  * Fixed issue #1213: cannot diff renamed files with Revision Diff Dialog\r
18  * Fixed issue #1215: Branch name in the right click menu (for commit) does not support utf-8\r
19  * Fixed issue #652: "Clean up" should use recycle bin\r
20  * Fixed issue #1166: Unreadable error message in TortoiseMerge\r
21  * Fixed issue #665: Problem with temporary file creation\r
22  * Fixed issue #1221: Log Dialog revert files shows wrong number of files in message\r
23  * Fixed issue #1207: TortoiseGit 1.7.10 crashes directly when trying to start\r
24  * Fixed issue #1226: Show log crash when path contain some unicode symbols\r
25  * Fixed issue #1229: Progress Window Gains Focus on Command Completion\r
26  * Fixed issue #1231: incorrect behavior of squash in rebase/cherry pick\r
27  * Fixed issue #1233: Could not go to annotated tag\r
28  * Fixed issue #947: The "Git check for modifications" form does not remember the setting for "Show unversioned files"\r
29  * Fixed issue #1093: Directory incorrectly shown as changed (overlay icon)\r
31 = Release 1.7.10.0 =\r
32 Released: 2012-06-03\r
34 == Features ==\r
35  * Updated shipped zlib library to version 1.2.7\r
36  * Synced TortoiseIDiff with TortoiseSVN\r
37  * Synced TortoiseUDiff with TortoiseSVN\r
38  * Fixed issue #1150: Add support for ANSI Color Codes in log Outputs\r
39  * Fixed issue #969: Support for localization (you can download/create language packs for TortoiseGit, see http://code.google.com/p/tortoisegit/wiki/Translation)\r
40  * Added Repository Browser\r
41  * Updated shipped libgit2 to version 0.17.0\r
42  * Fixed issue #1169: Show Branch for Commits\r
43  * Fixed issue #337: TortoiseGit Log doesn't apply --follow (added basic support for --follow)\r
45 == Bug Fix ==\r
46  * Fixed issue #1162: Sync dialog should use same font as progress dialog (use log font for both)\r
47  * Fixed issue #1174: Clone Dialog incorrectly extracts name from URL that contains ".git" in the middle\r
48  * Fixed issue #1184: diff of "Working dir changes" uses incorrect line endings (AutoCrLf=true)\r
49  * Fixed issue #1193: Not properly handling submodule meta information (.git-file contains relative path)\r
50  * Fixed issue #1167: TGitCache.exe crashes under Win7/64bit\r
51  * Fixed issue #1195: Problems with tags containing non-ascii chars\r
52  * Fixed issue #1185: In TortoiseGit log dialog info text, diff dialog and TortoiseGitBlame, git shows 7 chars of the hash by default (as git does)\r
53  * Fixed issue #1197: Create branch: Alt+S doesn't mark "Switch to new branch"\r
54  * Fixed issue #1152: Log-Dialog constantly crashes when diffing a file while loading\r
55  * Fixed issue #719: TortoiseGit is ignoring Global excludesfile for overlays\r
56  * Fixed issue #1199: TortoiseGitBlame shows wrong revision history\r
57  * Fixed issue #1157: Custom screen DPI causes wrong text size calculation\r
59 = Release 1.7.9.0 =\r
60 Released: 2012-05-05\r
62 == Features ==\r
63  * Allow to fetch from log dialog\r
64  * Fixed issue #1058: Allow to create tag after commit\r
65  * Fixed issue #101: UTF-8 support\r
66    This makes TortoiseGit msysgit 1.7.10 compatible. If you have non-ascii chars in filenames in your repository you should consider rewriting your history\r
67    (see https://github.com/kblees/git/wiki#wiki-Migrating_old_Git_for_Windows_repositories).\r
68  * Added "prune/cleanup stale remote tracking branches" option to sync dialog\r
70 == Bug Fix ==\r
71  * Fixed issue #1123: Apply patch serial does not correctly add patches to list if >3 patches are selected\r
72  * Fixed issue #1061: Enviroment variables ignored: GIT_AUTHOR_NAME and GIT_AUTHOR_EMAIL\r
73  * Fixed issue #1028: overlays with separate-git-dir (e.g. .git\modules\... for submodules) not working\r
74  * Fixed issue #1131: "Whole project" checkbox in commit dialog selects all files\r
75  * Fixed issue #1065: Explorer crashes when rendering a file conflict icon\r
76  * Fixed issue #1027: When post-receive hook contains more than 1 echo bash command, only the LAST echo is displayed in dialog\r
77  * Fixed issue #1136: Proxy password with @ symbol not parsed/saved correctly\r
78  * Fixed issue #1135: branch name does not get updated in show log\r
79  * Fixed issue #153: Empty error messagebox when starting rebase dialog\r
80  * Fixed issue #1140: Settings page does not inherit msysgit system-wide config\r
81  * Fixed issue #1146: Add hotkey for option "All Branches" in log dialog\r
82  * Fixed issue #1141: Sync dialog local branch combo box too short\r
83  * Fixed issue #1130: Sync dialog forgets the remote branch every time\r
84  * Fixed issue #1144: Cancel button on commit dialog works very slow\r
85  * Fixed issue #1155: TortoiseGit SVN rebase finish dialog produces very big dialog box\r
87 = Release 1.7.8.0 =\r
88 Released: 2012-04-01\r
90 == Features ==\r
91  * Updated shipped zlib library to version 1.2.6\r
92  * Updated shipped apr library to version 1.4.6\r
93  * Updated shipped libgit2 to version 0.16.0\r
94  * When deleting remote branch on log dialog one can also delete branch in remote repository now.\r
95  * Fixed issue #1103: cherrypick option to indicate original commit\r
96  * Fixed issue #1094: Support filter command line options for log\r
97  * Fixed issue #435 and issue #1102: Feature: "Save as patch" from Diff window\r
99 == Bug Fix ==\r
100  * Fixed issue #1085: Small commit with lots of unversioned and not ignored files takes very long\r
101  * Fixed issue #1098: 'In ChangeList' is cleared when you click a table header\r
102  * Fixed issue #1073: Correct default name in Switch/Checkout dialog\r
103  * Fixed issue #1110: Tracking branches when you don't want to/incorrectly\r
104  * Fixed issue #1115: Detached HEAD message has no cancel/abort option\r
105  * Fixed issue #1112: Rebase corrupt commit message (ignores windows codepage and converts everything to utf-8)\r
106  * Fixed issue #985: Correctly store status for view patch in commit dialog\r
107  * Fixed issue #1116: Make remote branch in pull dialog default to the current branch (or remote tracking branch)\r
108  * Fixed issue #1060: tgit rebase process can get stuck\r
109  * Fixed issue #1107: Wrong font used in MessageBoxes on Windows XP\r
110  * Fixed issue #1105: Wrong status for missing files\r
111  * Fixed some TortoiseMerge patch apply issues (includes issue #1117)\r
112  * Fixed issue #718: When pulling it should be possible to directly open the modifications window for editing conflicts\r
113  * Fixed issue #982: TortoiseGit messes up TortoiseSVN and TortoiseCVS menu icons on WinXP\r
114  * Fixed issue #1118: Exporting from Changed Files dialog stops on checkout failure\r
115  * Fixed issue #1108: Allow users to disable the "show unversioned files" messagebox in commit dialog\r
117 == Known Issue ==\r
118  * separate-git-dir .git-directories do not work for overlays\r
120 = Release 1.7.7.0 =\r
121 Released: 2012-02-09\r
123 == Features ==\r
124  * Fixed issue #758: Make the log of a bare repository available\r
125  * Fixed issue #880: Allow sync / fetch / push on bare repository\r
126  * Fixed issue #818: SafeCRLF = warn should be available\r
127  * Fixed issue #855: moved up Git page in settings dialog\r
128  * Fixed issue #999: Added "Diff submodule" dialog\r
129  * Fixed issue #1019: better indicate errors to user on progress dialog\r
130  * Added "Show Log before rename/copy" on log dialog file list\r
131  * Added basic support for separate-git-dir (Overlays are not working yet)\r
132  * Fixed issue #1042: Allow to delete branch after successful merge\r
133  * Fixed issue #1040: Commit to new branch\r
134  * Fixed issue #1043: Add 'Stash' to 'Working dir changes' context menu in log dialog\r
135  * Added support for Windows 7 libraries\r
136  * Fixed issue #222: support partially committing a file\r
138 == Bug Fix ==\r
139  * Updated shipped PuTTY binaries to version 0.62\r
140  * Fixed issue #1000: Git commit doesn't work\r
141  * Fixed issue #587: Log entries with tag/branch/head marker don't highlight correctly\r
142  * Fixed issue #1004: git svn fetch/rebase/clone return an error for ssh authorization\r
143  * Reenabled --topo-order for log. Users who do not want this, can disable it on settings dialog\r
144  * Fixed issue #1024: commit freezes after click on ok with a lot of files\r
145  * Fixed issue #1026: Cannot configure (and autoload) putty key for submodules with new mSysGit.\r
146  * Fixed issue #849: Searching in log breaks graph/branch-line\r
147  * Fixed issue #1030: Does not close handle after export to zip\r
148  * Fixed issue #1025: branch is not recognized correctly with separate-git-dir\r
149  * Fixed issue #1022: Cannot add files to submodules with-separate-git-dir\r
150  * Fixed issue #1008: Bug Id not displayed in Log Messages (multiline comment)\r
151  * Fixed issue #1020: Incorrect Overlays on large repos (> 2 GiB), upgraded libgit2\r
152  * Fixed issue #607 and issue #1005: Tortoisegit overlay icons are not correctly shown for new create local repo\r
153  * Fixed issue #1051: Adding files using the add files dialog doesn't normalize line endings\r
154  * Fixed issue #582, issue #956, issue #960, issue #973, issue #980, issue #959 and issue #1016: 100% CPU, icons blinking and refreshing bugs in TGitCache\r
155  * Fixed issue #1044: Add file to index with special character (ei – "dash") or accent fail without any message\r
157 == Known Issue ==\r
158  * separate-git-dir .git-directories do not work for overlays\r
160 = Release 1.7.6.0 =\r
161 Released: 2011-12-10\r
163 == Features ==\r
164  * Fixed issue #972: Add "fast forward only" checkbox in pull dialog\r
165  * Fixed issue #976: Compare Revisions should inherit path filter\r
166  * Fixed issue #869: TortoiseProc CloneCommand is ignoring "url" command line parameter\r
167  * Fixed issue #820: Missing menu item for "git svn fetch"\r
168  * Fixed issue #792: Fetch progress window should have a "Log" button\r
169  * Fixed issue #451: rebase (maybe be for any conflicts) select multiple files to mark\r
170  * Fixed issue #894: Make images "open with" TortoiseIDiff\r
171  * Fixed issue #985: Store status for view patch in commit dialog\r
172  * Fixed issue #977: Fetch does not have an option to fetch tags\r
173  * Fixed issue #801: Be able to enter a custom stash message\r
174  * Fixed issue #933: implement git stash --include-untracked\r
175  * Fixed issue #987: Add Stash save/pop to "Working Dir Changes" dialog\r
176  * Fixed issue #988: Stash pop/apply fail should have a button for viewing conflicts\r
177  * Fixed issue #676: Add remove remote tag ability\r
178  * Fixed issue #678: TortoiseGitBlame log incomplete (integrated --follow into TortoiseGitBlame)\r
180 == Bug Fix ==\r
181  * Fixed issue #747: TortoiseProc & less process not closing\r
182  * Fixed issue #808: Less: file viewer stop work when use show-low\r
183  * Fixed issue #931, issue #934 and issue #948: TortoiseProc crashes when repo contains huge files (on x86)\r
184    Upgraded gitdll, libgit and tgit.exe to 1.7.7.2\r
185  * Fixed issue #936: Applying a stash from the list fails\r
186  * Fixed issue #962: git_init in gitdll.c uses USERPROFILE for creating home\r
187  * Fixed issue #964: Can't mark conflict as resolved\r
188  * Fixed issue #867: Add should not run a new Git process for each file\r
189  * Fixed issue #981: After Aborting a Rebase a different Commit is checked out\r
190  * Fixed issue #670: Cannot delete/apply individual stash entries\r
191  * Fixed issue #863: Commit and revert gets stuck on repositories with mixed line-endings\r
192  * Fixed issue #378: CRLF/LF conversion causes commit dialog to freeze\r
193  * Fixed issue #858: Tortoise Git Client crash when showing the log dialog\r
194  * Fixed issue #920: TortoiseGitBlame and UTF-16 LE\r
195  * updated documentation\r
196  * Fixed issue #994: Git clone from SVN - Depth field is useless\r
197  * Fixed issue #996: Compare with Working Copy error on renamed files\r
199 = Release 1.7.5.0 =\r
200 Released: 2011-11-09\r
202 == Features ==\r
203  * Fixed issue #260: Added support for bisect\r
204  * Fixed issue #916: Fixed wrong contextmenu icon display position with installed TSVN 1.7\r
205  * Add new command to diff two selected files in the CGitStatusListCtrl.\r
207 == Bug Fix ==\r
208  * Fixed issue #931: TGitCache: Missing NULL check\r
209  * Fixed issue #935: TortoiseMerge removes newlines at file end\r
210  * Fixed issue #931: libgit2 had problems with big pack files\r
211  * Fixed issue #486: Resolving conflicts can result in nothing to commit and branch merge not concluded\r
212  * Fixed issue #938: *Backlash* between user name and domain name is incorrectly replaced by *Slash*\r
213  * Fixed issue #941: Performing diff on an unchanged file behaves like a diff with an added file\r
214  * Fixed issue #928: Mark diff-tempfiles as read-only\r
215  * Fixed issue #951: Alt+S conflict for sign and set date\r
216  * Fixed issue #949: TortoiseMerge does not allow copying to the clipboard via Ctrl+Insert\r
217  * Fixed issue #950: avoid possible crash if .git/packed-refs contains annotated tags\r
218  * Fixed issue #915: TortoiseProc memory corruption on empty repo\r
219  * Fixed issue #959: Overlay icons are not updated immediately\r
221 = Release 1.7.4.0 =\r
222 Released: 2011-10-10\r
224 == Features ==\r
225  * Add Show Environment variables at setting dialog to help debug user problem.\r
226  * Allow users to be warned if there is no Signed-Off-By line in a commit message\r
227  * Fixed issue #375: Implement --date/time option gui interface in the commit dialog\r
228  * Fixed issue #814: Remember last selected commit/line on log filtering\r
229  * Allow to "Update submodules" after pull or hard reset\r
230  * Fixed issue #780: "Merge to [branch]..." should pre-select the chosen commit's branch or tag name\r
231  * Fixed issue #459: Implement more talkative name than just 'Revert fail'\r
233 == Bug Fix ==\r
234  * Fixed issue #899: Push via Showlog  use Push with force option\r
235  * Fixed issue #893: "Show Unified Diff" on file entry in "show log" has changes backwards\r
236  * Fixed issue #881: "Create repository here" should warn if target directory is not empty\r
237  * Fix wrong contextmenu icon display position when install TSVN 1.7 on WinXP\r
238  * TGitCache: Fix sometime project root show as unversioned icon\r
239  * Fixed issue #862 and issue #870: TGitCache: Fix sometime show "+" at tracked items\r
240  * Upgraded libgit2 to 0.15.0\r
241  * Fixed issue #716: Aborted clone leaves git process running\r
242  * Fixed issue #787: Problem of setting proxy for work using HTTPS\r
243  * Fixed issue #908: TortoiseGit crashes if .git/config-file is broken\r
244  * Fixed issue #909: Cannot amend initial commit\r
245  * Fixed issue #829: "Remote" combobox in "Push" window updates only after losing focus\r
246  * Fixed issue #906: Add ability to add files with options -force.\r
247  * Fixed issue #914: unifiled diff always show wrong changes (base files compare with new files)\r
248  * Fixed issue #673: Applying a patch does not honour CRLF in files\r
249  * Fixed issue #713: apply serial patch window need to improve\r
250  * Fixed issue #922: Settings / Git / Config / Edit global .gitconfig uses wrong path\r
252 = Release 1.7.3.0 =\r
253 Released: 2011-08-24\r
255 == Features ==\r
256  * Fixed issue #872: 32 shell extension should be made optional on x64 installation\r
258 == Bug Fix ==\r
259  * Fixed issue #833: Password with Percent (%) is not accepted\r
260  * Fixed issue #852: Incorrect current version string in Check For Updates dialog on x86\r
261  * Fixed issue #850: 32bit application can't show icon overlay at 64bit system.\r
262  * Fixed issue #864: Show log crashes when commit with "encoding" in comment exists\r
263  * Fixed issue #851: Windows Explorer Shell Crashed when empty repository\r
264  * Fixed open handles in TGitCache\r
265    Fixed issue #497, issue #623 and issue #892: TortoiseGit locks repository folders so that the user can't delete them\r
266  * Fixed issue #870: Wrong overlay icons\r
267  * Fixed issue #793: Context menu for files does not contain "Add to ignore list"\r
268  * Fixed issue #860: Commit file moves does not properly remove the source file \r
269  * Fixed issue #386: Commit dialog does not preserve selection when toggling "Whole project"\r
271 = Release 1.7.2.0 =\r
272 Released: 2011-08-08\r
274 == Features ==\r
275  * Added shortcuts to the Windows 7 taskbar jumplist\r
276  * Allow to clone recursively\r
277  * Fixed issue #841: Pull dialog should have "no fast-forward" option like the merge dialog\r
279 == Bug Fix ==\r
280  * Fixed blame crash at XP system.\r
281  * Upgraded TortoisePlink to TortoiseSVN rev. 21694, fixes a bug with shipped Pageant under x64\r
282  * Updated shipped apr library to version 1.4.5\r
283  * Updated shipped apr-util library to version 1.3.12\r
284  * Updated shipped zlib library to version 1.2.5\r
285  * Fixed issue #783: Git Command Progress window should close with Escape\r
286  * Fixed issue #499: Git Command Progress window does not close from X-closebutton\r
287  * Fixed issue #844: Git Command Progress window, "Writing Objects" , progress info refresh with glitches.\r
289 = Release 1.7.1.0 =\r
290 Released: 2011-07-29 (internal release)\r
292 == Features ==\r
293  * Fixed issue #828: disable the commit button if there's no comment entered\r
295 == Bug Fix ==\r
296  * Fixed issue #796: plz add code page name "cp949"\r
297  * Fixed issue #795: Switch/Checkout Dialog, "Switch To Version" is confusing\r
298  * Fixed issue #757: TortoiseGit Blame not working from working dir with autocrlf-enabled.\r
299  * Fixed issue #691: 64-bit version should include the 32-bit shell extension too\r
300  * Updated shipped PuTTY binaries to version 0.61\r
301  * Updated shipped notepad2 binaries to version 4.2.25 and added x64 version\r
302  * Updated shipped TortoiseOverlay to version 1.1.3.21564\r
303  * Fix crash for init repository\r
304  * Fixed issue #799: Explore crash with empty directory\r
305  * Fixed issue #816: Output in Git Command Progress is broken\r
307 = Release 1.7.0.0 =\r
308 Released: 2011-05-11\r
310 == Features ==\r
311  * Fixed issue #724: BrowseRefs: Made branch renaming possible.\r
312  * Use fetch-dialog for "Fetch" in BrowseRefs\r
313  * Allow to edit user signingkey in TortoiseGit->Settings->GitConfig\r
314  * Allow to sign tags (requires GPG and a key without passphrase)\r
315  * Allow to enter CC recipients with MAPI\r
316  * Do not add Signed-off-by if already included\r
317  * Do not add another empty line if there are already some Reviewed-by or Signed-off-by lines at the end of the commit message on signing.\r
318  * Allow to start push dialog from log\r
319  * Show changes to revision before the last commit on amend and perform actions relatively to this revision (old behavior is still possible)\r
320  * Remember (de)selected files in "Commit dialog" after refreshing or ordering the list\r
321  * Fixed issue #745: Added checkbox to commit dialog to disable autoselection of submodules\r
322  * Show status on taskbar button on Windows 7\r
323  * Allow to add a "Signed-Off-By" line to patches on applying\r
324  * Fixed issue #781: Allow to push all branches at once\r
325  * Fixed issue #784: Rebase window should allow easier selection of Pick/Squash/Edit/Skip (keys: space: shifts the state, s: skip, e: edit, p: pick, q: squash)\r
326  * Fixed issue #785: Rebase window should list the contents of a commit just like Log window does\r
327  * Fixed issue #768: Display modified files in "Reset" dialog\r
329 == Bug Fix ==\r
330  * Fixed tab indices (activation order)\r
331  * Fixed missing putty-key for deleting a remote branch\r
332  * Fixed issue #728: Shell "Diff With Previous" doesn't work when there are more than 2 revisions for that file and diff working copy to HEAD~1\r
333  * Fixed 32/64-bit MAPI inconsistency-issues\r
334  * Do not include patch in mail if user selected attachment\r
335  * Fix attaching of patches to mails with some MAPI clients\r
336  * Fixed sending patches combined in one mail w/o attachments (files were always attached)\r
337  * Make change setting "hide TGit menu" work\r
338  * Fixed issue #729: SVN DCommitt incorrectly executes with --rmdir\r
339  * Fixed issue #732: Synch-dialog layout broken\r
340  * Fixed issue #734: git not found: Fixed possible problems with folders containing spaces\r
341  * Fixed issue #735: Log generates file stats from shown parent instead of actual parent\r
342  * Do not show "Diff with previous" for added files\r
343  * Fixed issue #737: Diffing of added files does not work with Shell\r
344  * Fixed issue #738: Lost the commit id on file name when use a external diff tool\r
345  * Fixed issue #714: add "FETCH_HEAD" to reference drop down list\r
346  * Fixed issue #548:  tortoisegit use incorrect case sensitive comparison\r
347  * Fixed issue #727: /CloseOnEnd not working for commit\r
348  * Fixed issue #754: Allow to show log for files in "Changes files" dialog\r
349  * Fixed issue #749: Ask before delete files.\r
350  * Fixed issue #125: Export files from revision or range of revisions in "Changes files" dialog.\r
351  * Fixed issue #512: Git sync lose local commits (remote update, fetch and rebase)\r
352  * Fixed issue #766: "Switch/Checkout" dialog: "Track" should be disabled when no new branch is created\r
353  * Fixed issue #765: "Check for Updates" in about box doesn't work\r
354  * Fixed issue #731: Git Command Progress Window text box doesn't have a context menu.\r
355  * Rebase failed at revision with empty commit message.\r
356  * Fixed sorting of columns of file lists (e.g. commit dialog).\r
357  * Fixed issue #757: TortoiseGit Blame not working from working dir.\r
358  * Fixed layout issues with Windows 7 Aero\r
359  * TortoiseProc.exe sometimes didn't exit correctly after closing the log dialog\r
360  * Fixed issue #761: Settings should correctly deal with backslashes (windows path separators) in entered remote URLs\r
361  * Patch Viewer might display no horizontal scrollbar\r
362  * Fixed issue #779: Show correct text in taskbar when rebasing finished.\r
363  * Pushing required a remote-branch name\r
364  * Fixed issue #790: Add minimize button to progress window\r
365  * Fixed some optical issues in Rebase-Dialog\r
366  * Fixed issue #791: /CloseOnEnd not working for switch\r
367  * TortoiseGitCache\r
368    Partly rewritten to fix various issues.\r
369  * Fixed issue #415: Fix the Settings/General/Context menu/Apply operation (missing LF trimming)\r
371 = Release 1.6.5.0 =\r
372 Released: 2011-02-20\r
374 == Bug Fix ==\r
375  * Fixed issue #715: Unable to show log when there are old version cache file\r
376  * Fixed issue #611: Add "copy all information" to "Changed Files" dialog\r
377  * Fixed new file miss when combine commits at log dialog\r
378  * Fixed issue #720: Infinite loop at search in Show Log when there are notes\r
380 = Release 1.6.4.0 =\r
381 Released: 2011-02-14\r
383 == Features ==\r
384  * Significantly Improve Log fetch speed for big repository\r
385    Fetch modified file list asynchronous.\r
386    Time filter (From, to) use git built-in --max-age and --min-age.\r
387    Text filter use git grep.\r
388    Fixed issue #590: wasteful use of memory with very large repository\r
389    Fixed issue #531: Git synchronization UI opened so slowly\r
390    Fixed issue #541: show log is extremely slow\r
391    Fixed issue #364: Log - hot key for "browse refs" dialog\r
393  * Improve TortoisePLink 3x transfer perfomance\r
394    Update TortoisePlink to plink 9078\r
396  * Implemented issue #664: Warn when committing to detached HEAD\r
397  * The context menu can be hidden completely for unversioned items (issue 674)\r
398  * Only show DCommit type dialog if "svn.rmdir" is unset\r
399  * Optionally remember DCommit type setting\r
400  * enable git status column in TortoiseShell\r
401  * Fixed issue #644: Dropped "Check repository" button on check for modifications dialog\r
402  * Allow to diff two revisions of a file by calling TortoiseProc\r
403  * Fixed issue #480: Implement text copying opportunities in the dialogs\r
404  * Allow to change EOL by pressing CTRL+Return in TortoiseMerge\r
405  * Allow to replace (previously hardcoded) Notepad2 by any other editor\r
406  * Optionally send/mail patches via MAPI, if a default mail client is set up\r
407  * Fixed issue #248: Allow to reorder commits on rebase\r
408  * Fixed issue #702: Added request-pull functionality\r
410  * TortoiseGitBlame\r
411    Clicking on a line automatically selects the log entry in the loglist\r
412    Allow to diff to previous revision of a file\r
413    Added new context menu\r
414    Allow to toggle author column\r
416 == Bug Fix ==\r
417  * Fixed issue #669: cannot open help from clean window\r
418  * Fixed issue #671: Help not working when choose switch dialog and dcommit dialog\r
419  * Fixed issue #690: Superfluous line in displayed commit message\r
420  * Do not allow to delete-ignore working copy root-directory\r
421  * Starting TortoiseGitBlame might fail to start if folder contains spaces\r
422  * Fixed window titles of log and statistics window\r
423  * Fixed issue #697: /CloseOnEnd was not working, fixed for fetch&pull\r
425  * Fixed issues with the send mail dialog\r
426    If all three attempts failed, do not show success\r
427    If all three attempts failed, do not go on sending more patches\r
428    Correctly show retries\r
429    Interpret user cancel as failure\r
431  * TortoiseGitBlame\r
432    Fixed issue #448: Disable personalized menu behaviour\r
433    After blaming an older revision, TortoiseGitBlame was fixed to this.\r
435  * Fixed issue #704: cannot open help from diff from previous, browse refs\r
436  * Fixed issue #694: "Clean Up" executes on top level directory\r
437  * Fixed issue #680: StatGraphDlg.cpp min-avg statistics are incorrect\r
438  * Fixed issue #705: Fixed comparing added/deleted files on diffing whole revisions\r
439  * Improved "Combine commits" process (prevents possible loss of data)\r
441 = Release 1.6.3.0 =\r
442 Released: 2011-01-14\r
444 == Features ==\r
445  * Improved log dialog\r
446    Fixed issue #662: Allow to filter for paths\r
447    Added hash column\r
448    Show BugID when user config bugtraq.logregex\r
450  * Improved commit dialog\r
451    Removed useless options from the contextmenu (e.g. file operations for directories/submodules)\r
452    allow to ignore deleted or unversioned files\r
454  * Improved changed files dialog\r
455    Removed useless options from the contextmenu (e.g. file operations for directories/submodules)\r
456    Fixed issue #618: Added a commit button\r
457    allow to ignore deleted or unversioned files\r
459  * Rewrite patch import dialog\r
460    Patch import dialog look like sync dialog.\r
461    User can know which patch fail import easily.\r
462    Show patch import progress.\r
463    Add 3way and ignore space option.\r
464    Fix many issues about patch import dialog (issue #252, issue #324, issue #332 and issue #430)\r
466  * Include version information for all executables\r
468  * Improved TortoiseBlame\r
469    Fixed issue #490 and issue #436: Allow to blame older revisions in TortoiseGitBlame\r
470    Removed useless options from the contextmenu (e.g. compare to working copy)\r
471    Fixed issue #658: Added author column\r
473  * Fixed issue #323: implement DCommit type\r
475  * ask user if he wants to stash pop after "SVN fetch"\r
477  * allow to override branch on switch/checkout dialog\r
479  * allow to prune on fetch\r
481  * allow to edit global and local .gitconfig\r
483  * Fixed issue #655: remember previously selected features on upgrade\r
485 == Bug Fix ==\r
486  * Fixed issue #663, issue #656 and issue #77: allow to diff added or deleted files\r
487  * Commit and changed files dialog\r
488    Fixed possible hangs\r
489    double-click default to open files for unversioned files\r
490    make double-click on newly added file for diff work\r
491  * TortoiseShell\r
492    Fixed an assertion (when executed on ignored files)\r
493  * Optical and smaller optimizations/fixes (missing spaces and typos, issue #654, issue #595 and issue #543)\r
494  * Fixed issue #666: Remote names with dots (e.g., john.doe) do not show properly in fetch dialog box\r
495  * Fixed issue #661: TProc crash when choose file and Git Sync dialog loads\r
497 = Release 1.6.2.0 =\r
498 Released: 2010-12-22\r
500 == Bug Fix ==\r
501  * Fixed issue #650: Settings crashes on setting user name and email address\r
502  * Fixed issue #648: TortoiseProc crash when cloning from a working copy repo\r
504 = Release 1.6.1.0 =\r
505 Released: 2010-12-19\r
507 == Bug Fix ==\r
508  * Fixed issue #645: Context menu diff crashes/errors\r
510 = Release 1.6.0.0 =\r
511 Released: 2010-12-17\r
513 == Bug Fix ==\r
514  * Fixed issue #639: Tortoise Git crashes on Settings | Git | Config dialogue\r
515  * Fixed issue #640: Sentence is grammatically poor on Windows installer\r
517 = Release 1.5.9.0 =\r
518 Released: 2010-12-08\r
520 == Features ==\r
521  * Fixed issue #220: Enhancement, support creating bare repositories\r
523  * Improve log dialog\r
524    Add "checkout to branch" menu at log dialog\r
525    Show icon for sub menu at log dialog\r
526    Show bisect flag at log dialog\r
528  * Support multi-parent diff\r
529    Enhance GNU Diff for merge commit by choose Parent.\r
530    Add gnu diff combine option for merge commit\r
531    Support compare 1st parent, 2nd parent at merge commit\r
532    Show diff with multi parent at merge commit at log dialog\r
533    Support multi parent compare with udiff and view diff\r
534    Show merged file group at log dialog\r
535    show combine udiff at merged files\r
536    Add Three way diff for merge commit at log dialog\r
538  * Compare multi parent at reflog log dialog\r
540  * Add "Show log" in reflog context menu\r
542  * Add --init in Submodule update from sync dialog\r
544 == Bug Fix ==\r
545  * Fixed issue #270: Clone fails: bash: X.X.X.X: command not found\r
546  * Fixed issue #568: push using ssh private key with a password fails the first time\r
547  * Fixed issue #577: Commit warning "svn:externals"\r
548  * Fixed issue #586: Ampersand in log description underlines next character\r
549  * Fixed issue #323: GIT SVN dcommit --rmdir\r
550  * Fix stash list can't show stash at reflog default\r
551  * Fixed issue #603: Columns not sorted in Compare revisions dialog box\r
552  * Fixed issue #598: Background color of log messages changed when mouse is over tag or branch indicator\r
553  * Fixed issue #616: Problem encoding Cyrillic characters in Author name\r
554  * Fixed issue #612: "Copy all information to clipboard" copies incorrect header\r
555  * Fixed issue #602: Rebase shows overlapping branches\r
556  * Fixed issue #542: Difference between line endings in compared files (external Diff Viewer)\r
557  * Fixed issue #468: Non-ASCII characters in user info aren't stored correctly\r
558  * Fixed issue #593: Fetch and push fails with TortoiseGit but succeeds with git bash\r
560 = Release 1.5.8.0 =\r
561 Released: 2010-10-02\r
563 == Bug Fix ==\r
564  * Fixed issue #571: missing annotated  tags display in log dialog\r
565  * Fix don't show tag info at log dialog\r
566  * Fixed issue #570: Check for modifications dialog's controls not functioning correctly\r
567  * Fixed issue #573: Upgrading to 1.5.7.0 removes gitdll.dll\r
568  * Fixed issue #572: Commit dialog becomes unresponsive after hitting F5 to refresh\r
570 = Release 1.5.7.0 =\r
571 Released: 2010-09-28\r
573 == Bug Fix ==\r
574  * Fix progressdlg show mass data when clone\r
576 = Release 1.5.6.0 =\r
577 Released: 2010-09-24\r
579 == Bug Fix ==\r
580  * Fixed issue #556: "bad revision" in log of "Submodule Add"\r
581  * Fix "amend last commit" can't get last commit message.\r
582  * Fix icons were just white when using 125% display magnification mode\r
583  * Fix ref is not updated when refresh at log dialog\r
584  * Fix Git property page information show wrong\r
586 = Release 1.5.5.0 =\r
587 Released: 2010-09-22\r
589 == Features ==\r
590  * Support msysgit 1.7.2.3\r
592  * Upgrade gitdll.dll to 1.7.2.3\r
593    Use gitdll to fetch reflog, branch, tag information.\r
595  * Enhance Column manage for commit list.\r
596    At log, rebase, sync dialog, reflog, blame. User can customize column position. User can show\hide column. Add commiter date, commiter name, email.\r
598  * BrowseRefs: Put focus on a tree node after a branch is deleted.s\r
600  * Add Note Support\r
602  * Icon Overlay (TGitCache)\r
603    Add RW Lock to reduce tgitcache crash.\r
605  * SyncDlg: Log output is now in Courier font. This way characters are aligned like in the console.\r
607 == Bug Fix ==\r
608  * Fixed issue #535: Wandering label when drag top of progress dialog\r
609  * Fixed issue #478: Fix Blame timing because it shows wrong date and 00000.... commit hash\r
610  * Fix outlook can't get correct attachment send by TortoiseGit-1.5.3.0-32bit.msi\r
611  * Fixed issue #537: Glitch at "merge to the right" in graph display at log dialog\r
612  * Fixed issue #546: Exporting without specifying a zip filename sends all zip output to stdout and confuses the GUI\r
613  * Fixed issue #545: Switch/Checkout Dialog: Checkbox "Create New Branch" not responding\r
614  * Fixed issue #160: Browse Refs dialog: Parameter is incorrect.\r
615  * Fix Sync dialog crash when using msysgit 1.7.2.3\r
616  * Fixed issue #191: No Progress Indicator making one believe a hang or some failure.\r
618 = Release 1.5.3.0 =\r
619 Released: 2010-04-21\r
621 == Features ==\r
622  * Add pre and post push hook support\r
623  * Don't show remote branch name if remote branch is track branch at syncdlg\r
624  * RebaseDlg: working at no branch, not upstream branch.\r
626 == Bug Fix ==\r
627  * Fixed issue #475: Fix 'Save revision to' for 'Working copy'\r
628  * Fixed issue #486: Resolving conflicts can result in nothing to commit\r
629  * Fixed issue #493: Add username option at clone dialog\r
630  * Fixed issue #482: View message details of a tag\r
631  * Fixed issue #495: Push dialog does not select remote branch correctly\r
632  * Fixed issue #505: Delete (keep local) results in commit error\r
633  * Fixed issue #503: remote branch drop down doesn't allow enough characters at sync dialog\r
634  * Fixed issue #506: TortoiseGit-1.5.2.0-32bit.msi does not recognize msysGit-fullinstall-1.7.1-preview20100612.exe\r
635  * Fixed issue #492: Remember AutoLoad Putty Key status in Sync dialog\r
636  * Fixed issue #492: Remember AutoLoad Putty Key status in Pull dialog\r
637  * Fixed issue #492: Fix AutoLoad Putty Key operation in push dialog\r
638  * Fixed issue #513: Remember "Git Command Progress" window size\r
639  * Fixed issue #519: Icon overlay not working for exclude files\r
640  * Fixed issue #507: Help Spell error and push wrongly link to sync\r
641  * Fixed issue #507: context menu spell error and description error\r
642  * Fixed issue #517: Context menu for folder does not contain "Add to ignore list"\r
643  * Fixed issue #380: TortoiseMerge "Created unified diff file" doesn't work\r
644  * Fixed issue #528: Whole repository context menu actions not visible in Win 7 folders in libraries\r
645  * Fixed issue #412: Create new branch default check at switch\checkout dialog.\r
646  * Fixed issue #477: Commit from "GitShowLog" doesn`t show not versioned files\r
647  * Fixed issue #527: Fix the dialog after commit for us to be able to continue committing\r
648  * Fixed issue #472: TortoiseGit allows to commit without setting up a username + email\r
649  * Fixed issue #464: Push and pull missing from context menu\r
650  * Fixed issue #470: auto stash apply/pop for SVN dcommit\r
652 = Release 1.5.2.0 =\r
653 Released: 2010-06-10\r
655 == Bug Fix ==\r
656  * Fixed issue #454: Fix "check Now" can't work at setting dialog\r
657  * Fixed issue #457: Git copy versioned item(s) here adds all unversioned files\r
658  * put pull, push and fetch to external manual.\r
659  * Fixed issue #460: "Show changes as unified diff" compares files in reverse order.\r
660  * Fix history combobox show twice item\r
662 = Release 1.5.1.0 =\r
663 Released: 2010-06-03 (internal release)\r
665 == Features ==\r
666  * TortoiseMerege\r
667    Tip show "new file" "delete file" "rename file" status at tortoisemerge\r
669  * TortoiseGitBlame\r
670    Add encode support for blame\r
672  * Sync Dialog\r
673    Fixed issue #392: refresh branch info when press "F5"\r
674    Improve user experience when input remote branch and url\r
676  * Log Dialog\r
677    issue #371: Log offer per-file "revert ..." of working dir changes\r
678    Add AntiAlias at show log\r
679    Fix version tree graphic line break at Win 7\r
680    Fixed issue #427: Implement enter operation to open a file in the 'Show Log' window\r
682  * Fixed issue #355: Implement Show log like history in the Changed Files window after a git pull operation\r
684  * ProgressDlg Post Cmd support menubutton\r
686  * Update the translations.txt for translators\r
688  * Fixed issue #421: Implement ctrl+a standard 'Select all' facility\r
690  * Change FormatPatch dialog default output directory is project root\r
692  * Fixed issue #431: Implement commit button in the git add dialog\r
694 == Bug Fix ==\r
695  * Fixed issue #401: TGitCache.exe keeps open pack-xxx.idx on git repo\r
696  * Fix issue review patch fail when there are new FilePatchesDlg.cpp\r
697  * Fix all file show "+" icon after run git gc\r
698  * Fixed issue #449: Files not in the Commit dialog are committed if in index\r
699  * Fixed issue #450: Log Messages file list wrong when choose children dir firstly.\r
700  * Fixed issue #387: "Automatically check for newer versions every week" remains disabled\r
701  * Show correct file when Add new file at tortoisemerge\r
702  * Fixed issue #381: About screen of TortoiseMerge shows invalid build information\r
703  * Fixed issue #382: TGitBlame encoding problem\r
704  * Fixed issue #400: CrLf options are missing in the help file\r
705  * Fixed issue #397: Settings/Set Extended menu/Help button doesn't work\r
706  * Fixed issue #396: Fix 'Copy paths to clipboard' option\r
707  * Fixed issue #398: Settings/Revision Graph/Help button doesn't work\r
708  * Fixed issue #392: Implement refresh button in sync dialog\r
709  * Fixed issue #395: [BUG] Infomation error when "Switch the comparison"\r
710  * Fixed issue #385: Bug In properties->Git dialog\r
711  * Clear HOME at gitdll dll after load git config\r
712  * Fixed issue #403: Diff Show changes, but commit not\r
713  * Fixed issue #404: GetOpenFileName does not work in Cygwin\r
714  * Fixed issue #411: Fix the refresh button operation in 'Check for modifications' when only file time change.\r
715  * Fixed issue #406: Putty key can't save when clone\r
716  * Fixed issue #419: wrong error message for empty commit\r
717  * Fixed issue #418: Misleading button title in Sync dialog leads to loss of uncommitted changes\r
718  * Fixed issue #402: Revert Renamed File Fail\r
719  * Fixed issue #429: When applying patches, tortoise doesn't remember last file location\r
720  * Fixed issue #428: Blame of an old version\r
721  * Fixed issue #410: Change some menu item name to make it clear\r
722  * Fixed issue #440: Don't enable 'Apply' button until the data are ok in Settings/Git/Remote\r
723  * Fixed issue #439: Fix the Help action in the TortoiseGitBlame window\r
724  * Fixed issue #438: Slow load Switch/Checkout dialog\r
725  * Fixed issue #221: After resolving all merge conflicts, it's not obvious the project needs a commit\r
726  * Fixed issue #437: Blame should be available when there are local changes\r
727  * Fixed issue #444: Crash rebase  dialog when press ESC and move split bar\r
728  * Fixed issue #445: Resolve conflict does not delete temporary files\r
729  * Fixed issue #446: TortoiseMerge crash when "Edit Conflicts"\r
730  * Fixed issue #405: Merge commit message when there is a conflict\r
732 = Release 1.4.4.0 =\r
733 Released: 2010-04-13\r
735 == Features ==\r
736  * #379:  Create Branch for remote branch do not set branch name\r
738 == Bug Fix ==\r
739  * Fix log show mass when encode is cp1251\r
740  * Fixed issue #357: Fix line endings merging issue\r
742 = Release 1.4.3.0 =\r
743 Released: 2010-04-10\r
745 == Bug Fix ==\r
746  * Fix explore crash when there are ignore patten at .git/info/exclude\r
747  * Fixed issue #367: Last line of .gitignore ignored\r
748  * Fixed issue #368: TortoiseGitBlame should not spell check by default\r
749  * Fixed issue #369: TortoiseGitBlame should expand its menu items by default\r
750  * Fixed issue: Compare submodule dialog show wrong subject at log dialog\r
751  * Fixed issue #365: Log - enter closes dialog\r
752  * Fixed issue #358: Renamed files are not properly committed, after refreshing the commit dialog\r
753  * Fixed issue .git\* locked when remove git repository\r
755 = Release 1.4.2.0 =\r
756 Released: 2010-04-06\r
758 == Features ==\r
759  * Log dialog find support search tag and branch\r
760  * Fixed issue #354: impliment revert of this commit at log dialog\r
761  * Add Merge command at log context menu\r
762  * Fixed issue #350: Implement "Copy and rename" from context menu\r
764 == Bug Fix ==\r
765  * Fixed issue #346: can't remove remote repos\r
766  * Fixed issue #280: "Use recycle bin when reverting" does not work\r
767  * Fix ignore over lay show wrong when second level directory exist .gitignore file\r
768  * Fixed issue #240: Setting "Do not show the context menu for following paths:" not working properly\r
770 = Release 1.4.1.0 =\r
771 Released: 2010-04-04\r
773 == Features ==\r
774  * Fixed issue #349: Offer "DCommit" instead of "Push" when working as SVN client\r
776 == Bug Fix ==\r
777  * Fixed clone fail if msysgit version below 1.7.0.2\r
778  * Fixed Folder keep "X" delete icon after commit\r
779  * Fixed some small repository can't reflect "add"\r
780  * Fixed show "?" at second level directory when icon overlay using "shell"\r
781  * Fixed issue #351: "Search log messages..." in Log context menu does nothing\r
782  * Fixed issue #226: tortoisegit is searching for .git share on network drives\r
783  * Fixed number of files selected is wrong at commit dialog\r
784  * Fixed issue #353: Fix Help button in the git sync dialog\r
786 = Release 1.4.0.0 =\r
787 Released: 2010-03-31\r
789 == Features ==\r
790  * Improve Icon Overlay\r
791    Rewrite icon overlay implement. TGitCache will call gitdll.dll to get HEAD tree. And direct read index files. Read .gitignore file and call gitdll.dll to judge ignore files.\r
792    Can't watch untracked directroy to reduce TGitCache loading.\r
794  * Git Clone\r
795    Add --progress at clone dialog\r
797  * Log Dialog\r
798    Add antiAlias when draw cycle at log dialog\r
800  * Add minimize and maximize button at rebase and sync dialog\r
802 == Bug Fix ==\r
803  * Fixed issue #344: Force is the default in the sync dialog\r
804  * Fixed issue #343: Wrong behaviour of Show Unversioned Files checkbox at Commit dialog\r
805  * Fixed issue #281: show wrong character after finish commit\r
806  * Fix commitdlg can close after commit and progress scroll too much\r
807  * Fixed issue #299: Do nothing "Check For Updates..."  at about dialog\r
808  * Fixed issue #333: Can't abort CherryPick\r
809  * Fixed issue #336: Text of context menu slightly wrong; replace svn with git\r
810  * Fixed issue #340: OpenSSH password dialog focus\r
811  * Fixed issue #312: The number of changed files in 'Show log' window\r
812  * Fixed issue #325: Would be nice to see current directory in the commit dialog\r
813  * Fixed issue #329: path wrong at "Save revision to...\r
814  * Fixed issue #327: Crash in the commit dialog after you changed a file for Linux formatted\r
815  * Fixed issue #321: Wrong Company/Product name in Metadata\r
816  * Fixed issue #309: Mispelled words in the Git Synchronization dialog\r
817  * Fixed issue #304: Adding a file in the commit dialog resets selection\r
818  * Fixed issue #305: Filtering showlog make crash\r
820 = Release 1.3.6.0 =\r
821 Released: 2010-02-05\r
823 == Bug Fix ==\r
824  * Fixed log crash when no body message at commit\r
825  * Fixed issue #298: State of "View Patch/Hide Patch" link (commit window) is wrong in some ways\r
826  * Fixed issue #301: Show Log crashes with empty repo\r
828 = Release 1.3.5.0 =\r
829 Released: 2010-02-03\r
831 == Features ==\r
832  * Support Annotated tags\r
833    Implemented issue #274: Enhancement: Annotated tags\r
835  * shallow clones support --depth at clone dialog\r
836    Fixed issue #290: Shallow clones support --depth at clone dialog\r
838  * Improve Diff Dialog\r
839    Change commit at diff dialog\r
840    Diff commit context menu show in git repository\r
842  * Log Dialog\r
843    Direct Launch external diff when open dialog at file\r
844    Log can refresh when Click Rev button.\r
846  * Context menu\r
847    Use setting dialog to control which menuitem is external menu.\r
849  * Sync Dialog\r
850    Add remote update at sync dialog\r
852 == Bug Fix ==\r
853  * Fixed issue #294: commit template not supported and support msysgit unix path\r
854  * Fixed issue #282: Fom/To/Messages/Authors/Paths filters are eventually disabled\r
855  * Fixed issue #292: Very large dialog when merging\r
856  * Fixed issue #291: Blame makes empty "UserImages.bmp" file\r
857  * Fix crash when copy several log message to clipboards\r
858  * Fixed issue #284: Show Log crashes when switching branches wait for log thread exit\r
859  * Fixed issue #285: Cherry picking no longer works\r
860  * Fix fetch command can't sync remote branch at sync dialog\r
862 = Release 1.3.2.0 =\r
863 Released: 2010-01-21\r
865 == Bug Fix ==\r
866  * Fixed issue #276: Crash on seeing diff with previous version\r
867  * Fixed issue #275: Load gitweb for 'Browse' button\r
868  * Fixed issue #265: Log dialog: Date picker throws multiple error messages when date is before 1.1.1970\r
869  * Fix RefLogDlg crash\r
871 = Release 1.3.1.0 =\r
872 Released: 2010-01-18\r
874 == Features ==\r
875  * Improve Log Dialog. Speed up log fetch speed.\r
876    Build Git source as a DLL. LogDialog will call gitdll to fetch log instead of capture git.exe output.\r
877    Improve refresh and all branch user experience. refresh can abort runing fetch log commit.\r
879  * Improve icon-overlay\r
880    Give up igit.exe and use tgit which build from git source by VS.\r
881    use tgit.exe statusex to get file status.\r
882    Don't list all untracked files.\r
884  * Improve commit and checkout modify dialog\r
885    Don't show file that is only time stamp change and no context change.\r
886    Run git-update-index first when open commit and checkout out modify dialog.\r
888 == Bug Fix ==\r
889  * Fixed issue #234: First log(first commit in history) was missing...\r
890  * Fixed issue #232: "No Commit" Option always acitve\r
891  * Fixed issue 236: CGit::GetRemoteList uses bad regular expression\r
892  * Fix blame show wrong when first char is '^'\r
893  * Workaround show "fail" even git run success at sometime by remove "fail" message.\r
894  * Fixed issue #265: Log dialog: Date picker throws multiple error messages when date is before 1.1.1970\r
896 = Release 1.2.1.0 =\r
897 Released: 2009-11-12\r
899 == Features ==\r
900  * Add color success and fail at ProgressDlg\r
902  * Log Dialog\r
903    Show work copy to log dialog. User can commit change at log dialog.\r
904    Easy to compare with working copy difference\r
906  * Allow Alt+O in commit dialog for OK\r
908  * Sync Dialog remote URL support save history\r
910  * Add remote branch and current branch at proptery page\r
912  * Add no-commit option at merge dialog\r
914  * Enable IBugTraqProvide CheckCommit and OnCommitFinished\r
916 == Bug Fix ==\r
917  * Fixed issue #219: Blame Error when git repository is at root directory and path use "/"\r
918  * Fixed issue #214: installer inserts unused or faulty registry key\r
919  * Fixed issue #179: Log dialog lacks information about changed files\r
920  * Fixed issue #209: High CPU usage in tortoiseproc.exe & limit line number\r
921  * Fixed issue #212: Disable the "Select items automaticlly" option has no effect to commit files dialog\r
922  * Fixed issue #209: High CPU usage in tortoiseproc.exe & Append text to edit ctrl\r
923  * Fixed issue #203: Remote URL select box in sync dialog is not populated with remotes.\r
924  * Fixed issue #208: During push (from context menu), branches missing from drop down list.\r
925  * Fixed issue #86: Globally sets HOME affecting third-party applications (GNU Emacs)\r
926  * Fixed issue #188: Add Git Properties tab into Windows File Properties\r
928 = Release 1.1.1.0 =\r
929 Released: 2009-10-13\r
931 == Features ==\r
932  * Improve Rebase Dialog\r
933    Allow lanuch new rebase dialog again after finish rebase dialog\r
934    Disable "force rebase" checkbox during rebase.\r
936  * Git SVN\r
937    Append svn:ignore settings to the default git exclude file Add shell extension command to import svn ignore settings.\r
938    Need press "Shift" key to show "import svn ignore" command.\r
940  * Drag-drop copy\move support\r
941    File only\r
943  * Add paste command at shell extension\r
944    Copy and paste file is okay. But there are problems when including directory.\r
945    Cut and paste working\r
947  * Update notepad2 to 4.022\r
949  * Sync Dialog\r
950    Ability to sync submodules in TGit sync dialog\r
952  * Statics\r
953    Sort commits by dates before processed by StatGraphDlg\r
955  * Log Dialog\r
956    Show <No branch> replace ref error message at log dialog\r
958  * Add Check software updater support.\r
960 == Bug Fix ==\r
961  * Fixed issue #185. "Can't find Super-project" when pathname include space.\r
962  * Fixed issue #190: Access violation in Blame and wrong path name when root dir is git repository\r
963  * Fixed issue #180: Create patch serial doesn't work when there is "\" at end of path\r
964  * 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
965  * Fixed issue #169: Force rebase checkbox is fixed\r
966  * Fixed issue #163: Conflict "theirs" and "mine" are reversed during a rebase\r
967  * Fixed issue #165: Incorect path to Notepad2\r
968  * Fixed issue #158: Rebase can act on the wrong branch\r
970 = Release 1.0.2.0 =\r
971 Released: 2009-09-05\r
973 == Bug Fix ==\r
974  * Fixed issue #155: Fix SVN Rebase sets upstream as remotes/trunk\r
975  * Fixed issue #157: Move progress dlg before rebase dialog SVN Rebase doesn't fast-forward\r
977 = Release 1.0.1.0 =\r
978 Released: 2009-08-29\r
980 == Features ==\r
981  * Improve Commit Dialog\r
982    Show line and column number\r
983    Add view/hide patch windows\r
985  * Improve Log Dialog\r
986    Bolad subject at log dialog\r
988  * Setting Config Dialog\r
989    Add core.autocrlf and core.safecrlf\r
991  * Add more option to resolve conflict\r
992    Add Resolve "Their" and Resolve "Mine" at conflict item.\r
994  * Improve Merge dialog\r
995    Add message box to allow input message when merge\r
997  * Improve Stash\r
998    Add Stash pop.\r
999    Add delete stash at logview.\r
1001 == Bug Fix ==\r
1002  * Fix don't show "push" after commit\r
1003  * Fixed issue #133: Command fails on folder with leading dash And -- to separate file and git options\r
1004  * Fixed issue #133: (mv\rename  problem) Command fails on folder with leading dash And -- to separate file and git options\r
1005  * Fixed issue #140: Incorrect treatment of "Cancel" action on "Apply patch serial" command\r
1006  * Fixed issue #135: Taskbar text says "TortoiseSVN"\r
1007  * Fixed issue #142: TortoiseGit Clone of SVN repo does not use PuTTY session for non-standard SSH port\r
1008  * Fixed Issue #138: "Format patch" in "Show log" dialog doesn't work\r
1009  * Fixed issue #141: Bizarre ordering in commit dialog\r
1010  * Fixed issue #137: Proxy Authentification fails\r
1011  * Fixed issue #131: Missing SVN DCommit Command\r
1012  * Fixed issue #139: "Format patch" with a range of revisions doesn't export the first revision in the range\r
1013  * Fix Pathwatcher thread can't stop when commitdlg exit.\r
1014  * Fixed issue #150: When pushing, 'remote' should default to the tracked branch, or empty\r
1016 = Release 0.9.1.0 =\r
1017 Released: 2009-07-31\r
1019 == Features ==\r
1020  * Add Sync Dialog like TortoiseHg.\r
1021    Put pull, fetch, push, apply patch and email patch together. You can Know what change pull and push. Show changed file list.\r
1023  * Enhance Rebase dialog. Add force rebase checkbox. Disable start button when no item rebase. Don't show merge commit\r
1025  * Add post action button for rebase dialog. Such as send patch by email\r
1026    After rebase, you can click button to send patch email directly.\r
1028  * Add  launch rebase option at fetch dialog.\r
1030  * Improve push dialog.\r
1031    Default settings from local repositories pushing to remote repository Choose track remote and remote branch! Add short-cut at push dialog\r
1032    Add "F5" refresh remote and branch info at push dialog\r
1034  * Add Clean Untracked version type\r
1035    User can choose clean untracked file, clean ignore file, clean all.\r
1037  * Enhancement: "Git Clone" from SVN repository with additional start revision number option (-r xxx:HEAD)\r
1039  * Improve Commit dialog\r
1040    Add recent message back to context menu.\r
1041    The "Message" field of the Commit dialog should have a shortcut key (Alt-M is a good choice)\r
1042    Make "Whole project" directory checked by default when the user commits in the root of the project.\r
1043    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
1045  * Improve setting dialog\r
1046    Settings: Git -> Remote: When creating the first remote, the "Remote" should have "origin" as default.\r
1047    Fix setting dialog remote page tab order\r
1048    Push: When you press "Manage" under Destinations, the Settings dialog opening should have "Git -> Remote" selected by default.\r
1050 == Bug Fix ==\r
1051  * Fixed issue #124: Incorrect Date header in patch e-mail\r
1052  * Fixed issue #122: Garbage text in "Git Command Progress" / suspected buffer overflow Improve commit speed when many added files.\r
1053  * Fixed issue #121: Refresh in "Check for modifications" dialog duplicates added state entries when new repository\r
1054  * Fixed issue #71: (TortoiseProc problem)Icon Overlays don't work in root of drive When m_CurrentDir =C:\, not C:,  pathlist calulate wrong.\r
1055  * Fixed issue #116: SVN Rebase doesn't work\r
1056  * Fixed issue #115: Windows XP: Initial "Git Clone..." from SVN Repository doesn't work\r
1057  * Fix "ESC" = "push" when after commit and Add Alt-P  for Push\r
1058  * Fixed issue #111: Undo Add does not work (keep added file) and enable "F5" at revert dialog\r
1059  * Fixed issue #109: clone on bare local repository fails Clear trail slash \ or/\r
1060  * Fixed issue #104: Doubleclicking changed submodule dir in Check For Modifications dlg, crashes TGit Fix log dialog double click submodule problem\r
1062 = Release 0.8.1.0 =\r
1063 Released: 2009-07-03\r
1065 == Features ==\r
1066  * Improve work flow and reduce click\r
1067    Commit: Made user able to push after successful commit\r
1068    Show Push Dialog after close commit dialog\r
1069    Add messagebox to ask if stash change when rebase at dirty work space\r
1070    Show GUI friendly diffstat after pull\r
1072  * Rebase: Select default upstream based on current tracked remote\r
1074  * Improve BrowseRef Dialog\r
1075    Add Option to delete multiple refs\r
1076    Added 'Switch to this Ref' option\r
1077    Fetch context menu item added.\r
1078    Add "BrowseRef" to shell extension command.\r
1079    Add ability to diff two commits\r
1080    Added option to delete remote branch\r
1081    Always set initial ref\r
1082    Show context menu icons\r
1083    Save / Restore window size\r
1085  * Add Basic Git-SVN Operation\r
1086    Add SVN DCommit Command\r
1087    Add "SVN Rebase" and "SVN DCommit" command at shell contextmenu\r
1088    Support Git svn-clone at clone dialog.\r
1090  * Help Document Updated\r
1091    Add git basic book.\r
1093  * Add Help button at many dialog\r
1095  * Improve Format Patch\r
1096    May also select 'format patch...' if selection is continuous.\r
1097    Implemented browse buttons and added browsebutton for 'since'.\r
1099  * Add TortoiseIDiff to compare picture\r
1101  * Enable Bugtraq setting dialog\r
1103  * Improve Log dialog\r
1104    Ajust label colors when selected. (Not on Vista with themes enabled)\r
1105    Add compare with working copy at log dialog\r
1106    Ref label borders\r
1108  * FileDiffDlg: Make shift right-left button work\r
1110  * Branch/Tag dlg: Update 'track' option after browse-refs\r
1112  * StatusListCtrl: Implemented delete unversioned file.\r
1114  * RebaseDlg: Update rebase lines after browserefs\r
1116 == BugFix ==\r
1117  * Fixed issue #64: When the graph column is small, the graph sometimes appears through the text of the next column on Vista\r
1118  * Fix log graph tree mass when dragon scroll bar from left to right\r
1119  * Fixed issue #104: Doubleclicking changed submodule dir in Check For Modifications dlg, crashes TGit\r
1120  * Pull: Fixed bug that when pulling from the configured remote branch, git did not update the remote tracking branches.\r
1121  * Fix stash problem when svn dcommit at dirty working space\r
1122  * Modify Create repository error message\r
1123  * Fixed issue #102: Invalid patch e-mails generated\r
1124  * Fix submodule update Crash when repository have not submodule\r
1125  * Fixed issue #88: Ambiguous dialog message\r
1126  * Correct format patch command -num argument\r
1127  * PushDlg: Fix: Wrong remote selected after selection via ref-browser.\r
1128  * Rebase: Skip in context-menu appeared twice. First one should be pick.\r
1129  * Fixed issue #89: Can't locate msysgit on x64\r
1130  * Fixed issue #95: TortoiseBlame Icon disappears when selected in the settings treeview\r
1131  * Fixed issue #94: Commit log showing incorrect timestamps\r
1132  * Fix pull don't launch putty key file\r
1134 = Release 0.7.2.0 =\r
1135 Released: 2009-06-05\r
1137 == Features ==\r
1138  * Add bug track plug-in support\r
1139    Compatible with TortoiseSVN. The typical plug in is gurtl(google code issue plug-in).\r
1140    http://code.google.com/p/gurtle/.\r
1142  * Support browse reference.\r
1143    Show all branch, tags information. Support add remote, del branch\tag.\r
1145  * Show merged file at log dialog.\r
1147  * Update version graphic tree.\r
1148    Update graphic tree to qgit2.3\r
1150  * Add option -p for TortoisePLink.\r
1151    -p is the same as -P. So it is compatible with OpenSSH port option\r
1153 == Bug Fix ==\r
1154  * Fixed issue #91: clone dialog generates bad directory name based on URL, ignores overrid\r
1155  * Fixed issue #85: Installer: warns of downgrade when running 0.6.2.0 on top of 0.6.1.0\r
1156  * Fix i18n.logOutputEncoding doesn't work at log\commit dialog.\r
1158 = Release 0.6.2.0 =\r
1159 Released: 2009-05-06\r
1161 == Feature ==\r
1162  * Improve fetch overlay speed\r
1163    rebase igit.exe to msysgit 1.6.2.2, which is major application to get git status.\r
1165  * TortoiseMerge Support git format patch file.\r
1166    TortoiseMerge can open git patch file and review diff and merge change.\r
1168  * SendMail support\r
1169    Right click .patch or .diff file, click "send mail..." to send patch out.\r
1171  * improve clone dialog\r
1172    Add auto fill module name at directory when change URL. Fix tab order.\r
1174 == Bug fix ==\r
1175  * Fixed issue #73: Error while reading/writing the registry key MSysGit Access is denied\r
1176  * Fixed issue #11: Show differences as unified diff does not use selected item\r
1177  * Fixed issue #77: "Show differencess" against a deleted file will cause TortoiseMerge to error\r
1178  * Fixed issue #74: Add multiple files from commit dialog only adds first two in multi-selection\r
1179  * Fixed issue #75: About box does not show version information\r
1180  * Wrong error message when fail launch pageant\r
1181  * Setup will launch old version msi to remove old version. Directly update to new version without remove old version\r
1182  * Double click conflict item to launch diffview, not conflict edit.\r
1183  * Fixed issue #66: Some log lines lose color or disappear after you click on them\r
1184  * Fixed issue #81: Cannot have x86 and x64 versions installed at the same time.\r
1186 = Release 0.5.1.0 =\r
1187 Released: 2009-04-03\r
1189 == Features ==\r
1190  * Submodule Support.\r
1191    Support submodule add, sync and update.\r
1192    "Submodule Sync" is located in explore context external menu, which need press "shift" key when right click.\r
1194  * Improve show log speed at big repository, such as git.git\r
1196  * OpenSSH can prompt password dialog\r
1198  * Clone, pull push support both OpenSSH and Plink.\r
1199    Support both key and password mode.\r
1200    Show progress when clone at git and SSH protocol.\r
1202  * Stash Save\Apply support\r
1204  * Reflog support. Need press "shift" to show reflog menu item at context menu.\r
1206  * Add save special version to another file at file list, such as log dailog.\r
1208  * Add external diff merge and undiff setting at settings page\r
1210  * Add Diff with workcopy at file list\r
1212  * Add MessageBox Tell user Revert Finished\r
1214  * Add Notepad2 to setup script to view text file\r
1216  * Add view in notepad2 at file list\r
1218  * Add Copy File list to clipboard\r
1220  * Choose Default SSH client when install TortoiseGit\r
1222  * Add user config and remote manage at setting dialog\r
1224  * Pull and push can autoload putty private key.\r
1226 == Bug Fix ==\r
1227  * Fixed issue #52: TortoiseMerge crashes on x64\r
1228  * Fixed issue #55: "resolved" function doesn't delete temporary files.\r
1229  * Fixed issue #57: Data duplication when Clicking Check repository in Check for modification dialog\r
1230  * Fix GetString error when edit at HistoryCombo\r
1231  * win2k context menu fix (had an issue when shift key was pressed)\r
1232  * Fix crash in logviewer on invalid time strings\r
1233  * Fixed issue #61: Add/Commit of files with umlauts in filename not working\r
1235 = Release 0.4.2.0 =\r
1236 Released: 2009-03-07\r
1238 == Features ==\r
1239  * Full Overlay Icon Support.\r
1240    Show "Conflict, ignore file, untracked file, modified, Add, staged" icon according to file status.\r
1242  * Rebase Support.\r
1243    Support "Pick" "Sqaush" "Edit" and "Skip" commit when rebase branch.\r
1244    Support abort.\r
1246  * Combine Multi-commits to one commit.\r
1247    Combine continous commits to one commit. The limition is the only single line(no merge point) above combined commit.\r
1249  * Cherry Pick multi commits.\r
1250    User can use multi commits at log dialog and then choose cherry pick these. Cherry Pick dialog guide you finish whole work.\r
1251    Support "Pick" "Squash" "Edit" and "Skip" commits.\r
1253  * First x64 version.\r
1255  * Support version "browse" at switch, export, new branch/tag and merge dialogs.\r
1257  * Add context menu item "Revert" at Commit dialog File List.\r
1259  * Show bold font for HEAD at log dialog.\r
1261  * Add "Whole Project" checkbox at commit dialog\r
1263  * First Version Help Document.\r
1265 == Bug Fix ==\r
1266  * Fix Shell menu disappear because ATL library have not installed.\r
1267  * Fix Commit Dialog and Log Dialog default column is wrong\r
1268  * Fix some dialog can't show after resize and close and open again\r
1269  * Fix ProgressDlg Sometime thread is dead blocked.\r
1270  * Fixed x64 build of TortoiseProc crashed due to received unexpected messages\r
1271  * Fix tag to head when *force* check box checked\r
1272  * Add Git document to help\r
1273  * Fixed issue #36: Push not working if no remote branch is specified\r
1274  * Default UnCheck untrack file at commit dialog\r
1275  * Fixed issue #40: Commit from subfolder shows unversioned files in parent\r
1276  * Fix diff problem when filenames have embedded spaces\r
1277  * Fixed issue #24 and issue #45: Commit results not in window with scroll bars\r
1278  * Fix for win2k context menu icons\r
1279  * Fixed issue #46: The about window title still displays TortoiseSVN\r
1280  * Fixed issue #37: When the file name contains Chinese char, Diff doesn't work.\r
1281  * Fixed issue #28: "Add" status icon overlay is not correct.\r
1283 = Release 0.3.3.0 =\r
1284 Released: 2009-02-08\r
1286 == Features ==\r
1287  * Icon Overlay\r
1288    Show different icon overlay at git repository. Support File and directory icon overlay.\r
1290  * Show version tree in log dialog.\r
1291    Show version graphic tree at log list dialog. Use QGit style.\r
1293  * Enable log cache to improve log show speed.\r
1295  * VS2008 Style Blame application.\r
1296    Show different back color according to line age. Show blame file log list to know which line is newer.\r
1298  * Enable conflict handle\r
1299    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
1301  * Related time show support.\r
1303  * Setting dialog support.\r
1305  * Enable TortoisePlink.\r
1306    Passwork dialog can prompt when use tortoiseplink as ssh client.\r
1308  * Git Reset support.\r
1309    User can right click log list at log dialog. Choose reset to reset current branch to chosen commit.\r
1311  * Current handle renamed file at file list.\r
1313 == Bug Fix ==\r
1314  * Disable file overlay icon at vista system to avoid explore crash\r
1315  * File overlay default is enable at XP system. User can disable it by setting dialog.\r
1316  * Fixed issue #20: Add To Ignore from Commit dialog not working\r
1317  * Fixed issue #31: Init Repository, Commit dialog can not show added file\r
1318  * Fixed issue #30: Clone does not support UNC path to repository\r
1319  * Fix when setting ssh client is null. GIT_SSH environment variable is not clear\r
1320  * Fixed issue #29: F5 should refresh TGit log\r
1321  * Fix log filter don't filter commit hash\r
1322  * Fixed issue #25: Log refresh does not pick up new tags on top line, or move 'master' up\r
1323  * Fixed issue #27: Deleted files not committed\r
1324  * Fixed issue #22: Error deleting file from context menu if filename contains spaces\r
1325  * Fixed issue #6: Add does not work.\r
1326  * Fixed issue #8: Clone of git via HTTP Creates repo in wrong location\r
1327  * Fixed issue #9: Error commit file with chinese filename.\r
1328  * Fixed issue #10: Switch and Create Branch drop-downs only display 25 items\r
1329  * Fixed issue #13: Create branch fail if branch name is invalidate\r
1330  * Fixed issue #14: Commit dialog don't report error when no message input\r
1331  * Fixed issue #16: Commit dialog, F5 don't work.\r
1332  * Fix "explore to" in context menu in commit dialog.\r
1333  * Fix redraw all when loading thread finish load log.\r
1335 = Release 0.2.0.0 =\r
1336 Released: 2009-01-04\r
1338 == Features ==\r
1339  * Add TortoisgeMerge as default compare tools\r
1340  * Pull, Fetch, Push\r
1341  * Create Branch\Tag\r
1342  * Switch branch \Chechout\r
1343  * Compare with previous version\r
1344  * Clone(only support local repository, see known issue for detail)\r
1345  * Log Dialog support filter\r
1346  * Check for modifications\r
1347  * Revert local change\r
1348  * Create Patch Serial\r
1349  * Apply Patch Serial\r
1350  * Add file to repository(see know issue)\r
1351  * Export to zip file\r
1353 == Bug Fix ==\r
1354  * A2W cause stack overwrite bug when git output is long.\r
1356 == Known Issue ==\r
1357  * ProcessDlg will wait for ever when clone remote repository(ssh, http,git).\r
1358  * push fetch and pull don't support password mode. Just support public key problem.\r
1359  * Just fetch first 100 log item.\r
1360  * If install TortoiseGit before MsysGit, you need modify register\r
1361             HKEY_LOCAL_MACHINE\Software\TortoiseGit\\MsysGit\\r
1362            Let it point to correct msysgit install path.\r
1363  * Add File, please commit and show unversion file, the choose add file, then right clict, Choose Add file\r
1364  * To new initial repository, You will not see add file again in commit dialog box if give up commit when choose add\r
1367 = Release 0.1.0.0 =\r
1368 Released: 2008-12-12\r
1370 == Features ==\r
1371  * Context menu(subset of TortoiseSVN)\r
1372  * Icon Overlay(version controled\unversion controled at directory)\r
1373  * Unified DIFF\r
1374  * Use third part diff tools (such kdiff3)\r
1375  * Commit change\r
1376  * Show Log\r
1377  * Create Repository\r