OSDN Git Service

Setting dialog, remote list work.
[tortoisegit/TortoiseGitJp.git] / src / Changelog.txt
1 Version 0.4.2.0 version(external)\r
2         *Fix Shell menu disappear because ATL library have not installed. \r
3         *Fix Commit Dialog and Log Dialog default column is wrong \r
4         *Fix some dialog can't show after resize and close and open again\r
5         *Fix ProgressDlg Sometime thread is dead blocked.\r
6 \r
7 Version 0.4.1.0 version(external)\r
8         *Fixed x64 build of TortoiseProc crashed due to received unexpected messages\r
9         *Fix tag to head when *force* check box checked\r
10         *Add Git document to help\r
11 \r
12 Version 0.4.0.0 version(internal)\r
13 Features:\r
14         *Full Overlay Icon Support.\r
15          Show "Conflict, ignore file, untracked file, modified, Add, staged" icon according to file status. \r
16 \r
17         *Rebase Support.\r
18          Support "Pick" "Sqaush" "Edit" and "Skip" commit when rebase branch. \r
19          Support abort.\r
20         \r
21         *Combine Multi-commits to one commit.\r
22          Combine continous commits to one commit. The limition is the only single line(no merge point) above combined commit.\r
23 \r
24         *Cherry Pick multi commits. \r
25          User can use multi commits at log dialog and then choose cherry pick these. Cherry Pick dialog guide you finish whole work. \r
26          Support "Pick" "Squash" "Edit" and "Skip" commits.\r
27         \r
28         *First x64 version. \r
29 \r
30         *Support version "browse" at switch, export, new branch/tag and merge dialogs.\r
31 \r
32         *Add context menu item "Revert" at Commit dialog File List.\r
33 \r
34         *Show bold font for HEAD at log dialog.\r
35         \r
36         *Add "Whole Project" checkbox at commit dialog\r
37 \r
38         *First Version Help Document. \r
39 \r
40 Bug Fix:\r
41         *Fix issue 36, Push not working if no remote branch is specified\r
42         *Default UnCheck untrack file at commit dialog\r
43         *Issue 40:  Commit from subfolder shows unversioned files in parent\r
44         *Fix diff problem when filenames have embedded spaces\r
45         *Fix Issue 24,45, Commit results not in window with scroll bars\r
46         *Fix for win2k context menu icons\r
47         *Fix Issue 46, The about window title still displays TortoiseSVN\r
48         *Fix Issue 37, When the file name contains Chinese char, Diff doesn't work. \r
49         *Fix Issue 28, "Add" status icon overlay is not correct.  \r
50 \r
51 \r
52 version 0.3.3.0 version(external)\r
53         *Disable file overlay icon at vista system to avoid explore crash\r
54         *File overlay default is enable at XP system. User can disable it by setting dialog. \r
55 \r
56 Version 0.3.1.0 version(internal)\r
57 Bug Fix:\r
58         *Issue 20:  Add To Ignore from Commit dialog not working\r
59         *Fix Issue 31 in tortoisegit: Init Repository, Commit dialog can not show added file\r
60         *Issue 30: Clone does not support UNC path to repository\r
61         *Fix when setting ssh client is null. GIT_SSH environment variable is not clear\r
62         *Fix Issue 29:  F5 should refresh TGit log\r
63         *Fix log filter don't filter commit hash\r
64         *Issue 25:  Log refresh does not pick up new tags on top line, or move 'master' up\r
65         *Fix Issue 27:  Deleted files not committed\r
66         *Fix Issue 22 Error deleting file from context menu if filename contains spaces\r
67         *Fix Issue 6 Add does not work.\r
68 \r
69 version 0.3.0.0 version(internal):\r
70 Features:\r
71         1.Icon Overlay\r
72           Show different icon overlay at git repository. Support File and directory icon overlay. \r
73 \r
74         2.Show version tree in log dialog. \r
75           Show version graphic tree at log list dialog. Use QGit style. \r
76         \r
77         3.Enable log cache to improve log show speed. \r
78 \r
79         4.VS2008 Style Blame application. \r
80           Show different back color according to line age. Show blame file log list to know which line is newer. \r
81         \r
82         5.Enable conflict handle\r
83           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
84         \r
85         6.Related time show support. \r
86         \r
87         7.Setting dialog support. \r
88         \r
89         8.Enable TortoisePlink. \r
90           Passwork dialog can prompt when use tortoiseplink as ssh client. \r
91         \r
92         9.Git Reset support. \r
93           User can right click log list at log dialog. Choose reset to reset current branch to chosen commit. \r
94         \r
95         10.Current handle renamed file at file list. \r
96           \r
97 Bug Fix:\r
98         1. Fix issue8. Clone of git via HTTP Creates repo in wrong location\r
99         2. Fix issue9. Error commit file with chinese filename. \r
100         3. Fix issue10. Switch and Create Branch drop-downs only display 25 items\r
101         4. Fix issue13. Create branch fail if branch name is invalidate\r
102         5. Fix issue14. Commit dialog don't report error when no message input \r
103         6. Fix issue16. Commit dialog, F5 don't work.\r
104         7. Fix "explore to" in context menu in commit dialog. \r
105         8. Fix redraw all when loading thread finish load log.\r
106 \r
107 \r
108 version 0.2.0.0 preview version:\r
109 Features:\r
110         1. Add TortoisgeMerge as default compare tools\r
111         2. Pull, Fetch, Push \r
112         3. Create Branch\Tag\r
113         4. Switch branch \Chechout\r
114         5. Compare with previous version\r
115         6. Clone(only support local repository, see known issue for detail)\r
116         7. Log Dialog support filter\r
117         8. Check for modifications\r
118         9. Revert local change\r
119         10.Create Patch Serial\r
120         11.Apply Patch Serial\r
121         12.Add file to repository(see know issue)\r
122         13.Export to zip file\r
123 \r
124 Bug Fix:\r
125         1. A2W cause stack overwrite bug when git output is long. \r
126 \r
127         \r
128 Known Issue:\r
129         1. ProcessDlg will wait for ever when clone remote repository(ssh, http,git).\r
130         2. push fetch and pull don't support password mode. Just support public key problem. \r
131         3. Just fetch first 100 log item. \r
132         4. If install TortoiseGit before MsysGit, you need modify register \r
133             HKEY_LOCAL_MACHINE\Software\TortoiseGit\\MsysGit\\r
134            Let it point to correct msysgit install path.\r
135         5. Add File, please commit and show unversion file, the choose add file, then right clict, Choose Add file       \r
136         6. To new initial repository, You will not see add file again in commit dialog box if give up commit when choose add\r
137          \r
138 \r
139 version 0.1.0.0 preview version\r
140 \r
141 Features:\r
142         1.Context menu(subset of TortoiseSVN)\r
143         2.Icon Overlay(version controled\unversion controled at directory)\r
144         3.Unified DIFF\r
145         4.Use third part diff tools (such kdiff3)\r
146         5.Commit change\r
147         6.Show Log\r
148         7.Create Repository